pkg.soopen package index

brew / 排名 5455

使用 Homebrew, Nix, winget 安装 aube

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install aube

local Homebrew formula metadata

Linux

Nix已验证 · 92%
nix profile install nixpkgs#aube

nixpkgs package indexes · pkgs/by-name/au/aube/package.nix · 来源: api.github.com

Windows

Windows Package Manager已验证 · 92%
winget install --id endev.aube -e

Windows Package Manager source index · endev.aube · 来源: cdn.winget.microsoft.com

概览

软件包摘要

Fast Node.js package manager

命令和别名

  • aube
  • aubr
  • aubx

历史

项目历史与用法

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.

安全态势

尚未找到受保护工具覆盖

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

安装行为

  • 未记录 Homebrew bottle 元数据。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

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

Config paths the tool may read or write during local use.

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

Credential-bearing paths to review before unattended agent runs.

Unix
<project>/.npmrc~/.npmrcpath configured by npmrc-auth-file / npmrcAuthFile

可执行文件

已安装的可执行文件

命令类型暴露范围备注
aube可执行文件已索引可执行文件从本地可执行文件索引发现。
aubr可执行文件已索引可执行文件从本地可执行文件索引发现。
aubx可执行文件已索引可执行文件从本地可执行文件索引发现。

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-08-03
管理器版本1.37.0
管理器更新时间2026-07-31
本地数据未知
上游不可用
检测到的最新版本未检测到
  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:aube
版本1.37.0
软件包管理器Homebrew
主页https://aube.en.dev
仓库https://github.com/jdx/aube
最后更新2026-07-31T15:58:51Z
Pulseupdated
Bottle未记录
服务未声明

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

aube

nix profile install nixpkgs#aube
  • normalized package name match
  • 匹配方式:Aube
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/au/aube/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
winget95%

endev.aube

winget install --id endev.aube -e
  • normalized package name match
  • 匹配方式:Aube
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: endev.aube from https://cdn.winget.microsoft.com/cache/source.msix

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation