miniserve logo

miniserve

Single-binary CLI tool to serve files and directories over HTTP

7.7k Rust MIT 17 days ago

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

file-sharing
http
cli
lightweight
upload
Maintain miniserve?

Claim this listing to keep it accurate, add a deploy template, or feature it on relevant pages.

Show off your self-host difficulty score

Embed the miniserve difficulty badge in your README — it links back here.

Self-host difficulty badge← add this to your README
[![Self-host difficulty](https://openreplace.com/api/badge/miniserve)](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

85k Go MPL-2.0 2 days ago
2/5
miniserve vs Syncthing

Command-line program to sync files across 70+ cloud storage providers

58k Go MIT yesterday
2/5
miniserve vs Rclone

File list program supporting multiple storages, with WebDAV and web UI

50k Go AGPL-3.0 13 days ago
2/5
miniserve vs AList

Portable all-in-one file server with resumable uploads, WebDAV, FTP, and media indexing

45k Python MIT 2 days ago
2/5
miniserve vs copyparty