miniserve is a compact command-line utility for sharing files and directories over HTTP. It is written in Rust and distributed as a self-contained binary for major desktop and server platforms. Users can serve one file, expose a browsable directory, host a static site, or route missing paths to a single-page application. Optional authentication, TLS, random routes, and custom headers help control access. The browser interface supports search, themed listings, QR codes, uploads, directory creation, deletion, and compressed folder downloads. It also handles range requests, README rendering, WebDAV, health checks, and correct MIME types. miniserve is designed for situations where starting a full web server would be unnecessary or too slow.
Features
- Single-file and directory HTTP serving
- Self-contained cross-platform Rust binary
- Authentication, TLS, and access controls
- File uploads and directory management
- Compressed folder downloads and WebDAV
- Searchable themed browser interface