# 使用 Homebrew, Nix, winget 安装 aube

查看 aube 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:aube
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install aube
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#aube
```

  证据: nixpkgs package indexes: pkgs/by-name/au/aube/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- winget (92%):

```sh
winget install --id endev.aube -e
```

  证据: Windows Package Manager source index: endev.aube from https://cdn.winget.microsoft.com/cache/source.msix

## 软件包事实

- **软件包键:** brew:aube
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/aube>
- **版本:** 1.32.0
- **来源摘要:** Fast Node.js package manager
- **主页:** <https://aube.en.dev>
- **仓库:** <https://github.com/jdx/aube>
- **上游文档:** <https://aube.jdx.dev/>
- **许可证:** MIT
- **源码归档:** <https://github.com/jdx/aube/archive/refs/tags/v1.32.0.tar.gz>
- **最后更新:** 2026-07-22T03:29:38Z
- **已生成:** 2026-07-25T07:20:51+00:00

## 可执行文件

- aube (cli)
- aubr (cli)
- aubx (cli)
- aube (别名)
- aubr (别名)
- aubx (别名)

## 构建依赖

- cmake
- pkgconf
- rust
- usage

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-07-25
- 管理器版本: 1.32.0
- 管理器更新时间: 2026-07-22
- 本地数据: OK
- 上游仓库: https://github.com/jdx/aube
- 检测到的最新版本: v1.32.0 (当前)
## 项目历史与用法

aube is a 2026 Node.js package manager focused on automatic installs before scripts, pnpm-compatible configuration and lockfile workflows, and stricter supply-chain defaults. Its history is short, but unusually dense: the public beta, v1.0 release train, and rapid follow-up releases all happened within months.

### 项目历史

The GitHub repository was created in April 2026. The first public release was v1.0.0-beta.1 on April 18, 2026, and subsequent release titles show a rapid march through npm distribution, Linux portability, lockfile compatibility, lifecycle-script handling, warm-install performance, security gates, and pnpm parity.

The official README explains the central design: aube installs automatically when a script or binary is run, drops into existing projects using existing lockfiles, and emphasizes security defaults such as lifecycle-script approval, transitive dependency controls, and a 24-hour cooling window for brand-new releases.

### 采用历史

Because aube is very new, adoption history is better described as packaging and compatibility positioning than long-term ecosystem penetration. The batch input shows Homebrew, Nix, and WinGet packaging, while the README also documents installation through mise, npm, npx, and Homebrew from the jdx tap.

The project deliberately targets migration paths instead of a clean-room ecosystem. Its README and docs say it reads and writes pnpm, npm, Yarn, Bun, and aube lockfiles in place, reads pnpm-compatible `.npmrc`, and can use existing `pnpm-workspace.yaml` files as migration inputs. That gives package nerds an obvious reason to watch it even before it has years of production history.

### 使用方式

Day-to-day aube usage centers on running the command the developer actually wanted: `aubr test`, `aube test`, `aube exec vitest`, or `aubx cowsay hi`. If dependencies are missing or stale, aube installs first; if they are fresh, it skips straight to the script or binary.

Configuration is intentionally spread across familiar Node package-manager surfaces: `.npmrc`, user aube config, workspace YAML, `package.json`, environment variables, and CLI flags. The docs state that user config defaults to `~/.config/aube/config.toml` or `$XDG_CONFIG_HOME/aube/config.toml`, while registry tokens and npm-compatible auth live in `.npmrc` or a configured auth file.

### 为什么软件包爱好者会关心

aube is significant less because it has a long legacy and more because it is a snapshot of 2026 package-manager concerns: lockfile interoperability, global content-addressable stores, supply-chain gating, lifecycle-script isolation, runtime management, package-manager shims, and package-manager version pinning.

For Homebrew-style metadata, aube is also a reminder that JavaScript package managers are not only JavaScript packages. The official install paths include native release binaries, mise, npm installer scripts, and Homebrew, and the command set exposes multicall shims (`aube`, `aubr`, `aubx`) that all need to land correctly in a user's PATH.

### 时间线

- 2026-04: Repository created and v1.0.0-beta.1 published as the first public release.
- 2026-04: Early beta releases added npm distribution, Linux portability, lockfile compatibility, and warm-install improvements.
- 2026-05: v1.13 and later releases emphasized supply-chain gates, OSV checks, lifecycle-script content sniffing, Yarn Berry compatibility, and pnpm parity.
- 2026-06: v1.18.2 noted the project move to jdx; v1.25.1 refreshed benchmarks.

### Related projects

- pnpm: aube reads pnpm-compatible configuration and existing pnpm workspace files.
- npm and Yarn: aube reads shared `.npmrc` registry/auth settings and existing lockfiles.
- Bun: aube compares against Bun in benchmarks and supports Bun lockfiles.
- mise: the README recommends mise as the primary install and runtime-management path.

### 来源

- <https://api.github.com/repos/jdx/aube>
- <https://api.github.com/repos/jdx/aube/releases>
- <https://aube.jdx.dev/>
- <https://aube.jdx.dev/package-manager/configuration.html>
- <https://aube.jdx.dev/package-manager/registry-auth.html>
- <https://github.com/jdx/aube#readme>


## 安全说明

没有找到 aube 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.config/aube/config.toml, $XDG_CONFIG_HOME/aube/config.toml, <cwd>/.npmrc, <cwd>/.config/aube/config.toml, <project>/aube-workspace.yaml, <project>/pnpm-workspace.yaml, <project>/package.json

## Credential files

- Unix: <project>/.npmrc, ~/.npmrc, path configured by npmrc-auth-file / npmrcAuthFile
## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** aube
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 其他软件包管理器记录

- Nix - aube: normalized package name match | nixpkgs package indexes: pkgs/by-name/au/aube/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- winget - endev.aube: normalized package name match | Windows Package Manager source index: endev.aube from https://cdn.winget.microsoft.com/cache/source.msix


## 相关链接

- [Package publisher tools](https://www.automicvault.com/zh-hans/pkg/package-publishers/) - Belongs to a package publishing or registry command family.
- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/zh-hans/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/zh-hans/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [cmake](https://www.automicvault.com/zh-hans/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/zh-hans/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [rust](https://www.automicvault.com/zh-hans/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [usage](https://www.automicvault.com/zh-hans/pkg/brew/usage/) - Build dependency declared by Homebrew.
- [corepack](https://www.automicvault.com/zh-hans/pkg/brew/corepack/) - Shares av.db curated category or tags: cli, developer-tools, javascript, nodejs, npm.
- [ni](https://www.automicvault.com/zh-hans/pkg/brew/ni/) - Shares av.db curated category or tags: cli, developer-tools, nodejs, npm, package-manager.
- [pnpm](https://www.automicvault.com/zh-hans/pkg/brew/pnpm/) - Shares av.db curated category or tags: cli, developer-tools, javascript, nodejs, package-manager.
- [yarn](https://www.automicvault.com/zh-hans/pkg/brew/yarn/) - Shares av.db curated category or tags: cli, developer-tools, javascript, nodejs, package-manager.
- [akku](https://www.automicvault.com/zh-hans/pkg/brew/akku/) - Shares av.db curated category or tags: cli, dependency-management, developer-tools, package-manager.
- [bower](https://www.automicvault.com/zh-hans/pkg/brew/bower/) - Shares av.db curated category or tags: cli, developer-tools, javascript, package-manager.
- [chalk-cli](https://www.automicvault.com/zh-hans/pkg/brew/chalk-cli/) - Shares av.db curated category or tags: cli, developer-tools, javascript, nodejs.
- [clib](https://www.automicvault.com/zh-hans/pkg/brew/clib/) - Shares av.db curated category or tags: cli, dependency-management, developer-tools, package-manager.

## Combined YAML source

View the package source record on GitHub. [combined/aube.yml](https://github.com/automic-vault/db/blob/main/combined/aube.yml)


## 来源

- Nucleus package database
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
