perry
bun
| 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 |
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
-
Perry Compiles TypeScript directly to executables using SWC and LLVM
On other sites, like github and reddit. This exchange was funny though. He eventually gets called out by the other commenter to stop responding with an LLM: https://github.com/PerryTS/perry/issues/139#issuecomment-429...
- I am worried about Bun
- Perry compiles TypeScript to native GUI and CLI apps on 10 platforms
- Perry – TypeScript → Native
- PerryTS: Compile TypeScript to native executables with LLVM
-
Show HN: Pry – TypeScript compiled to native code, no Electron or V8
Hey HN — I've been building Perry, a compiler that takes TypeScript and emits native binaries. No V8, no runtime, no Electron. It maps to platform-native UI widgets: AppKit on macOS, UIKit on iOS, Android Views on Android, GTK4 on Linux, Win32 on Windows.
Pry is the first real app built with it — a JSON viewer, deliberately small.
It's in the iOS/macOS App Store and Google Play right now. Linux build works, Windows is waiting on code signing.
The compiler itself is written in Rust. It handles TypeScript parsing, type checking, and lowers to native code. The UI bindings aren't a wrapper library — the compiler generates the actual platform API calls.
This is a building-in-public thing. Pry is the proof-of-concept. The bigger goal is a full IDE. Happy to answer questions about the compiler architecture, the app store submission process, or anything else.
Compiler repo: https://github.com/PerryTS/perry
bun
- Supply chaing attack alert: .github/setup.js
-
Show HN: yadiff, yet another diff viewer, based on pierre's diffshub
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?
> 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.
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
- Bun team is rewriting SIMD from Rust to C++
-
Electrobun 2.0 will be decoupled from Bun due to the rust rewrite
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
> 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
Jarred-Sumner posted on May 08, 2026
- Audit: Add UB-exorcism audit workspace and executive guide
What are some alternatives?
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