macOS
brew install grin-walletlocal Homebrew formula metadata
brew
grin-wallet のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install grin-walletlocal Homebrew formula metadata
概要
Official wallet for the cryptocurrency Grin
履歴
Grin Wallet is the reference wallet implementation for Grin, the Mimblewimble-based cryptocurrency. In package-manager terms it is the companion CLI to the Grin node: users install it to create wallet seeds, track outputs, construct transactions, and interact with a local or remote Grin node.
The wallet grew with Grin rather than as a detached third-party client. Its repository describes two major pieces: wallet APIs for community wallet developers and a reference command-line wallet showing how those APIs are intended to be called. That split made the package both an end-user executable and a reference integration surface for other Grin wallets.
Grin's interactive transaction model shaped the wallet's evolution. Instead of a Bitcoin-style address-only send flow, early Grin transactions required sender and receiver coordination. The wallet therefore became the place where file-based slates, HTTP/Tor flows, payment proofs, and later Slatepack transaction exchange were exposed to users.
The Grin documentation treats `grin-wallet` as one of the two precompiled command-line binaries used in the quickstart path, alongside the `grin` node. That made it the default CLI wallet for operators and developers following the official documentation.
Slatepack broadened the wallet's role in the ecosystem. Official Grin documentation describes Slatepack as a universal transaction standard, introduced in the 4.0 wallet line and required for ecosystem compatibility by the 5.0 line. Wallets and services therefore had to track the reference wallet's transaction workflow.
A typical package-manager user installs `grin-wallet`, initializes a wallet, stores the recovery phrase, and uses commands such as send, receive, finalize, post, and listen. The official handbook documents manual Slatepack posting and transaction handling, which are especially important for offline or asynchronous exchange.
The package matters less as a graphical wallet and more as a scriptable baseline. Its CLI and JSON-RPC API give developers a stable way to test Grin wallet behavior, while operators use it for node-adjacent wallet administration.
For package nerds, `grin-wallet` is interesting because it packages the complicated half of a privacy coin: local key material, output scanning, transaction state, Tor-mediated interaction, and evolving transaction formats. The package's config and seed files are as operationally important as the executable.
It also illustrates why cryptocurrency formulae often split node and wallet packages. The Grin node can sync and validate the chain without holding user keys; the wallet carries the user state, secrets, and transaction workflow.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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.
~/.grin/main/grin-wallet.tomlCredential-bearing paths to review before unattended agent runs.
~/.grin/main/wallet_data/wallet.seed~/.grin/main/.owner_api_secret~/.grin/main/.foreign_api_secret実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
grin-wallet | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/mimblewimble/grin-wallet
インストールメタデータ
| パッケージキー | brew:grin-wallet |
|---|---|
| バージョン | 5.4.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/grin-wallet |
| ホームページ | https://grin.mw |
| リポジトリ | https://github.com/mimblewimble/grin-wallet |
| 上流ドキュメント | https://docs.grin.mw/getting-started/wallet-handbook |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/mimblewimble/grin-wallet/archive/refs/tags/v5.4.1.tar.gz |
| 最終更新 | 2026-06-12T04:09:37Z |
| Pulse | updated |
| ビルド依存関係 | pkgconf, rust |
| 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 | grin-wallet |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.