your agent · cli reference

installation

Current release: SoulPass CLI v0.2.0all releases. Both installers verify the download against its published SHA-256.

Install via Homebrew

brew tap SoulPass-AI/soulpass
brew install soulpass

Install via one-liner script

curl -fsSL https://raw.githubusercontent.com/SoulPass-AI/soulpass/main/install.sh | bash

Agent Skill

For natural language control of the CLI, add the SoulPass Agent Skill to your coding agent. Works with Claude Code, Codex, Gemini CLI, OpenClaw, and more.

git clone https://github.com/SoulPass-AI/soulpass-cli-skill.git

Verify installation

soulpass --version

Prints 0.2.0 on the current release.

System requirements

  • macOS 14+ with Apple Silicon (Secure Enclave required)
  • Internet connection for identity and wallet operations

Building a web app instead?

The CLI is for agents running on a Mac. To take stablecoin payments in a browser, use @soulpass/passkey-sdk v0.3.0 (MIT, open source) — see the developer guide.

npm install @soulpass/passkey-sdk