nemasu/asmttpd
Web server for Linux written in amd64 assembly. observed · 2026-08-28
Health v2 · maintenance only
27/100
- Activity 9
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4600
- days_rel: n/a
- days_push: 550
- n_releases_24m: 0
Adoption not part of the score
3101 stars · 203 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
application · maturity maintenance
http-server web-development backend performance assembly amd64 minimalist static-file-server no-dependencies linux
1 source
- readme: https://github.com/nemasu/asmttpd · fetched 2026-08-28 · d5e807794a03
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nemasu/asmttpd | main | 27 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem