macOS
brew install git-appraiselocal Homebrew formula metadata
brew
git-appraise のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install git-appraiselocal Homebrew formula metadata
nix profile install nixpkgs#git-appraisenixpkgs package indexes · pkgs/by-name/gi/git-appraise/package.nix · ソース: api.github.com
概要
Distributed code review system for Git repos
履歴
git-appraise is Google's distributed code-review tool for Git repositories, storing review metadata in Git notes so review history travels with the repository.
The GitHub repository opened in 2015 and framed the project as a command-line review system that requires no review server. Instead of creating a separate service, git-appraise writes review requests, comments, CI status, robot analysis, and review decisions into refs under refs/notes/devtools.
The project stabilized around a small command set: request, push, pull, list, show, comment, accept, and submit. Its metadata format uses line-oriented JSON and merge strategies intended to let distributed collaborators exchange review state through ordinary Git remotes.
git-appraise did not replace hosted pull-request systems, but it became a notable experiment in fully distributed review. Its README lists surrounding integrations: a web UI, Eclipse plugin, Jenkins publisher plugin, Rust library, and mirrors to GitHub pull requests and Phabricator revisions.
Practitioners use git-appraise by creating a branch, requesting review with git appraise request, pushing commits and review notes, fetching remote review state with git appraise pull, listing reviews, showing diffs, commenting on lines, and accepting or submitting changes. The workflow works with any Git host that accepts the needed refs.
For package maintainers and Git-tool collectors, git-appraise is interesting because it treats code review as repository data rather than SaaS state. It shows how far Git notes can be pushed as an application-storage layer.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
git-appraise | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/google/git-appraise
インストールメタデータ
| パッケージキー | brew:git-appraise |
|---|---|
| バージョン | 0.7 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/git-appraise |
| ホームページ | https://github.com/google/git-appraise |
| リポジトリ | https://github.com/google/git-appraise |
| 上流ドキュメント | https://github.com/google/git-appraise#readme |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/google/git-appraise/archive/refs/tags/v0.7.tar.gz |
| 最終更新 | 2026-07-23T00:40:20-04:00 |
| Pulse | updated |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | git-appraise |
| 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 パッケージリンクとは分けて表示されます。
git-appraise
nix profile install nixpkgs#git-appraiseソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.