Skip to content

TigerPassNet/tigerpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

TigerPass CLI

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.

Install

Homebrew (recommended)

brew tap TigerPassNet/tigerpass
brew install tigerpass

One-line script

curl -fsSL https://raw.githubusercontent.com/TigerPassNet/tigerpass/main/install.sh | bash

Install specific version

curl -fsSL https://raw.githubusercontent.com/TigerPassNet/tigerpass/main/install.sh | bash -s v0.1.0

Requirements

  • macOS 14 (Sonoma) or later
  • Apple Silicon (M1/M2/M3/M4)

Quick Start

# 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"

Supported Chains

Chain Native Token
Ethereum ETH
Base ETH
BNB Chain BNB
Polygon POL
Arbitrum ETH
Optimism ETH
WorldChain ETH
UniChain ETH
Monad MON
Hyperliquid HYPE

Uninstall

# Homebrew
brew uninstall tigerpass

# Manual
sudo rm /usr/local/bin/tigerpass

License

Proprietary. All rights reserved.

About

Autonomous identity, assets & wallet CLI for AI agents on macOS.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages