macOS
brew install aws-vaultlocal Homebrew formula metadata
sudo port install aws-vaultMacPorts ports tree · security/aws-vault/Portfile · 来源: api.github.com
安装
brew install aws-vaultlocal Homebrew formula metadata
sudo port install aws-vaultMacPorts ports tree · security/aws-vault/Portfile · 来源: api.github.com
nix profile install nixpkgs#aws-vaultnixpkgs package indexes · pkgs/by-name/aw/aws-vault/package.nix · 来源: api.github.com
sudo pacman -S aws-vaultArch Linux sync databases · aws-vault · 来源: geo.mirror.pkgbuild.com
choco install aws-vaultChocolatey community package catalog · aws-vault · 来源: community.chocolatey.org
scoop install main/aws-vaultScoop official bucket manifest trees · bucket/aws-vault.json · 来源: api.github.com
winget install --id 99designs.aws-vault -eWindows Package Manager source index · 99designs.aws-vault · 来源: cdn.winget.microsoft.com
概览
Securely store and access AWS credentials in development environments
历史
AWS Vault is a long-running AWS credential helper that stores IAM credentials in a secure backend and generates temporary credentials for local development. The Homebrew formula now tracks the maintained ByteNess fork, whose README states that it continues the abandoned 99designs project.
The original project started at 99designs in 2015 and quickly established the `aws-vault add` plus `aws-vault exec` workflow for keeping long-term AWS keys out of plaintext shell environments. Its documentation made `~/.aws/config` the coordination point while storing secrets in platform facilities such as macOS Keychain, Windows Credential Manager, Secret Service, KWallet, pass, or encrypted files.
In May 2025, the ByteNess fork was created as an active continuation. By June 2026 the original 99designs README warned that the old project was abandoned, while the ByteNess README called itself a maintained fork and documented newer backend support such as Windows Hello, keyctl, Passage, and 1Password options.
AWS Vault has broad package-manager reach: the original README listed Homebrew, MacPorts, Chocolatey, Scoop, Arch, Gentoo, FreeBSD, OpenSUSE, Nix, and asdf, while the ByteNess README keeps Homebrew, Chocolatey, and Nix as prominent install paths. Homebrew analytics showed several thousand 30-day formula installs in June 2026.
Its adoption is tied to security posture in developer AWS accounts: teams can store persistent IAM keys in a local secure backend, require MFA, and hand commands only short-lived STS credentials. That pattern made it useful for Terraform, SDKs, CI-adjacent local scripts, and desktop apps that need AWS credentials without placing static keys in environment variables.
Common usage is `aws-vault add <profile>` followed by `aws-vault exec <profile> -- <command>`, `aws-vault login <profile>`, or `aws-vault export` through `credential_process`. The usage guide describes executor mode, master-credential-vault mode, MFA session cache mode, and caching of alternative credential sources such as SSO and web identity.
The maintained fork also documents backend selection and migration between backends, which matters for users moving between macOS Keychain, Linux desktop secret stores, 1Password, and encrypted-file fallback.
AWS Vault matters to package nerds because it is both a security tool and a packaging case study: a mature, heavily packaged CLI moved from an abandoned original upstream to an active fork while retaining the same command name and ecosystem expectations. Homebrew formula metadata now points at ByteNess release tags rather than the older 99designs releases.
安全态势
没有找到 aws-vault 的匹配本地密钥处理 manifest。软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
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.
Config paths the tool may read or write during local use.
~/.aws/config%USERPROFILE%\.aws\config可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
aws-vault | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/ByteNess/aws-vault
安装元数据
| 软件包键 | brew:aws-vault |
|---|---|
| 版本 | 7.13.2 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/aws-vault |
| 主页 | https://github.com/ByteNess/aws-vault |
| 仓库 | https://github.com/ByteNess/aws-vault |
| 许可证 | MIT |
| 源码归档 | https://github.com/ByteNess/aws-vault/archive/refs/tags/v7.13.2.tar.gz |
| 最后更新 | 2026-07-30T15:04:00Z |
| Pulse | updated |
| 构建依赖 | go |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | aws-vault |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
aws-vault
nix profile install nixpkgs#aws-vaultaws-vault 7.13.0-1
Vault for securely storing and accessing AWS credentials in development environments
https://github.com/ByteNess/aws-vault
sudo pacman -S aws-vaultaws-vault
sudo port install aws-vaultaws-vault
choco install aws-vaultmain/aws-vault
scoop install main/aws-vault99designs.aws-vault
winget install --id 99designs.aws-vault -eByteNess.AWSVault
winget install --id ByteNess.AWSVault -e来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.