<- Back
Comments (224)
- thot_experimentWhy people use Deno and Bun over Node? I think it's neat that there are competitors for JS runtimes, but I really don't understand what advantages I'd get by swapping to one of these over Node. Bun has no REPL and worse JS engine, Deno is just Node with a restrictive, annoying permission system and no sqlite. Both claim better performance, but that only seems true in cherrypicked benchmarks, and in my tests (granted about a year ago at this point) both alternatives under-performed Node in my workloads. What am I missing?EDIT: Actually I just remembered I delivered a small ERP tool to a business a while back and I did opt to use I think Bun for that because it had the most robust tools to wrap a project into an `*.exe`, that was definitely a better experience than Node. Though since that was dependency-less JS I did the whole thing using Node and then just shipped it with Bun.
- AntonyGarandI disagree with the overall premise: Before the acquisition, Bun had to figure out how to monetize at some point.Now, even though their parent company does some shitty practices with their other software (claude code), it's a stretch to assume this will also translate into making Bun worse: Being worried makes sense but I remain optimistic about Bun.Especially given the context of both of these different context: Claude Code is a gem of Anthropic, experiencing extreme growth and where any of its change can result in billing issues.Bun is a JS runtime, and regardless of its growth, can focus on being the best runtime possible: It doesn't impact billing nor the bottom line of Anthropic, so they don't have to rush out patches due to abuse unlike CC.It's unclear how it will pan out over the next years, still very early on the acquisition to see if anything will change, but I'm not concerned just yet.
- nwienertBun has never really been well run. Every feature it had was full of bugs and gaps. And every release fixed a few but broke others.They released more major features and breaking changes in their last patch release than most software sees in two major versions.I've been using it just as a script runner and npm package manager basically, and it's incredible the amount of work you have to do to find "good" versions. We've had patch versions suddenly freeze on install more than once, we couldn't upgrade for quite a while due to this. I think they broke postinstall scripts with trustedDependencies entirely two minor versions ago - not a mention in release notes, and somehow no one reporting it in GH issues. In 1.1 or so you could get Bun to do trustedDependency builds in postinstall, and then after that you couldn't. I looked around for release notes and saw nothing mentioned. It's been broken for months.
- JarredI work on Bun, and this post is confusing to me. Me personally and the Bun team continues to dogfood & make Bun better everyday. Our development pace has only gotten faster. Bun's stability has improved significantly since joining Anthropic.Here are some things shipping in the next version of Bun:- 17 MB smaller Windows x64 binaries [0]- 8 MB smaller Linux binaries [1]- `--no-orphans` CLI flag to recursively kill any lingering processes spawned [3]- SSL context caching for client TCP & unix sockets, which significantly reduces memory usage for database clients like Mongoose/MongoDB [4]- Experimental HTTP/3 & HTTP/2 client in fetch [5]- Experimental HTTP/3 support in Bun.serve() [6]- Bun.Image, a builtin image processing library [7](Along with several reliability improvements to node:fs, Worker, BroadcastChannel, and MessagePort)The Anthropic acquisition also means Bun no longer needs to become a revenue-generating business. We are very incentivized to make Bun better because Claude Code depends on it, and so many software engineers depend on Claude Code to help get their work done.[0]: https://github.com/oven-sh/bun/pull/30219[1]: https://github.com/oven-sh/bun/pull/30098[2]: https://github.com/oven-sh/WebKit/pull/211[3]: https://github.com/oven-sh/bun/pull/29930[4]: https://github.com/oven-sh/bun/pull/29932[5]: https://github.com/oven-sh/bun/pull/29863[6]: https://github.com/oven-sh/bun/pull/30032
- jpsimonsI just spent a couple hours migrating my knife sharpening website backend from Bun to Node. Feels good to avoid that lock-in. I was initially gung-ho for Bun but increasingly unsure about it. Things I'll miss for sure:- Querying sqlite with tagged template literals- Bun.password.verify being argon2 is a better default- HTML imports- JSX transpilation- Auto loading .env filehttps://burlyburr.com, which hits https://backend.burlyburr.com
- rtrigosoI agree with OP, and understand why to some it feels premature.We live in a vastly different world than before, where people are more conscious of ethical concerns and willing to stand on their ground to avoid repeating past mistakes.It might be premature from a tech standard, but it makes sense from an ethical concern. I don't think misconduct is as easily backtracked as it was before and preemptive measures are needed to avoid the large impact that those decisions make.
- tracker1TBF, I really haven't done much of anything with Bun other than occasional module testing. I mostly use Deno for my day to day, including a lot of shell scripts the past few years. I liked the newer ergonomics a lot, direct module references in repositories is really nice for shell scripts.That said, I'm worried about them having good enough monetization while keeping features open... or at least able to be replicated by others. So I can understand some of the concerns.
- ericydThe author closes by enumerating some of the things they like about Bun which are not included in pnpm. The list is basically: native TS support, a vite-style bundler and a vitest/jest style test runner.Other than a bundler, Node already has all of these. Different test runner syntax maybe but otherwise TS "just works" out of the box and their built in test runner is totally capable. Not sure I see the need for such a lament over Bun.
- iceboundrockRegardless of Anthropic/ClaudeCode, PerryTS[1] looks like a very promising competitor to Bun.[1]: https://github.com/PerryTS/perry
- MoonWalk"I want a serious Node.js alternative."Then you could have been using Deno, like many of us, for years.
- AYBABTMEThat's a lot of very large jumps to come to the conclusion that Bun isn't going to turn out well.
- periodjetThe term “enshittification” really ruins (one might say “enshittifies”) any article it’s in.
- SeviiI don't know, I've been using Claude Code since it came out and it really doesn't seem to be getting worse.
- whimsicalismMillenials of the redditor class desperately need a moratorium on the word enshittifying.
- 0sqlDoes bun have a formal roadmap? I occasionally see some the changes that Jarred posts on X, and I wonder if they're really meaningful or not (perf improvements are always good). It also seems like a lot of the recent contributions are ai authored.I tried using bun for a project earlier this year and learned that you can't use testcontainers(works fine w/ Deno).
- james2doyleMaybe look at https://void.cloud/ (Edit: sorry, meant https://viteplus.dev/, not Void cloud)They are not a runtime, but they do seem to be interested in wrapping a lot of tools with simple top-level commands
- butterlesstoast>Even though I personally am moving some projects away from Bun, don't take my advice as gospel.Always appreciated nuance.
- wg0OpenAI and Anthropic both are destined to doom for sure. There's no way around it and it is all in the math. Bun would be a causality. It is only a matter of time.Only company that would survive the AI race - the one where the current wave was actually invented along with the research paper, the libraries and even specialised hardware: Google.Google has a serious problem with its product management culture (long list of products and projects, people even skeptical of Flutter) otherwise they would have surpassed Anthropic long ago.
- robertjpayneAll these complaints about Claude code are mostly resolved if you pay for your usage with direct API pay as you go. It’s not cheap but nearly all the complaints I see about Claude code are due to the fact the subscription plans seem unsustainable from a cost perspective.
- afavourThis isn't anything new and I feel the same way about Deno. We can argue about exactly how much trouble any runtime is in today vs yesterday vs tomorrow but VC funding of a javascript runtime feels inherently unstable to me.The key question is how much unique tooling you're relying on. If you can switch to Node tomorrow, great. If you can't, make sure you have a contingency plan.
- avsnNothing to worry about anymore, the ship has sailed the moment it was acquired.
- pyrolisticalI love coding with bun. It comes with everything.For my projects I don’t even need any additional dependencies. I use vanilla dom and sqlite
- fhnI wonder why Anthropic chose to spend money on Bun when they could have easily spend that resource on Go which is fairly easy to use and fast. I'm sure their SWEs could easily everything things in Go. Anyone have insight on why?
- jmuguyWhy did you have to stop using Cursor? I ask this as someone that uses Cursor, but recently at a conference I heard it referred to negatively several times - but in a very vague sense. I don't really have a dog in the fight, I'm using it because thats what the other dev I work with is using.
- theususBun is basically a wrapper over JSCore. I don't think it's that big of a feat. Furthermore they are heavily invested in vendor specific APIs which I think is not good.
- DrBenCarsonI made this exact same decisions (bun -> pnpm) for similar reasons, mostly bc I didn’t like how haphazardly a core part of the stack was being vibe coded. Too many changes too quickly for something that’s supposed to be stable
- sibeliussThis is all so speculative and whatevs
- pjmlpI still see no monetization with Bun and Deno to keep them going.You see this all over the place with other programming languages.The ones that have bleeding edge features do so, because there are companies, or universities (for their PhD and Msc thesis), that invest into those ecosystems.In the end nodejs will keep improving, with Microsoft and Google's baking, and that will be it.
- hjort-evite and it's ecosystem is actually becoming the unified toolchain with vite+. IIRC pnpm will also be the preferred package manager in the tool
- anonundefined
- photios"Friendship ended with Bun, now pnpm is my best friend" the post...
- lrvickpnpm is even worse. There is no way to bootstrap it without binary blobs making it an easy target supply chain attack waiting to happen that could hide in plain sight indefinitely.
- pier25I use Bun and I'm concerned too but it's still too early to tell.Personally my experience with Bun has been 100% positive so far.I'm aware full Node support is not there yet and may never happen but with dependencies that support Bun it's been a smooth ride for me.
- ezekiel68Ugh. I hate these "guilt by association" hit pieces. Nothing is wrong and yet we must signal our virtue.Might as well just open our pants and wave our wangers, hoping for a better world
- gwd> But from the outside, Claude Code looks like a tool moving in the wrong direction. More restrictions, billing weirdness, surprise behavior based on text in commits. That is textbook enshittification.I've never used Claude Code, but this person doesn't understand what "textbook enshittification" means. "Enshittification" is a feature of certain kinds of business models, progressing through the following stages:1. Giving away a product free to users, subsidized by venture capital, to gain a monopoly2. Switching to advertising, then abusing users on behalf of the real customers, advertisers3. Using monopoly power to abuse real customers (advertisers) to extract as much money as possibleAnthropic's business model doesn't have a "user / customer" dichotomy; their paid users are their customers. And they don't have a monopoly they can use to extract money yet.ETA: In other words, "Enshittification" isn't just random; you're making the user experience worse in order to make advertiser experience better; and then making advertiser experience worse in order to extract maximum profit. The only complaint that could vaguely be related to profit is the OpenClaw stuff, and that's entirely due to trying to keep the "all-you-can-eat" model for non-OpenClaw users, rather than having to switch everything to metered.
- anonundefined
- wxw> Will we see issues start popping up in Bun that make it seem like the team doesn't even dogfood their own product? I don't know, but I'm not sure I want to continue using it just in case.I sympathize with the general premise. The reaction to move away seems pre-mature though.It sounds like `bun` is still performing just as well as before, and this sentiment isn't based on concrete changes. I also wouldn't expect infrastructure like `bun` to evolve in the way a consumer-facing product, especially one scaling as quickly as Claude Code, can.
- suck-my-spezI still don't think Bun is production ready. We just ripped bun out of a bunch of our production sevices. CPU runaway and memory leaks. All solved by switching back to nodejs.
- twoodfinI’m confident that any unhappiness with Claude Code is at least 95% downstream of Anthropic seeing demand scale their revenue by ~3X in 6 months from a $multi-billion annual base.Their product focus, roadmap, or execution is likely a rounding error in the face of that tsunami.Frankly, it’s shocking they’re doing so well relative to, say, GitHub.
- AtNightWeCodeOne thing is sure. Claude has become terrible. Criticize any code Opus 4.7 created and it starts a blame game. Also. It denies that a version 4.7 even exists. Will look into moving back to ChatGPT that I quit because the mandatory spyware bs they added which I believe they nuked.
- agostaUmm, just use Deno? Everything author seems to love about Bun exists in Deno.
- orliesaurushas anyone forked bun?
- moomoo11Why do people use bun? Would like an answer from an actual experienced / staff tier or higher engineer.
- esafakDon't fret; the creator of mise has released a faster alternative: https://github.com/endevco/aube
- jillesvangurpHere's how I evaluate whether I'm going to use a given bit of OSS:- Is the project important to me or can I replace it? If the latter, I'm more likely to allow failures of other criteria. If not, I need to be more strict. Bun is easy enough to replace if something were to happen to the project. Easy come, easy go.- Are there any red flags in financing that could become problematic? Many VC funded OSS companies fail this test for me. What happens when they don't make it? What happens post IPO if they do? What happens when they get acquihired? Mostly that's up to share holders, not developers. Most VC funded companies actually don't make it and that's normal in the VC world. A few companies make it, everything else fails quickly. And there are a few examples of projects that have changed licenses under pressure of shareholders. That's why this is a red flag to me. I've used Redis and Elasticsearch, for example. And I switched away from Mongo before they changed the license. I used Terraform before they open sourced. All negative examples here.Bun initially wasn't great on this. But the Anthropic acquisition has improved things a bit. It's still a risk. But it's unlikely they have any plans for Bun other than just keeping it alive by employing the main people working on it. Anthropic itself might still fail of course.- Has the project been around for a long time. If so, it likely has a stable community and funding. There are no guarantees but the older the better. Bun is pretty newish still.- Is the project stable and under active development? If it's stable because nobody makes changes anymore that's usually not a great sign. If it is stable despite a lot of active development, that's really positive. It means somebody competent is in charge. Bun seems pretty good on that front.- Is the project otherwise structured right to be future proof. For me future proof is a combination of contributor community, commercial activity, and licensing. The more diverse the contributor community the better. If there are multiple companies sponsoring and making money of a project, that makes it less likely that a single one can hijack it for their own good. This is more common with permissively licensed software (but there are exceptions). Bun doesn't have much commercial activity around it and the regular contributor community is tiny. One person seems to be doing most of the work with only a handful of notable other contributors that are probably all Anthropic employed at this point. Out of these, the dependence on a single person looks the most problematic to me.So, the overall score for bun is not perfect (there a few potential red flags) but I'm happy to risk using it because it's not that critical to me and easily replaceable.My read of the whole Anthropic acquihire is that it is an improvement over the starting point which was a VC funded company that was probably going to fail otherwise. Otherwise, good tech and generally nice to use. I could see Anthropic going bad and this project surviving in one form or another. So, that doesn't have to be a show stopper.
- namuolI see the word “enshittify” being thrown around casually about Claude Code. We’re far from that part of the Enshittification cycle still. This is just a mismanaged product and the result of an extremely competitive market that moves too fast.Never attribute to malice that which can be adequately explained by incompetence, etc.
- deancLet them cook. Anything that they can do to get rid of the absolute hell that is dependencies in the JS ecosystem is worthwhile. I really don't care what they add as long as it's maintained
- coolThingsFirstBun does great on their own benchmarks.
- anonundefined
- forrestthewoodsClaude is currently unusable for me on Windows because bun keeps crashing:(
- concretereturnstest
- cute_boiI used to be a fan of Bun, but the way it keeps adding bloat makes me seriously doubt its future. Also, it seems like they are doing a lot of vibe coding without taking enough time, which raises other questions.Node.js is also more stable, and it has started supporting TypeScript out of the box. I don’t think Bun will have many advantages after Node 26.
- lstoddWhat is there to worry about? If we believe AI crowd, Bun and entire JS ecosystem is done for. Dead. Nothing to worry about since nothing's left.If as claimed everyone and his malnourished cellar rat can whip up a SaaS on a whim, then why that SaaS should be built upon chromium+js+http instead of tcp+native ui?Remember, choice of ui is no longer a constraint. Nothing is a constraint or so they say.So it follows that all this javascript stuff can at last die.
- yabooeyMostly in my day to day routine, where is use Claude Code maybe 90% of the time, I don’t see that it’s become that bad. Yes they’ve made some questionable decisions on API usage and OpenClaw but I feel like this post is making it out to be worse than it is.That being said I’ve been worried about the future of Bun anyway. Especially if the AI bubble pops. Then again, it’s open source.
- josefritzishereRay Bradbury foresaw this.
- anonundefined
- jonas21The issues with Claude Code lately look to me like symptoms of being part of a service that is experiencing insane growth (fastest growth in history, by far [1]), while being severely constrained on adding capacity (GPUs are hard to get quickly right now, even if you have the money). I assume they're constantly fighting fires trying to keep the core use cases of Claude Code working, even if that means limiting OpenClaw usage in somewhat draconian ways.It's annoying, but I don't see this as a bad thing at all for Bun.[1] https://www.axios.com/2026/04/13/anthropic-revenue-growth-ai
- ImustaskforhelpAube[0] seems interesting to me, I have submitted it as show HN after hearing about your post. Its created by the same person who has made mise and I actually discovered it when I was browsing through on mise.en.dev websiteI still use bun, but I think that there are some other pathways so I am not that worried about myself personally. But that's also because I most often than not code in golang rather than typescript/javascript[0]: https://aube.en.dev/
- zimbatmIs there actual evidence coming from the Bun project itself?Otherwise it's just FUD.
- b4rtaz__Personally, I suspect that Bun is a Silicon Valley attempt to lock some companies into its stack (similar to what cloud providers, Next.js + Vercel do). Especially now that Anthropic has become an owner, I'll be keeping Bun at a considerable distance.The funniest part to me is that 10–15 years ago, companies were stuck in the development process due to binary (closed) dependencies. Now they're jumping into the same trap under a different name.Maybe I’ve missed some scandals, but so far OpenJS Foundation is the best thing that has happened for the JavaScript ecosystem.
- reactordevJust look at the "new" documentation. It's full on AI slop.
- neodenwhat a nice way to write an article!
- TheSamFischer[dead]
- frankfrank13TLDR;> Claude Code appears to be enshittifying. So now I have to worry that Bun could enshittify too
- keyboredtl;dr: I have concerns. Not because Bun is bad. Bun is great. It is not bad. But Claude was good. And now it is bad. Bun is owned by Anthropic. Transitive property. Maybe. I hope I’m wrong.
- the__alchemistLook at them! They're like loaves of bread that hop.