jdx/aube
A fast Node.js package manager observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 87
- Longevity 9
Flags: young
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 1.0
- age_days: 137
- days_rel: 8
- days_push: 7
- n_releases_24m: 77
Adoption not part of the score
1925 stars · 60 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
aube is a fast Node.js package manager written in Rust that auto-installs dependencies when you run scripts, with secure defaults like a lifecycle-script jail and trust-downgrade protection. It reads and writes existing lockfiles (pnpm-lock.yaml, package-lock., yarn.lock, bun.lock) in place and uses a global content-addressable store to reduce disk usage.
Use cases
- install node dependencies faster than pnpm or bun
- avoid forgetting to install dependencies before running scripts
- use existing lockfiles without team-wide migration
- reduce disk usage across multiple node projects
- block malicious lifecycle scripts during package installs
- run one-off tools without installing them globally
- pin and switch node versions per project
When to choose
- you want the fastest available node package manager with secure defaults
- your team uses pnpm/npm/yarn/bun lockfiles and you don't want to migrate
- you're concerned about supply-chain attacks via lifecycle scripts
- you work across many projects and want to save disk space
When to avoid
- you need a very mature tool with a large ecosystem and plugin support
- you rely on package-manager features aube doesn't implement yet
- your CI requires tooling only available in npm/yarn workspaces conventions
Facets
cli-tool · maturity active
package-manager security cli developer-tools developer-tools web-development security windows cli cross-platform nodejs npm pnpm lockfile-compatibility content-addressable-store lifecycle-script-jail rust javascript command-line linux macos
7 sources
- readme: https://github.com/jdx/aube · fetched 2026-08-28 · 260aa0e6865a
- homepage: https://aube.jdx.dev · fetched 2026-08-29 · 6aaa8e12840a
- site_page: https://aube.jdx.dev/installation · fetched 2026-08-29 · c7aa38da187e
- registry_crates: https://crates.io/api/v1/crates/aube · fetched 2026-08-29 · 104c1ac2721f
- site_page: https://aube.jdx.dev/benchmarks · fetched 2026-08-29 · ed7a5f9fabe3
- site_page: https://aube.jdx.dev/package-manager/scripts · fetched 2026-08-29 · 94a52d0040fd
- site_page: https://aube.jdx.dev/security · fetched 2026-08-29 · 9d68867b8d47
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jdx/aube | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem