#quickjs
Deno 2.9.5 is out 🦕

New: deno compile --engine quickjs, an experimental QuickJS backend for compiled binaries.

Same CLI, same source:
V8 -> 64 MB
QuickJS -> 35 MB

~45% smaller, and it cold-starts ~25% faster.

github.com/denoland/den...
August 6, 2026 at 3:13 PM
Micro QuickJS is a new JavaScript engine by the famous Fabrice Bellard 🎉

📖 Written in C
🗜️ Uses 100 kB ROM
⚠️ Supports a subset of JS close to ES5
🐏 Runs programs in as little as 10 kB of RAM
🔥 Speed is comparable to the full QuickJS engine

github.com/bellard/mqui...
GitHub - bellard/mquickjs: Public repository of the Micro QuickJS Javascript Engine
Public repository of the Micro QuickJS Javascript Engine - bellard/mquickjs
github.com
December 23, 2025 at 5:53 PM
Porffor compiling to Wasm is now faster than QuickJS interpreting natively for an older V8 benchmark!
February 9, 2025 at 3:44 PM
Bellard was here (again) :
github.com/bellard/mqui...
GitHub - bellard/mquickjs: Public repository of the Micro QuickJS Javascript Engine
Public repository of the Micro QuickJS Javascript Engine - bellard/mquickjs
github.com
December 23, 2025 at 6:24 PM
@saghul.bsky.social this one's dedicated to you! A pinch of QuickJS-NG inside a DuckDB Extension. Nobody asked for it and nobody might ever use it but it exists and runs basics 🤟 github.com/quackscience...
GitHub - quackscience/duckdb-quickjs
Contribute to quackscience/duckdb-quickjs development by creating an account on GitHub.
github.com
June 23, 2025 at 5:31 PM
Woot, I just submitted a presentation about #QuickJS :-)
December 23, 2024 at 10:17 PM
we shall run quickjs on embedded hardware inshallah
September 10, 2023 at 9:16 PM
QuickJSR (github.com/andrjohns...) is a bonkers-cool portable, lightweight, zero-dependency JavaScript engine for #RStats, using QuickJS.

Values & objects (including functions) are directly passed between R and QuickJS, with no need for serialization or deserialization!
GitHub - andrjohns/QuickJSR: R interface for the QuickJS lightweight javascript engine
R interface for the QuickJS lightweight javascript engine - andrjohns/QuickJSR
github.com
June 29, 2024 at 12:00 PM
quickjs-git
A small and embeddable Javascript engine
aur.archlinux.org
September 26, 2026 at 6:42 PM
new js engine (quickjs fork) just dropped: github.com/lynx-family/...
GitHub - lynx-family/primjs: JavaScript Engine Optimized for Lynx
JavaScript Engine Optimized for Lynx. Contribute to lynx-family/primjs development by creating an account on GitHub.
github.com
March 5, 2025 at 6:52 AM
quickjs-ng-git
A mighty JavaScript engine
aur.archlinux.org
September 26, 2026 at 6:42 PM
Cherry QuickJS: a ~2MB binary that contains the cherry compiler and stdlib.
Starts in 17ms
What can you do with it? Well, it's just a REPL but doesn't bind to any useful host stuff yet, it's just a cool experiment :)

github.com/squint-cljs/...

#clojure #clojurescript #cherrycljs
GitHub - squint-cljs/cherry-quickjs: Cherry running on QuickJS
Cherry running on QuickJS. Contribute to squint-cljs/cherry-quickjs development by creating an account on GitHub.
github.com
August 8, 2026 at 9:42 AM
Fork された QuickJS が結構活発に開発されていた github.com/quickjs-ng/q...
GitHub - quickjs-ng/quickjs: QuickJS, the Next Generation: a mighty JavaScript engine
QuickJS, the Next Generation: a mighty JavaScript engine - quickjs-ng/quickjs
github.com
October 31, 2024 at 7:15 AM
Fabrice Bellard est un extraterrestre. Le niveau de contributions qu'il aura apporté au monde de l'informatique est juste démentiel !

FFmpeg
QEMU
TCC
QuickJS
...

via @lealinux.bsky.social
April 13, 2024 at 12:47 PM
QuickJS is v fucking cool
February 5, 2025 at 8:01 PM
scriptc compiles TypeScript into small native executables without Node or a JavaScript engine, using static compilation, embedded QuickJS for dynamic parts, or compile-time rejection.
Save What Matters
Curate Feeds | Make Collections | Customize Email Briefs
briefly.co
September 25, 2026 at 6:14 AM
scriptc compiles TypeScript into small native executables without Node or a JavaScript engine, using static compilation, embedded QuickJS for dynamic parts, or compile-time rejection.
Save What Matters
Curate Feeds | Make Collections | Customize Email Briefs
briefly.co
September 25, 2026 at 6:13 AM
I rewrote Porffor's object implementation completely; it is now much faster and makes Wasm binaries 2-5x smaller than before when using objects!

Porffor's current worst benchmark gets 30% faster with >4x smaller Wasm; almost on par with QuickJS with only ~1 month of work!

goose.icu/porffor-obje...
Porffor: Objects v2
Porffor's rewritten object implementation is now much faster and produces 2-5x smaller Wasm binaries when using objects!
goose.icu
February 5, 2025 at 7:05 PM
#Quickjs NG, the mighty JavaScript engine, 0.7.0 is out! github.com/quickjs-ng/q... Tons of good stuff on this one: iterator helpers, REPL improvements, faster test runner, MSVC 2019 support, Promise.try, improved C++ support, performance improvements and more! 🚀
Release v0.7.0 · quickjs-ng/quickjs
QuickJS NG is 1 year old! 🍰 In november 2023 @bnoordhuis and @saghul banded together to create NG and try to reignite the project. So far so good, here is to the next one! What's Changed Add Itera...
github.com
November 15, 2024 at 10:50 PM
quickjs
February 12, 2026 at 2:03 AM
This Week In React 296
⚛️
- React 19.3
- DevTools
- Next.js chunking
- cn
- 3D Maps
- Effective-RSC
- Vidact
- Unified Flow
📱
- 0.88 RC
- Expo Modules v2 preview
- RN QuickJS
- Goldie
- ContinuedTask

🍿 Read/subscribe: thisweekinreact.com/newsletter/296

✍️ @jwr.ski & I
September 9, 2026 at 7:20 PM
Renamed this to choq:

github.com/squint-cljs/...

Cherry on QuickJS: a 5MB binary chock full of scripting goodies.
August 9, 2026 at 11:23 AM
Alright stop, collaborate and listen
[Fabr]ice is back with my brand new invention

github.com/bellard/mqui...
GitHub - bellard/mquickjs: Public repository of the Micro QuickJS Javascript Engine
Public repository of the Micro QuickJS Javascript Engine - bellard/mquickjs
github.com
December 23, 2025 at 2:36 PM
#QuickJS-NG 0.8.0 was just released with standalone executables, Error.captureStackTrace, Windows fixes, new C APIs for typed arrays and more! Check it 👉 github.com/quickjs-ng/q...
December 23, 2024 at 10:01 PM