Official Homebrew tap for Arch Network tools.
# Add the tap
brew tap Arch-Network/tap
# Install arch-cli
brew install arch-cli
# Verify installation
arch-cli --helpCommand-line interface for Arch Network development and interaction.
Features:
- Deploy programs to Arch Network
- Manage accounts and transactions
- Start local validator nodes
- Interact with the Arch Network blockchain
Dependencies:
- Rust (automatically installed by Homebrew)
- OpenSSL 3.x
- pkg-config
# Update the tap and upgrade arch-cli
brew update && brew upgrade arch-cliThis tap is automatically maintained. The formula is updated automatically whenever a new release is published to the arch-node repository.
If you encounter issues with the Homebrew installation:
-
First try updating and reinstalling:
brew update brew uninstall arch-cli brew install arch-cli
-
For build issues, check the dependencies:
brew doctor brew install rust pkg-config openssl@3
-
Report issues in the main Arch Network repository
This tap is maintained under the same license as the Arch Network project.