MinIO
Open-source · self-hostable · replaces 1 SaaS tool on os-alt
minio/minio · dead · archived · ★ 60.9k · last commit 2w ago · 81 open issues
License: AGPL-3.0 — MinIO relicensed from Apache-2.0 to AGPL-3.0 in 2021; AGPL is fine for internal / private deployments and unmodified self-host.
Good fit for Teams that want a drop-in S3 API on their own hardware, with a polished web console.
Weak at Erasure-coded multi-node setups need ≥4 drives; AGPL can spook some lawyers.
In a terminal? npx -y github:SolvoHQ/os-alt-cli aws-s3 prints
the AWS S3 comparison table including MinIO.
how the CLI works →
Replaces these SaaS
- AWS S3 · Object storage / blob store
Use `mc mirror` from MinIO Client to copy across: `mc alias set src https://s3.amazonaws.com $AWS_KEY $AWS_SECRET; mc alias set dst https://minio.example.com $MINIO_KEY $MINIO_SECRET; mc mirror src/your-bucket dst/your-bucket`. For app code, change the SDK endpoint to your MinIO URL — bucket names, keys, and IAM-style policies all carry over.
README badges for the SaaS this replaces
Maintainers and forks: drop a badge in your README to link readers from the SaaS-comparison page back to your repo.