Autonomous identity, assets & wallet CLI for AI agents on macOS.
One CLI for AI agents to hold, send, and sign crypto. Keys are hardware-secured and never leave the device.
brew tap TigerPassNet/tigerpass
brew install tigerpasscurl -fsSL https://raw.githubusercontent.com/TigerPassNet/tigerpass/main/install.sh | bashcurl -fsSL https://raw.githubusercontent.com/TigerPassNet/tigerpass/main/install.sh | bash -s v0.1.0- macOS 14 (Sonoma) or later
- Apple Silicon (M1/M2/M3/M4)
# Initialize agent identity
tigerpass init
# Register wallet
tigerpass register
# Check balance
tigerpass balance
tigerpass balance --token USDC
# Send tokens
tigerpass pay --to 0xRecipient --amount 0.5 --token ETH
tigerpass pay --to 0xRecipient --amount 10 --token USDC
# Execute contract calls
tigerpass exec --to 0xContract --fn "transfer(address,uint256)" --fn-args '["0x...","1000000"]'
# Sign messages
tigerpass sign-message --message "Hello World"| Chain | Native Token |
|---|---|
| Ethereum | ETH |
| Base | ETH |
| BNB Chain | BNB |
| Polygon | POL |
| Arbitrum | ETH |
| Optimism | ETH |
| WorldChain | ETH |
| UniChain | ETH |
| Monad | MON |
| Hyperliquid | HYPE |
# Homebrew
brew uninstall tigerpass
# Manual
sudo rm /usr/local/bin/tigerpassProprietary. All rights reserved.