nubjs/nub

The fast all-in-one Node.js toolkit

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 38 minutes ago
Added to GitGenius on September 16th, 2026
Created on June 3rd, 2026
Open Issues & Pull Requests: 45 (+0)
GitHub issues: Enabled
Number of forks: 62
Total Stargazers: 4,325 (+1)
Total Subscribers: 5 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 12.1 hours
Mean response time: 3.9 days
90th percentile: 16.0 days
Tracked items: 189

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 18% of issues opened in the past year have never received a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 90% of issues opened in the past year have since been closed. Three people close 96% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 23
New in 7 days: 7
Closed in 7 days: 5
Avg open age: 18 days
Stale 30+ days: 2
Stale 90+ days: 0

Recent activity

Opened in 7 days: 7
Closed in 7 days: 5
Comments in 7 days: 5
Events in 7 days: 8

Top labels

  • bug (135)
  • enhancement (43)
  • trunk-red (24)
  • documentation (7)
  • question (5)
  • ci (2)
  • security (2)
  • breaking (1)

Detailed Description

Nub is a Node.js toolkit that combines a JavaScript runtime, version manager, package manager, and script runner into a single unified tool.

Nub addresses the fragmentation of the Node.js development experience by consolidating multiple separate tools into one cohesive system. Rather than managing Node.js versions with one tool, installing packages with another, and running scripts with yet another, developers work with a single integrated toolkit. The project is written in Rust, which positions it to deliver the performance improvements that motivated its creation as an alternative to the traditional Node.js toolchain.

Developers should consider Nub if they want to simplify their Node.js workflow by reducing tool complexity and potential compatibility issues between separate components. The toolkit suits projects where streamlined setup and faster execution matter, particularly in environments where managing multiple tools creates friction. The project positions itself as a faster alternative to the conventional Node.js ecosystem approach, making it relevant for teams prioritizing performance alongside developer experience.

The project shows active development with regular commits across its codebase. Work spans the core runtime implementation, package management functionality, and version management features, indicating sustained effort on all major components. The maintainers respond to issues and incorporate feedback, demonstrating engagement with users encountering problems or requesting features.