perry VS bun

Compare perry vs bun and see what are their differences.

perry

A native TypeScript compiler written in Rust. Compiles TypeScript directly to executables using SWC and LLVM. (by PerryTS)

bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one (by oven-sh)
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
perry bun
12 497
3,610 93,099
38.2% 3.6%
9.9 10.0
7 days ago about 3 hours ago
Rust Rust
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

perry

Posts with mentions or reviews of perry. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-05-29.

bun

Posts with mentions or reviews of bun. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-06-05.
  • Supply chaing attack alert: .github/setup.js
    4 projects | news.ycombinator.com | 5 Jun 2026
  • Show HN: yadiff, yet another diff viewer, based on pierre's diffshub
    4 projects | news.ycombinator.com | 3 Jun 2026
    what a horrible typo with the scoped name, it should be `npx @baggiiiie/yadiff https://github.com/oven-sh/bun/pull/30412`!
  • Bun Has Been Converted to Rust. Now What?
    5 projects | news.ycombinator.com | 3 Jun 2026
    > Comparing unsafe counts to UV makes no sense here.

    Agreed. The better comparison is Deno, which does roughly the same thing (wrapping a c/c++ javascript engine to create a serverside runtime). Deno was smaller, but per line of code/file it had just over half the unsafe as the bun slop rewrite. There are also examples of unsafe blocks that are just locally incorrect [0], meaning you don't even need to read outside the function and it's definition to determine that the entity doing the porting (in this case claude) didn't understand how unsafe rust works.

    > I am skeptical why Bun was even an acquisition target in the first place, other than pulling stunts like this.

    From what I've heard, it sounds like the author had become fully hooked by LLM coding before the acquisition, so I don't think we know enough to conclude that this was premeditated by Anthropic. I think the more likely trigger is that Bun had just bragged about how they'd forked the zig language for a performance increase and attacked zig for it's no-AI policy, only for a zig core team member to point out that the code couldn't be upstreamed even if it had been hand written [1].

    The better point, IMO, is how this is an example of how AI use/addiction makes developers who fall into it loose the ability to judge code quality, particularly for code they prompted for themselves. From what I've heard of Mr. Sumner and the team at oven from before AI, I very much doubt code of this poor quality would have been allowed anywhere near the main branch before LLMs.

    [0] https://github.com/oven-sh/bun/blob/d2a6506dfad4c3ef3dddb9ae...

    [1] https://ziggit.dev/t/bun-s-zig-fork-got-4x-faster-compilatio...

  • No SQLite driver works in both Bun and Node. Here is how I shipped one package that runs on both.
    2 projects | dev.to | 3 Jun 2026
    better-sqlite3, the usual answer, is a native addon. Bun still cannot load its addon reliably (oven-sh/bun#4290).
  • Using DigitalOcean Droplets as Ephemeral Sandboxes for AI Agents
    2 projects | dev.to | 25 May 2026
  • Bun team is rewriting SIMD from Rust to C++
    1 project | news.ycombinator.com | 25 May 2026
  • Electrobun 2.0 will be decoupled from Bun due to the rust rewrite
    1 project | news.ycombinator.com | 23 May 2026
    https://github.com/oven-sh/bun/issues/30921

    > A CVE wasn’t announced for an HTTP Request Smuggling vulnerability

    Even before the acquisition of Anthropic, there had never been a single vulnerability report.

    https://github.com/oven-sh/bun/security

    Do not use this in production.

  • Bun.Image
    2 projects | news.ycombinator.com | 23 May 2026
    > It's not like image manipulation is a poorly understood problem

    You would think, but the initial implementation of this stripped ICC profiles (https://github.com/oven-sh/bun/issues/30197), and while that was fixed in time for the release, it still currently doesn't understand EXIF rotation metadata (https://github.com/oven-sh/bun/issues/30235) or high-bit-depth images (https://github.com/oven-sh/bun/issues/30462)

  • I’ve Given Up on Bun. I’m Removing It from SuperRails
    1 project | dev.to | 17 May 2026
    Jarred-Sumner posted on May 08, 2026
  • Audit: Add UB-exorcism audit workspace and executive guide
    1 project | news.ycombinator.com | 17 May 2026

What are some alternatives?

When comparing perry and bun you can also consider the following projects:

rustc_codegen_cranelift - Cranelift based backend for rustc

vite - Next generation frontend tooling. It's fast!

lumina - Lumina is an eager-by-default natively compiled functional programming language with the core goals of readibility, practicality, compiler-driven development and simplicity.

pnpm - Fast, disk space efficient package manager

wasmtime - A lightweight WebAssembly runtime that is fast, secure, and standards-compliant

GORM - The fantastic ORM library for Golang, aims to be developer friendly

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

Did you know that Rust is
the 3rd most popular programming language
based on number of references?