Nub modernizes the Node.js developer experience with a single Rust binary that enables direct TypeScript execution, fast package scripts, and version management without replacing the Node runtime.
Nub is an all-in-one developer toolkit for Node.js built as a single Rust binary. Unlike runtimes like Bun or Deno, Nub sits on top of your existing Node.js environment, using the oxc compiler to transpile TypeScript in-memory and execute it directly without any build steps. It combines a fast script runner, a pnpm-compatible package manager, a high-performance alternative to npx called nubx, a watch mode, and a built-in Node version manager into a unified toolchain.
Augmenting Node.js with Rust-based tooling is a pragmatically superior approach to replacing the entire runtime, offering Bun-like speed without the compatibility risks.
- –Instant TypeScript transpilation via the oxc compiler eliminates configuration and build latency.
- –Consolidated toolchain reduces developer friction by replacing npm, npx, and node version managers with a single binary.
- –Absolute runtime compatibility is preserved because the underlying engine remains stock Node.js.
- –Requires convincing developers to adopt yet another utility in an already crowded tooling landscape.
DISCOVERED
1d ago
2026-06-22
PUBLISHED
1d ago
2026-06-22
RELEVANCE
AUTHOR
Github Awesome