# topgrade を Homebrew, apk, MacPorts, Nix, zypper, scoop, winget でインストール

topgrade のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:topgrade
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install topgrade
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install topgrade
```

  証拠: MacPorts ports tree: sysutils/topgrade/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add topgrade
```

  証拠: Alpine Linux edge package indexes: topgrade from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#topgrade
```

  証拠: nixpkgs package indexes: pkgs/by-name/to/topgrade/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install topgrade
```

  証拠: openSUSE Tumbleweed package metadata: topgrade from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/topgrade
```

  証拠: Scoop official bucket manifest trees: bucket/topgrade.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id topgrade-rs.topgrade -e
```

  証拠: Windows Package Manager source index: topgrade-rs.topgrade from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:topgrade
- **パッケージマネージャ:** Homebrew
- **バージョン:** 17.9.0
- **ソース概要:** Upgrade all the things
- **ホームページ:** <https://github.com/topgrade-rs/topgrade>
- **リポジトリ:** <https://github.com/topgrade-rs/topgrade>
- **最終更新:** 2026-07-28T16:21:40Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- topgrade (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 17.9.0
## プロジェクトの歴史と使われ方

Topgrade is a Rust command-line system maintenance tool whose goal is to update many package managers and developer-tool ecosystems with one command. Its slogan, reflected in its crate metadata, is 'Upgrade all the things.'

### プロジェクトの歴史

The topgrade crate was first published on crates.io in June 2018. The current topgrade-rs README states that the project is a fork of r-darwish/topgrade created to keep the tool maintained, and explains the problem it solves: system updates often require a collection of non-portable shell one-liners across different package managers.

The maintained project has become a catalogue of package-manager integrations. The README documents official and community installation routes across releases, Cargo, deb-get, AUR, PyPI/pipx/uv, Winget, Homebrew, Fedora Copr, Chocolatey, Scoop, MacPorts, Pacstall, Nix, Alpine, and Void. The changelog shows ongoing work on specific package managers and tools, including Homebrew, Nix, winget, mise, cargo, uv, firmware tools, editors, AI/developer tools, and desktop app managers.

By 2026, the project was releasing in the 17.x line; crates.io reports 17.6.2 as the current maximum version, and the changelog records 17.6.2 on June 20, 2026. Its release cadence and breadth of integrations make it a maintenance hub rather than a wrapper around one package manager.

### 採用の歴史

Topgrade's adoption is cross-platform and package-manager oriented. The official README presents Homebrew and Winget alongside Cargo and distro package routes, while the input metadata shows Homebrew, Alpine, MacPorts, Nix, Scoop, Winget, and zypper packaging. This breadth reflects its audience: users who accumulate several package ecosystems on one machine.

### 使われ方

The normal usage is intentionally small: run `topgrade`. The tool detects installed update mechanisms and runs the appropriate commands; users can configure behavior in `topgrade.toml`, define custom commands, use remote execution over SSH, and choose platform-specific integrations.

### パッケージ好きにとっての重要性

Topgrade is unusually important for package nerds because it turns package-manager sprawl into a single ritual. It does not replace Homebrew, Cargo, Nix, winget, pipx, or distro managers; it orchestrates them, making it attractive to users whose machines contain many overlapping software supply chains.

### タイムライン

- 2018: topgrade crate first published on crates.io.
- Current project: topgrade-rs README identifies the maintained fork from r-darwish/topgrade.
- 2025: 16.x releases expand integrations and release automation across package managers.
- 2026: 17.0.0 bumps the minimum supported Rust version.
- 2026: 17.6.2 released with fixes for Homebrew, Linuxbrew, pip3 on Termux, Nix, and PowerShell behavior.

### Related projects

- Homebrew, Cargo, Nix, Winget, Scoop, MacPorts, Chocolatey, pipx, uv, mise, AUR, deb-get, zypper.

### ソース

- <https://crates.io/crates/topgrade>
- <https://github.com/topgrade-rs/topgrade#readme>
- <https://raw.githubusercontent.com/topgrade-rs/topgrade/main/CHANGELOG.md>
- <https://raw.githubusercontent.com/topgrade-rs/topgrade/main/Cargo.toml>
- source_facts.package-manager


## セキュリティノート

topgrade に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



## 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: ${XDG_CONFIG_HOME:-~/.config}/topgrade.toml, ${XDG_CONFIG_HOME:-~/.config}/topgrade/topgrade.toml
## 他のパッケージマネージャ記録

- Nix - topgrade: normalized package name match | nixpkgs package indexes: pkgs/by-name/to/topgrade/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - topgrade - 17.9.0-r0: normalized package name match | Alpine Linux edge package indexes: topgrade from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | run upgrades of packages in OS and other package managers | https://github.com/topgrade-rs/topgrade
- apk - topgrade-bash-completion - 17.9.0-r0: normalized package name match | Alpine Linux edge package indexes: topgrade-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Bash completions for topgrade | https://github.com/topgrade-rs/topgrade
- apk - topgrade-doc - 17.9.0-r0: normalized package name match | Alpine Linux edge package indexes: topgrade-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | run upgrades of packages in OS and other package managers (documentation) | https://github.com/topgrade-rs/topgrade
- apk - topgrade-fish-completion - 17.9.0-r0: normalized package name match | Alpine Linux edge package indexes: topgrade-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fish completions for topgrade | https://github.com/topgrade-rs/topgrade
- apk - topgrade-zsh-completion - 17.9.0-r0: normalized package name match | Alpine Linux edge package indexes: topgrade-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Zsh completions for topgrade | https://github.com/topgrade-rs/topgrade
- zypper - topgrade - 17.9.0-1.1: normalized package name match | openSUSE Tumbleweed package metadata: topgrade from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Upgrade all the things | https://github.com/topgrade-rs/topgrade
- MacPorts - topgrade: normalized package name match | MacPorts ports tree: sysutils/topgrade/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/topgrade: normalized package name match | Scoop official bucket manifest trees: bucket/topgrade.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - topgrade-rs.topgrade: normalized package name match | Windows Package Manager source index: topgrade-rs.topgrade from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/topgrade.yml](https://github.com/mxcl/pkgdb/blob/main/combined/topgrade.yml)


## ソース

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