MinIO
An open-source, S3-compatible object storage server designed for high performance and self-hosted deployment. As of February 2026, the community repository is archived (read-only) as MinIO shifts to AIStor for commercial AI-optimized storage.
Summary
An open-source, S3-compatible object storage server designed for high performance and self-hosted deployment. As of February 2026, the community repository is archived (read-only) as MinIO shifts to AIStor for commercial AI-optimized storage.
MinIO is the primary open-source alternative to AWS S3. It enables organizations to run the same S3 workloads on-premise, at the edge, or in any cloud — breaking vendor lock-in while keeping the S3 API contract. The 2026 archival triggered the pgsty/minio community fork, which restored the admin console and binary pipeline.
- MinIO implements the S3 API but is not AWS S3. Some AWS-specific features (S3 Select, S3 Inventory) may not be available or behave differently.
- MinIO provides strict read-after-write consistency by default — stronger than historical AWS S3 behavior.
- The February 2026 archival does not mean MinIO is dead — AIStor (Free and Enterprise tiers) continues active development. The pgsty/minio fork provides an alternative community-maintained distribution.
implementsS3 API — full S3-compatible interfaceenablesLakehouse Architecture — can serve as the storage layersolvesVendor Lock-In — S3-compatible self-hosted alternativeconstrained_byLack of Atomic Rename — same S3 API limitation applies- LanceDB
indexesMinIO — vector search over MinIO-stored data
Definition
An open-source, S3-compatible object storage server designed for high performance and self-hosted deployment. In December 2025 MinIO announced maintenance mode and pivoted toward **AIStor**, its commercial AI-optimized distribution. Withdrawal proceeded in stages — admin console removal from the OSS distribution, end of Docker Hub publishing, tightened AGPL v3 enforcement on remaining open code — and the main GitHub repository's archival timeline itself was non-monotonic: first archived **February 13, 2026**, briefly **unarchived in March** to ship a single security patch, then **re-archived read-only on April 25, 2026** as the permanent end-of-life state. The community fork **pgsty/minio** restored the admin console and binary distribution pipeline, and new development has fragmented across Apache 2.0 alternatives (**Alarik**, **RustFS**, **SeaweedFS**, **Garage**).
Organizations need S3-compatible storage they can run on their own infrastructure — on-premise, at the edge, or in any cloud — without depending on a single vendor.
Self-hosted data lakes, on-premise lakehouse storage, CI/CD artifact storage, S3-compatible development and testing environments, AI/ML training data (via AIStor).
Recent developments
CVE-2026-33322 — JWT algorithm confusion in OIDC auth. A high-severity flaw in MinIO's OIDC integration allowed JWT algorithm-confusion attacks against the auth path; patched March 2026. Per the o3.security advisory. It extends the CVE pattern this node tracks below — verify which distribution line (community vs AIStor) received the fix before relying on it.
MinIO named 2026 Databricks ISV Storage Partner of the Year (June 16). The commercial AIStor arm is ascending in exactly the period the community line froze — a clean data point for the OSS-pivot narrative. Per GlobeNewswire via Manila Times (wire reprint; vendor-announced award).
Latest community release: RELEASE.2025-10-15T17-29-55Z (October 2025) — and, notably, the last. No newer
minio/minioRELEASE tag has shipped in 8 months; the community cadence effectively froze after October 2025, consistent with the post-archive / AGPL-pivot narrative this index tracks in What Survived MinIO. Per minio/minio releases.MinIO AIStor joins the NVIDIA STX reference architecture as its object data store (March 16, 2026). AIStor runs natively within the BlueField-4 processor (ARM, no x86 storage nodes) to serve training, RAG, and agentic inference; GA targeted for H2 2026 with early access now. Per MinIO AIStor Brings Object Data Stores for the NVIDIA STX Reference Architecture.
The OSS-vs-AIStor patch split shows up in the CVE record. Through March and April 2026 GitHub Security Advisories published five high-severity and three medium-severity advisories against MinIO with assigned CVE IDs — CVE-2026-42600 (path traversal in
ReadMultiple), CVE-2026-41145 (unauthenticated object write), CVE-2026-40344 (unauthenticated write via Snowball auto-import), CVE-2026-39414 (DoS in S3 Select CSV parsing), CVE-2026-34204 (SSE metadata injection), and others. CVE-2026-39414 is the most direct evidence of the OSS/AIStor split — per the GHSA-h749-fxx7-pwpg advisory, itspatched_versionslist contains onlyMinIO AIStor RELEASE.2025-12-20T04-58-37Z. The free MinIO line does not receive the fix.Four credible migration paths now stand. Post-archive, the migration target landscape has stabilized: RustFS (Apache 2.0, drop-in binary replacement, alpha-stage), SeaweedFS (Apache 2.0, broad Kubernetes adoption), Garage (AGPL v3, edge / homelab niche), and pgsty/minio (AGPL v3 community fork backporting the CVE patches MinIO Inc. now ships only in AIStor). For organizations that need to keep the existing data layout intact while planning a longer move, pgsty is the immediate-term answer; for clean-slate Apache 2.0 deployments, RustFS is the strongest target.
Official Community Edition is now source-only, with AIStor enterprise licensing reported around $96K/year. No pre-compiled binaries or Docker images ship from the free line, consistent with the archival/AGPL-pivot narrative already tracked here; the commercial AIStor line was reported at roughly $96,000/year (tertiary source, no independent corroboration found — flagged accordingly). Per RustFS vs SeaweedFS vs Garage: Which MinIO Alternative Should You Pick?. Sources: MinIO Security Advisories index (GitHub) · CVE-2026-39414 — AIStor-only patched version (GHSA-h749-fxx7-pwpg) · MinIO repository (archived state) · pgsty/minio community fork (1,520+ stars, AGPL-3.0) · MinIO AIStor Brings Object Data Stores for the NVIDIA STX Reference Architecture (press) MinIO AIStor Brings Object Data Stores for the NVIDIA STX Reference Architecture (GlobeNewswire)
Connections 27
Outbound 8
scoped_to2implements1enables1solves1constrained_by2competes_with1Inbound 19
integrates_with2depends_on1extends1alternative_to9competes_with2indexes1constrained_by2scoped_to1Resources 4
Official MinIO documentation covering deployment, configuration, and the full S3-compatible API surface.
The primary open-source repository for MinIO, the most widely deployed S3-compatible object store.
Official MinIO engineering blog covering performance benchmarks, S3 API compatibility updates, and architecture decisions.
Rapid release cadence tracking every S3 feature addition and bug fix.