8 ms·
MinIO Is Dead, Long Live MinIO
- user3939382 7mo agoThis is a super important project, I’m grateful for the commitment.
- seneca 7mo agoI very much appreciate the sentiment, and wish him well. However, one guy maintaining a fork as a side project from his core work is not very promising. He seems to believe AI will help lessen the burden. I hope he's able to find other maintainers. Best luck!
- dijit 7mo agoTo be fair, most open source is like that. The most famous one I can think of right now is xz.
- InsideOutSanta 7mo agoA vastly less complex project whose maintainer burned out. You're not wrong, but this only underlines how unsustainable this is.
- dijit 7mo agoYeah, I agree. But we have to rally around something.
- BadBadJellyBean 7mo agoI am wondering if Minio Inc has rewritten the software in a clean room. Otherwise wouldn't they need to publish the source anyways? Since it is AGPL anyone might potentially be interacting with the software. Do they do that?
- Macha 7mo agoThe copyright for Minio consists of: - Code written by the Minio team, which they have full ownership of and can relicense as they wish - Code written by third party contributors, where Minio required the contributors to provide Minio a BSD license to use the contributions but only published it to other people under AGPL. So the AGPL doesn't bind Minio themselves because of their licensing policy. (Which is why while pure AGPL might be the open source maximalist license, AGPL + CLA is almost at the opposite end of the scale)
- phoronixrly 7mo agoWas going to mention the CLA. Each time you sign a CLA you're doing free work. Never do that. Keep and maintain your patches locally instead.
- deleted 7mo ago[deleted]
- bigfatkitten 7mo agoSometimes that’s far more work than it’ll ever be worth. If I get my patches upstream, then I don’t have to waste time reintegrating patches and rebuilding packages when I could instead be doing productive things.
- rzerowan 7mo agoQuestion , can MinIO the company assert AGPL copyright against the fork - i see in the writeup they mentioned trademarks as far as the fork is concerned. Whats the situation for a AGPL fork , were one to use it can the company assert rights like they did to Nutanix.
- Macha 7mo agoAs long as the fork complies with the terms of the AGPL, Minio can't stop them from using the code. As the article acknowledge,s hey could potentially rely on trademarks to make them rename it.
- gionn 7mo agoHow could the company behind minio not seeing this coming?
- PunchyHamster 7mo agoSeeing what coming ? They pivoted into storage for AI, lone maintainer is not threat to their business model
- dijit 7mo agoStill, I would probably abandon the name for trademark enforcement reasons. It's low hanging fruit for them if they want to kill you. (this is also why the Pentium was called the Pentium instead of the numbers that processors used to be called.. and why the gameboy copyright text was embedded into the ROMs)
- PunchyHamster 7mo agoOh yes, I'm sure that if this fork gets any momentum they will send lawyers
- awesan 7mo agoIt's nice that people are taking this up, and one of the main benefits of open source in the first place. I have my doubts that this will succeed if it's just one guy, but maybe it takes on new life this way and I would never discourage people from trying to add value to this world. That said I increasingly have a very strong distaste of these AI generated articles. They are long and tedious to read and it really makes me doubt that what is written there is actually true at all. I much prefer a worse written but to the point article.
- jonathrg 7mo agoI have no reason to trust that the fork itself is competently maintained when the author did not even bother to write the announcement.
- bigiain 7mo agoThe author is Chinese and not a native English speaker. I will happily give them a pass on using GenAI to "write the announcement".
- surgical_fire 7mo agoI'm generally fully in agreement that AI writing is bad. But this is one of the few cases where it might be acceptable. Author is not a native speaker; in an announcement that a known project is being forked for maintenance the occasional odd phrasing and possible errors in grammar could sound unprofessional. I wonder if in such cases a better use of AI would be to try to write it yourself and just ask a LLM to revise instead? Maybe with some directive to "just point out errors in syntax and grammar, and factual mistakes. No suggestions on style"?
- Aurornis 7mo agoI agree completely. I know everyone is tired of AI accusations but this article has all of the telltale signs of LLM writing over and over again. It’s not encouraging for the future of a project when the maintainer can’t even announce it without having AI do the work. It would be great if this turns into a high effort, carefully maintained fork. At the moment I’m highly skeptical of new forks from maintainers who are keen on using a lot of AI.
- kjuulh 7mo agoSeems like a very balanced take on forking Minio. I don't have high hopes for the future Minio, but as mentioned it is more or less feature complete, good enough for most use-cases. I was searching for a fairly simple replacement for s3 for testing. I'd been using Minio for a while now, and simply ended up implementing my own on top of Postgres. Fun intersection given the post. (Note, I know it isn't optimal, but as I always have Postgres available it fits well, and I don't have high storage needs, just the api compatibility)
- gbcfghhjj 7mo agoI've been using garage without issue
- kjuulh 7mo agoI considered it a while ago, but I wasn't totally clear on Read-After-Write. Which was the primary reason why I choose to just implement my own for testing. I'll probably give GarageHQ a more serious look again.
- bigfatkitten 7mo agoFor our needs at work (~100TB), buying Pure Storage flash arrays (hardware, software, onsite support) worked out cheaper than MinIO licensing alone.
- kjuulh 7mo agoIt is an interesting time we're in right now where buying physical hardware and support is cheaper than a license. Same goes for AWS markup on rented hardware. ;) Man I sometimes miss having physical servers.
- bigfatkitten 7mo agoPure isn’t exactly an entry level market player either. MinIO’s pricing is on another planet.
- boulos 7mo agoMaybe the author isn't aware that Chainguard is going to keep patching MinIO for CVEs: https://www.chainguard.dev/unchained/secure-and-free-minio-chainguard-containers https://www.chainguard.dev/unchained/secure-and-free-minio-c... You wouldn't get the other changes in this post (e.g., restoring the admin console) but that's a bit orthogonal.
- user3939382 7mo agoThey can probably merge them.
- hashworks 6mo ago> This project is currently under maintenance and is not accepting new changes.
- aljarry 7mo agoThere are 3 new commits, and the only actually fixes are: Go update and revert to earlier version of console. But there are a bunch of changes to docs, CI workflows and issue templates. Which is what is the easy part of managing a fork, and I've seen a bunch of forks that ended up only updating readme-s, CI, etc. I'll have more faith in the fork when the maintainers do actual fixes.
- NewJazz 7mo agoAlthough, to be fair, getting too aggressive off the bat would be concerning. A clean fork that is bit for bit compatible with the last open source version is definitely an attractive proposition from a software supply chain perspective.
- aljarry 7mo agoThat's a good point. Though I'd still expect more effort from the developer to convince people that they will actively maintain the project after the first 3 months.
- gbcfghhjj 7mo agoWish the effort well. I has plans to self host s3 with minio that took some time to actually get around to and when I did they had done the enterprise rug pull. I do think one maintainer may be able to pull it off with AI assistance if the scope is limited to security bug fixes. Minio is one of the nastiest rug pulls I can think of.
- Aurornis 7mo agoIt’s nice to see people taking this on, but for a project like this I’d prefer to wait and see if the maintenance continues. This blog post is extremely heavy on LLM written content, which isn’t a promising early sign > Normally this is where the story ends — a collective sigh, and everyone moves on. > But I want to tell a different story. Not an obituary — a resurrection. I’ve seen several announcements of forked open source projects from people who thought that maintaining a fork is easy now that they can have an LLM do all the work. Then their interest trails off when they encounter problems the AI can’t handle for them or the community tires of doing all of the testing and code review for a maintainer who just wants to prompt the LLM and put their name on the project. When someone can’t even write their own announcement without an LLM it’s not an encouraging sign.
- holysoles 7mo agoI'll plug that Chainguard has been maintaining a fork for awhile and seems to have a history with supporting forks like this: https://github.com/chainguard-forks/minio https://github.com/chainguard-forks/minio For a web GUI, I had been using this project: https://github.com/huncrys/minio-console https://github.com/huncrys/minio-console I switched to rustfs this week though and am not looking back. I'd recommend it to others as well for small scale usage. Its maturing rapidly and seems promising.
- deeebug 7mo agoDo note rustfs has had a...questionable...security posture. See https://github.com/rustfs/rustfs/security/advisories/GHSA-h956-rh7x-ppgj https://github.com/rustfs/rustfs/security/advisories/GHSA-h9... as a good example (hardcoded static token).
- cluckindan 7mo agoIf you run (vibe-coded?) alpha software in production, assume security is compromised. In fact, if you run software in production, assume security is compromised.
- benbristow 7mo agoThe README doesn't seem to have been updated, is there an updated Docker image to use now? Edit: https://hub.docker.com/r/pgsty/minio https://hub.docker.com/r/pgsty/minio From the OP's link
- paxys 7mo ago> MinIO as an S3-compatible object store is already feature-complete. It’s finished software. I don't see how these two lines can be written together. The goal is either to remain S3-compatible or to freeze the current interface of the service forever. As it stands this fork's compatibility with S3, and with the official MinIO itself, will break as soon as one of them pushes an API update. Which works fine for existing users, maybe, but over time as the projects drift further apart no new ones will be able to onboard.
- chatmasta 7mo agoThe S3 API is quite stable and most new features are opt-in (e.g. ApplyIfModified) or auxiliary (e.g. S3Tables). It’s highly unlikely that S3 proper will break backwards compatibility for clients with any future API change. So if all you need is basic object storage that works with existing S3 clients, then MinIO is enough. The fork just needs to keep CVEs patched and maintain community hygiene (accept new PRs for small bug fixes, etc.). And as the author points out, this is much easier in the age of AI than it might have been previously.
- teeray 7mo ago> The S3 API is quite stable With so many things offering S3 compatibility, I’d say it’s de-facto standardized.
- mtndew4brkfst 7mo agoI can't see how Amazon is incentivized to avoid making any changes that break compatibility for their imitators, so long as their first party SDKs continue working. Standardized feels like it should be suffixed with "as long as Amazon doesn't ever feel like evolving the product further".
- uroni 7mo agoThere is a lot of software that directly implements the HTTP S3 API. That API is also documented by Amazon. E.g. the last implementation I saw was by DuckDB https://github.com/duckdb/duckdb-httpfs/blob/main/src/s3fs.cpp https://github.com/duckdb/duckdb-httpfs/blob/main/src/s3fs.c...
- wps 7mo agoAlso see Garage S3: https://garagehq.deuxfleurs.fr/ https://garagehq.deuxfleurs.fr/
- KronisLV 7mo agoMoved to Garage, it's actually pretty easy to run and use. Would be even nicer if the official Docker image would support initializing a default bucket and access key from env variables instead of having to exec into the container and follow https://garagehq.deuxfleurs.fr/documentation/quick-start/ https://garagehq.deuxfleurs.fr/documentation/quick-start/ but that's not a dealbreaker. Note: I only needed the single-node install, it was either this or SeaweedFS. Also used MinIO and Zenko in the past, but even the latter seems pretty much dead.
- Vordimous 7mo agoNever heard of this but looks promising. Thank you for bringing it up.
- thenewwave 7mo agoAGPL is a plague. So many possible partners or future stewards won’t touch anything minIO with a ten foot pole unfortunately. And I say this because minIO started to actively engage on the ugly parts of the license
- uroni 7mo agoAGPL is "a plague" by design (viral). It has the explicit goal that any improvements flow back to the community project and the virality is a necessary building block for this. It is an elegant solution to a tragedy of the commons problem. Companies like MinIO extending the virality beyond the single software/work, even though not intended by license, gives it a bad reputation. They have fixed https://min.io/compliance https://min.io/compliance now, but I guess it does not matter anymore.
- thenewwave 7mo agoIntentions of the license aside, the abusive stance of how far the license extends is an unsettled matter in the US court system. And that means when a project wants to assert that any software which talks to a minIO instance over s3 is included in this license expectation, it’s on you to decide if you want to go the distance defending yourself. And even then, they can just drop the suit whenever in that long process and continue the status quo world of ambiguity.
- uroni 7mo agoI never understood why one would use MinIO over Ceph for serious (multi-node) use. Sure, it might be easier to setup initially, but Ceph would be more likely to work. For the single node use-case, I'm working on https://github.com/uroni/hs5 https://github.com/uroni/hs5 . The S3 API surface is large, but at this point it covers the basics. By limiting the goals I hope it will be maintainable.
- refulgentis 7mo agoThis had a ton of LLM-ese in it, so, here's an LLM explaining it. I read it, agreed, then read it again for LLM-ese, then shared it. I recommend this pattern when using LLMs. Especially when claiming you'll replicate the role of a 9 figure company with an LLM. LLM generated TL;DR: The factual sections read like a real person who knows what they're doing. The rhetorical flourishes read like someone pasted their draft into Claude and said "make it more compelling." The work deserves better than the prose it got. LLM output given "<DOC>X</DOC> Identify parts written by an LLM" Here are the passages that read as LLM-generated rather than naturally written: *Overwrought dramatic pivots (LLMs love the "Not X — Y" antithesis):* - "Not an obituary — a resurrection." - "Not 'unmaintained' — officially, irreversibly, done." - "That demand doesn't disappear — it just finds its way out." *Explicitly labeling rhetoric that should speak for itself:* - "The ironic part:" — just show the irony, don't announce it. - "The consensus in the international community is clear:" — "international community" is overbearing. "is clear" is LLM throat-clearing. - "That's the beauty of open-source licensing by design" — "That's the beauty of" is a hallmark LLM filler phrase. *Grandiose one-liners that try too hard:* - "git clone is the most powerful spell in open source." - "a digital tombstone" - "If December was the clinical death, this February commit was the death certificate." — the metaphor was already established in the heading; extending it here is overworked. *LLM vagueness / filler:* - "Things are different now." — says nothing. - "Consider:" as a standalone transition into the Elon/Twitter example. - "I believe the maintenance workload is manageable." — the hedging "I believe" adds nothing; just say it's manageable. *Cliché deployment:* - "the dragon-slayer has become the dragon" (in the related-article blurb) - "Eating your own dog food is the best QA." — explaining the idiom ("dogfooding") one sentence before, then restating it as a maxim, is the LLM pattern of using a phrase and then making sure you understood it. *The AI-hype paragraph is the worst offender:* > "With tools like Claude Code, the cost of locating and fixing bugs in a complex Go project has dropped by *more than an order of magnitude*. What used to require a dedicated team to maintain a complex infrastructure project can now be handled by *one experienced engineer with an AI copilot*." This reads like an LLM writing about itself — vague quantification ("order of magnitude"), the buzzword "copilot," and the utopian framing are all telltale. The Elon/Twitter analogy that follows ("Consider:") makes it worse, not better. *Overall pattern:* The technical/factual sections (the timeline table, the build instructions, the console revert explanation) read like a real person. The editorializing and rhetorical flourishes — especially the intro, the "But Open Source Endures" section, and the "AI Changed the Game" section — are where the LLM voice creeps in most heavily.
- jjzhiyuan 7mo ago[dead]
- maxloh 7mo agoEdit: Never mind, I comment before reading the whole post.
- NewJazz 7mo agoThat's the subject of this blog post.
- starkparker 7mo ago> A company that raised $126M at a billion-dollar valuation spent five years methodically dismantling the open-source ecosystem it built. Sounds like Puppet's story. $180M raised, ~$1B valuation ca. 2019, sold to Perforce in 2022, public repo taken private and builds commercialized by Perforce in 2024, community fork shipped early 2025.
- Havoc 7mo agoI used S3 as a vibe code case study for whether I can just make my own. Learnings: * Yes you can absolutely spin up a DIY S3 server * When you run your server against a credible bench suite it throws a bunch of issues (ceph s3 - is disheartening 5 pass out of 800) * Vibe coding can address the core issues & make significant progress on the 800 issues. Most of those 800 don't actually matter * Low trust in resulting outcome, but I do plan on running some personal infra off DIY s3 - shopping list etc. * Planning to roll some personal infra onto said S3, but with low confidence on
- hardwaresofton 7mo agoPlease just contribute to seaweedfs or the other options instead! There are a lot of other options when it comes to locally hosted S3, minio has not been the best option for a long while. It was used the most in introductory articles/examples maybe but there were better options
- thayne 7mo ago> MinIO’s situation is actually more favorable — AGPL is more permissive for forks than BSL, with no legal gray area for community forks. Um what? Opentofu was forked from the last MPL version of terraform, not a BUSL licensed version. This seems like an AI hallucination.
- Vonng 7mo agoyou're right, OpenTofu forked from the last MPL version of Terraform, not BSL. My mistake — I'll correct the post.
- Vonng 7mo agoAuthor here. • This is translated from my original Chinese post. I used Claude to polish the English — not a native speaker. Fair criticism on the LLM-ese; I'll tighten it. • This fork exists because MinIO is a production dep in my PG distribution (Pigsty) and I needed working binaries + CVE patches. It's primarily for my own use; sharing it because others may have the same problem. • We're deliberately conservative — no new features, just a drop-in replacement that behaves like the last OSS release with the console restored. Early commits will look thin.
- ekjhgkejhgk 7mo ago> Once code is released under AGPL, the license is irrevocable. You can set a repo to read-only, but you can’t claw back a granted license. > That’s the beauty of open-source licensing by design: a company can abandon a project, but it can’t take the code with it. This is a FREE license, which is not just open source. It's open source + more.
- rcxdude 7mo agoThis statement is true of both open-source (by the OSI definition, which is a superset of free software by the FSF's definition) and free software. In fact, the fact that the original company could take their AGPL licensed software and make further updates proprietary is kind of a bug as far as the FSF is concerned (due to how copyright works and the fact that CLAs are a thing).
- notpushkin 7mo agoI really really don’t like how the author spins AGPL relicensing and enforcement as an indication of project dying. AGPL is a perfectly fine license [1] for FOSS projects, and enforcing the license is a prerequisite of a healthy project. I get what he’s trying to say, but putting it all in the same category as cutting features and winding down in general feels... wrong. Trying to save a project should not be called “dying”. That said, congrats on resurrecting it! [1]: The fact that big tech doesn’t want to touch it is on the big tech, not on the license!
- NewJazz 7mo agoI guess late-stage relicensing will always feel like a rug pull to the community of users of the previous license.