NerdLang/nerd
🔱 Javascript's God Mode. No VM. No Bytecode. No GC. Just native binaries. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3518
- days_rel: n/a
- days_push: 1316
- n_releases_24m: 0
Adoption not part of the score
3613 stars · 124 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Nerd (formerly NectarJS) is a JavaScript native compiler that compiles JS and NerdLang (a JS subset focused on efficiency) directly to native binaries with no VM, bytecode, or garbage collector. It targets many platforms including Windows, Mac, Linux, iOS, Android, Raspberry Pi, and STM32/Arduino.
Use cases
- compile javascript to a native executable
- run js on microcontrollers like arduino or stm32
- build small standalone binaries without nodejs runtime
- compile javascript for embedded devices
- avoid vm and garbage collector overhead in js apps
- cross-compile js apps for windows mac linux android ios
When to choose
- you need small, fast native binaries from JavaScript source
- you target embedded or resource-constrained hardware
- you want no runtime VM or GC dependency
When to avoid
- you need full modern EcmaScript compatibility (only ES3 targeted so far)
- you rely on the Node.js/NPM ecosystem at runtime
- you need a mature, actively maintained toolchain for production
Facets
cli-tool · maturity experimental
compiler programming-language developer-tools programming-languages compilers developer-tools cross-platform windows cross-platform cli wasm javascript-compiler native-binaries no-gc embedded arduino raspberry-pi nerdlang compiler macos linux android ios
2 sources
- readme: https://github.com/NerdLang/nerd · fetched 2026-08-28 · 9609fb2485b7
- homepage: https://nectarjs.com · fetched 2026-08-29 · 9b86603ab39b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| NerdLang/nerd | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem