svenstaro/miniserve
🌟 For when you really just want to serve some files over HTTP right now! observed · 2026-08-28
Health v2 · maintenance only
86/100
- Activity 95
- Release rhythm 66
- 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: 81
- age_days: 3051
- days_rel: 147
- days_push: 32
- n_releases_24m: 8
Adoption not part of the score
7817 stars · 398 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
miniserve is a small, self-contained Rust CLI tool that serves files and directories over HTTP with a single command. It supports authentication, TLS, custom headers, SPA serving, and file uploads without any configuration.
Use cases
- quickly share a directory over http
- serve static files from the command line
- temporarily expose a folder on the local network
- serve a single file for download
- host a single page application locally
- serve files with basic auth password protection
- serve files over https with tls
When to choose
- you need to serve files over HTTP immediately with zero configuration
- you want a single portable binary instead of configuring nginx or python http.server
- you need quick ad-hoc file sharing with optional auth and TLS
- you want a built-in file browser UI with upload support
When to avoid
- you need a production-grade web server with reverse proxying, load balancing, or caching
- you need complex routing, middleware, or dynamic server-side logic
- you want long-running infrastructure-grade static hosting with CDN integration
Facets
cli-tool · maturity active
http-server file-upload auth cli developer-tools web-development self-hosted cli cross-platform windows rust static-file-server file-sharing quick-http-server single-binary tls rust command-line linux macos docker
2 sources
- readme: https://github.com/svenstaro/miniserve · fetched 2026-08-28 · 21c4138c7ea8
- registry_crates: https://crates.io/api/v1/crates/miniserve · fetched 2026-08-29 · cbdf9e1e4374
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| svenstaro/miniserve | main | 86 |
For agents
markdown · JSON · MCP: product_card(name="svenstaro/miniserve")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem