
nub
The fast all-in-one Node.js toolkit
The Lens
nub bundles the tools you already run a dozen times a day into one fast binary: it runs TypeScript files, executes your package scripts, fetches and runs packages from npm, installs dependencies, and manages Node versions. Written in Rust, it's pitched as a faster drop-in for tsx, npx, pnpm run, and pnpm install all at once. MIT-licensed, free, no accounts.
There's nothing to host or operate. You install one binary and it replaces a handful of separate tools. The speed claims are real on paper: roughly 3x faster file startup than tsx, much faster script dispatch than pnpm run, and pnpm-compatible installs. It also blocks postinstall scripts by default and checks dependencies against the osv.dev vulnerability database, which is a nice touch most runners skip.
Solo: worth a try if your script and install times annoy you. Small teams: same, but pin a version so everyone runs the same toolchain. Large teams: be cautious. This is a young project trying to replace five mature tools, and consolidating your whole dev workflow onto one new binary is a bet on its maintenance.
The catch: it is early, and "all-in-one" means a single point of failure for running, installing, and version-managing your project. When it breaks, it breaks everything at once, and you are leaning on a much smaller maintainer base than pnpm or Node itself.
Free vs Self-Hosted vs Paid
fully freeFree
Everything. nub is MIT-licensed and shipped as a single binary. You get the file runner, script runner (nub run), package runner (nubx), package manager (nub install), and a built-in Node version manager. No accounts, no tiers, no telemetry gate.
Self-hosted
Not applicable. This is a local CLI tool, not a service. Install the binary and go.
Paid
None. There is no paid tier and no hosted product.
Free and MIT-licensed, the whole toolkit in one binary with nothing held back.
Get tools like this every Wednesday
One featured tool, three on the radar. No fluff.
License: MIT License
Use freely, including commercial. Just keep the license.
Commercial use: ✓ Yes
About
- Owner
- Nub (Organization)
- Stars
- 2,084
- Forks
- 23