Ant – A from-scratch JavaScript runtime in 9 MB
Hand-written engine beats Bun on cold start with a 9 MB binary.

Hand-built JS engine with KVM sandboxing that starts 5x faster than Bun.
Backend developers seeking lightweight alternatives to Node.js or Bun
Bun · Deno · Node.js
I'm the author of Ant, a JavaScript ecosystem built around a runtime with its own JavaScript engine. Ant also includes a package manager, the ants.land package registry, a platform for deploying and hosting applications, and Ant Desktop for building native desktop apps with web technologies, similar to Electron.
The goal is for these pieces to work as one coherent platform while remaining compatible with the wider JavaScript ecosystem. It's still early, and I'd appreciate any feedback on the overall direction or what you'd like to see from an e2e alternative to the existing JavaScript stacks.
P.S. I’ve shared Ant here before as a runtime; since then, it has grown into the broader ecosystem you see today.
Hand-written engine beats Bun on cold start with a 9 MB binary.
Wraps node, npm, and bun under sandbox without code changes, but Deno already does capability security.
Cap-std sandboxing with no-bash design is a coherent security story for agents.
Sandboxed runtime analysis catches malicious install scripts static scanners like npm audit miss.
Yet another npm clone, but this one's for Ant.
Example repo for YSA sandboxing when the main YSA product would be the actual submission.