Anthropic just bought your favorite JS runtime

Anthropic, the AI company behind Claude, has acquired Bun, a fast and comprehensive JavaScript and TypeScript toolkit known for its speed and all-in-one capabilities, to support their AI coding assistant development. This acquisition promises continued open-source development and improved tooling for Bun users, though some concerns remain about its future openness given Anthropic’s mixed open-source history.

A surprising acquisition recently took place in the tech world: Anthropic, the AI research company behind the Claude AI, acquired Bun, an all-in-one JavaScript and TypeScript toolkit. This move caught many off guard, especially since just weeks prior, a member of Claude Code’s technical staff had suggested that software engineering was essentially “done.” The video explores the journey of the Bun team, the implications of this acquisition for Bun’s future, and the broader context of wealth generation in the AI bubble.

Bun’s origin story is rooted in frustration with slow build times in the JavaScript ecosystem. Jared Sumner, the creator of Bun, tackled this problem by porting an ES build JSX and TypeScript transpiler from Go to Zig, creating a new compiler that significantly sped up the process. Starting in 2021, Jared dedicated himself to improving Bun, eventually securing a $7 million seed round from Kleiner Perkins. Despite some backlash over his intense work ethic demands, Jared and his team pushed forward, releasing Bun 1.0 in 2023 and expanding its features and compatibility over the following years.

Today, Bun is recognized as one of the fastest and most comprehensive tools in the JavaScript ecosystem, combining bundling, transpiling, runtime, test running, and package management. It boasts over 7 million monthly downloads and more than 83,000 stars on GitHub. Its design allows Bun apps to be compiled into single executables, making it ideal for building command-line interfaces (CLIs). This capability aligns perfectly with Anthropic’s needs, as they have used Bun to build Claude Code, their AI coding assistant.

Looking ahead, the acquisition could be a boon for Bun users. With Anthropic’s backing, the Bun team can focus on refining their tooling without financial pressure or the need to pivot toward less desirable business models. The team has promised to keep Bun open source under the MIT license and continue building in public. However, there is some concern given Anthropic’s mixed track record with open source projects and the risk that Bun could be deprioritized or closed off in the future, as has happened with other beloved developer tools after acquisitions.

Overall, this acquisition highlights the growing importance of fast, efficient development tools in an AI-driven future where much code may be written and tested by AI agents. Bun’s speed and simplicity make it an ideal foundation for such environments. The video closes by recommending Brilliant, an educational platform for mastering math and computer science, as a way for viewers to build the foundational skills needed to thrive in this evolving tech landscape.