Lightweight, S3-compatible object storage server with built-in web dash
MinIO for poor machines: 80MB RAM, single binary, built-in dashboard. But MinIO already dominates.

Under 80MB RAM beats MinIO's 512MB+, but S3 storage is a crowded, well-funded category.
DevOps engineers and small teams needing lightweight self-hosted storage
MinIO · SeaweedFS · Garage
MinIO for poor machines: 80MB RAM, single binary, built-in dashboard. But MinIO already dominates.
The project swaps the common 'one-file-per-object' approach for an LMDB-backed location index and a single-file storage layout, which is a pragmatic way to squeeze throughput out of one machine. It includes a small web UI and mentions manual-commit durability and DuckDB notes, signaling it's aimed at fast local or ephemeral workloads rather than multi-node durability. Clever technical choices, but it's a niche single-node tradeoff rather than a replacement for distributed S3 systems.
MinIO-lighter S3 server with FUSE mount and full-text search, but feature sprawl questions focus.
Swaps MinIO binary to RustFS without migrating petabytes of data.
Yet another MinIO alternative with Rust crypto, but explicitly not production-ready.
S3 + Parquet + DuckDB for logs—known pattern, but well-executed and cheap.