Wingetlywingetly
← All apps
A

aube

by en.devv2.2.0

Last updated

A fast Node.js package manager

Install with winget

$ winget install --id endev.aube --exact --version 2.2.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

aube is a package manager for Node.js projects. It uses pnpm-style isolated node_modules for fast, disk-efficient installs.

Existing projects keep their lockfile format. aube reads and writes pnpm-lock.yaml, package-lock.json, npm-shrinkwrap.json, yarn.lock, and bun.lock in place. New projects without a supported lockfile get aube-lock.yaml.

Why Try It

- Fast installs. Warm installs are about 8x faster than pnpm and about 5x faster than Bun in the current benchmarks. Repeat test commands run up to 35x faster than pnpm and up to 5x faster than Bun.

- Existing lockfiles. Reads and writes pnpm-lock.yaml, package-lock.json, npm-shrinkwrap.json, yarn.lock, and bun.lock in place.

- Cheap repeat commands. aubr test, aube test, and aube exec vitest auto-install when dependencies are stale, then skip that work when nothing changed. aubx uses a local binary when one is installed, or a throwaway environment for one-off tools.

- Less disk use. A global content-addressable store lets projects share package files instead of keeping a full copy of the same dependencies in every checkout.

- Secure defaults. Out of the box, exotic transitive deps are blocked, lifecycle scripts wait for approval, trust downgrades fail at resolve, and brand-new releases sit in a 24h cooling window. One paranoid: true line adds the build jail and turns the soft gates into hard fails.

Installers · v2.2.0

ArchitectureTypeScopeInstallDownload
x64ZIP
archive
-Direct
arm64ZIP
archive
-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for aube.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Frequently asked questions

How do I install aube on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id endev.aube --exact --version 2.2.0. winget downloads the installer from en.dev and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install aube silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id endev.aube --exact 2.2.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall aube via winget?
Run: winget uninstall --id endev.aube --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from aube's Apps & Features entry.
Is aube free?
aube is distributed under MIT. Refer to the publisher (https://aube.en.dev/) for the full license terms - Wingetly itself does not charge for installation.
Does aube work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls aube directly from the publisher.
How do I keep aube up to date?
Run winget upgrade --id endev.aube --exact, or winget upgrade --all to update everything winget tracks. We index 10 versions of aube from microsoft/winget-pkgs.

Recent versions

  • 2.2.0latest
  • 1.41.0
  • 1.40.0
  • 1.39.0
  • 1.38.1
  • 1.38.0
  • 1.37.0
  • 1.36.0
  • 1.35.0
  • 1.34.0