macOS
brew install rust
local Homebrew formula metadata
sudo port install rust
MacPorts ports tree · lang/rust/Portfile · ソース: api.github.com
brew パッケージインテリジェンス
rust のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
sudo av install brew:rust
brew install rust
local Homebrew formula metadata
sudo port install rust
MacPorts ports tree · lang/rust/Portfile · ソース: api.github.com
sudo apk add rust
Alpine Linux edge package indexes · rust · ソース: dl-cdn.alpinelinux.org
sudo dnf install rust
Fedora Rawhide package metadata · rust · ソース: dl.fedoraproject.org
nix profile install nixpkgs#rust
nixpkgs package indexes · rust · ソース: raw.githubusercontent.com
sudo pacman -S rust
Arch Linux sync databases · rust · ソース: geo.mirror.pkgbuild.com
sudo zypper install rust
openSUSE Tumbleweed package metadata · rust · ソース: download.opensuse.org
sudo apt install cargo
Debian stable package indexes · cargo · ソース: deb.debian.org
choco install rust
Chocolatey community package catalog · rust · ソース: community.chocolatey.org
scoop install main/rust
Scoop official bucket manifest trees · bucket/rust.json · ソース: api.github.com
概要
Automic Vault は、rust のパッケージ固有のインストール経路、実行可能ファイル情報、セキュリティメタデータをローカルパッケージデータから公開します。
Safe, concurrent, practical language
radioisotope
`cargo publish` commonly relies on an auth token stored in ~/.cargo/credentials.toml or ~/.cargo/credentials. Our isotope stores that token in the macOS keychain and exposes it through Cargo's native credential provider protocol when `cargo login`, `cargo logout`, `cargo publish`, `cargo yank`, or `cargo owner` runs.
green リスク · low 信頼度 · appliance
ローカル README 抜粋
This radioisotope modifies the Homebrew rust package, but only changes the installed cargo launcher. rustc, rustdoc, rustfmt, and other Rust tools continue to run without isotope credential injection.
Plaintext crates.io publishing tokens are commonly stored in ~/.cargo/credentials.toml, or in the legacy ~/.cargo/credentials file, under the default [registry] table. The migration stores one token in the Automic Vault isotope keychain as CARGO_REGISTRY_TOKEN and removes the plaintext token line from the Cargo credentials file.
The post-install hook wraps /opt/rust/bin/cargo. The wrapper enables Cargo's native credential provider protocol for cargo login, logout, publish, yank, and owner, delegating token access to av credential-helper cargo while the original Cargo launcher runs.
[registries.<name>] are not migrated.login, logout, publish, yank, andowner continue to run without the Automic Vault credential provider.
ソース: data/radioisotopes/rust/README.md
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
cargo | cli | global executable | |
cargo-clippy | cli | global executable | |
cargo-fmt | cli | global executable | |
clippy-driver | cli | global executable | |
rust-gdb | cli | global executable | |
rust-gdbgui | cli | global executable | |
rust-lldb | cli | global executable | |
rustc | cli | global executable | |
rustdoc | cli | global executable | |
rustfmt | cli | global executable |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:rust |
|---|---|
| バージョン | 1.95.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/rust |
| ホームページ | https://www.rust-lang.org/ |
| 上流ドキュメント | https://www.rust-lang.org/ |
| ライセンス | Apache-2.0 OR MIT |
| ソースアーカイブ | https://static.rust-lang.org/dist/rustc-1.95.0-src.tar.gz |
| 更新 | 2026-04-20T03:52:50Z |
| Pulse | updated |
| 依存関係 | libgit2, libssh2, llvm, openssl@3, pkgconf, zstd |
| macOS 提供ライブラリ | curl |
| Bottle | 利用可能 (arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
| Caveats | Link this toolchain with `rustup` under the name `system` with: rustup toolchain link system "$(brew --prefix rust)" If you use rustup, avoid PATH conflicts by following instructions in: brew info rustup |
ソース経路
このページは scripts/generate-pkg-pages.py によって書かれます。www/pkg/ がローカルパッケージデータに対して古い場合、デプロイは公開を拒否します。