
Overview
miniserve is a lightweight Rust CLI tool that instantly serves a local directory over HTTP with a clean web interface. It supports file uploads, directory listing with sorting, authentication via HTTP Basic Auth, archive downloads (zip/tar), and QR code generation for mobile access. No config file is required; simply run the binary pointing at a path.
Where it falls short of Dropbox
- No user accounts or per-user permissions; authentication is a single shared password
- No persistent file management, versioning, or trash/restore
- Not designed for multi-user concurrent collaboration
- No sync client; purely a temporary HTTP-based share mechanism
We list the gaps honestly so you can decide if the trade-off is worth owning your data.
Tags
Claim this listing to keep it accurate, add a deploy template, or feature it on relevant pages.
Embed the miniserve difficulty badge in your README — it links back here.
[](https://openreplace.com/miniserve)Similar open-source projects
Other self-hostable tools in the same space worth comparing.
Continuous peer-to-peer file synchronization between your own devices
Command-line program to sync files across 70+ cloud storage providers
File list program supporting multiple storages, with WebDAV and web UI
Portable all-in-one file server with resumable uploads, WebDAV, FTP, and media indexing