# nemasu/asmttpd

Web server for Linux written in amd64 assembly.

Repository: https://github.com/nemasu/asmttpd
Canonical: https://ross.abutalabs.com/products/asmttpd
Language: Assembly
License: GPL-2.0
License Family: copyleft
Last push: 2025-03-01T14:36:22+00:00

## Health v2 (maintenance only)
Score: 27/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 9, release rhythm 8, longevity 100
- inputs: {"age_days": 4600, "days_push": 550, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3101, forks 203 (observed 2026-08-28T04:07:43.586463+00:00)

## What it is
A small, multi-threaded HTTP web server for 64-bit Linux written entirely in amd64 assembly with no external library dependencies. It serves static files from a specified document root with support for HEAD requests, range responses, and common content types.

## Use cases
- serve static files on linux with minimal overhead
- tiny web server with no dependencies
- learn amd64 assembly through a real program
- benchmark lightweight http servers
- serve files from a document root on a minimal system

## When to choose
- you need an extremely small, dependency-free static file server on 64-bit linux
- you want a minimal attack surface for serving static content
- you are studying low-level assembly systems programming

## When to avoid
- you need HTTPS, dynamic content, or full HTTP feature support
- you need a portable server across platforms or architectures
- you want a production server with active security hardening and rich configuration

## Facets
- artifact type: application
- maturity: maintenance
- function: http-server
- domain: web-development, backend, performance
- platform: -
- tags: assembly, amd64, minimalist, static-file-server, no-dependencies, linux

## Member repositories
- nemasu/asmttpd (main) score 27

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:43.586463+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:27:00.073497+00:00, confidence not recorded.
  - readme: https://github.com/nemasu/asmttpd (fetched 2026-08-28T04:07:43.586463+00:00, sha d5e807794a03)
- Data as of 2026-08-30T08:39:29.467469+00:00.
