Back to browse
GitHub Repository

Lightweight, S3-compatible object storage server with built-in web dashboard. Single binary, low memory, encryption at rest.

35 starsGo

Lightweight, S3-compatible object storage server with built-in web dash

by open_source_new·Feb 28, 2026·2 points·0 comments

AI Analysis

●●SolidSolve My ProblemDark Horse

MinIO-lighter S3 server with FUSE mount and full-text search, but feature sprawl questions focus.

Strengths
  • True <80MB RAM footprint vs MinIO's 512MB+ is measured and real; single statically-linked binary ships immediately
  • Feature table honestly compares against MinIO, SeaweedFS, Garage—shows active-active replication, WORM, versioning diffs competitors lack
  • S3-compatible API from day one means drop-in replacement for boto3, AWS CLI, existing tooling
Weaknesses
  • Feature list (80+ S3 ops, virus scanning, lambda triggers, backup scheduler) feels expansionist for a v1—suggests scattered priorities or unproven implementation
  • No production deployments, user testimonials, or performance benchmarks under load; 2 stars + 0 forks signals unproven in the wild
Target Audience

DevOps engineers, self-hosters, and organizations needing lightweight S3 alternatives to MinIO.

Similar To

MinIO · SeaweedFS · Garage

Similar Projects

Infrastructure●●Solid

HS5 – Open Source fast single-node S3 compatible object storage

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.

Niche GemWizardry
uroni
203mo ago

P2 - Object Storage Server with S3 Compatible API, MIT License

Yet another MinIO alternative with Rust crypto, but explicitly not production-ready.

Bold BetShip It
isuleman
302mo ago

I built S3 from scratch in Go – open-source, one-command deploy

Yet another S3 clone when MinIO already dominates this space.

Ship It
aman179102
207d ago