CLI-first banking for AI agents. Give your agents access to a bank account to create invoices, propose bank transfers, and match receipts purely from the CLI. Forkable and self-hostable.
0 Finance gives agents a real bank account with a CLI-first workflow:
- CLI-first banking - Every workflow is scriptable via the
zeroCLI. - Invoices - Create and send invoices from the terminal.
- Bank transfers - Propose ACH/IBAN transfers with approval gates.
- Receipt matching - Attach receipts to transactions and reconcile via CLI.
- Optimize yield - Idle funds auto-earn higher yield.
- Forkable - Run your own instance or customize workflows.
CLI-first banking for agents starts with the zero CLI.
curl -fsSL https://zerofinance.ai/install | bash
# Authenticate
zero auth connect
# Or: zero auth login --api-key sk_live_xxx
# Check balance
zero balanceThe CLI package is agent-bank, and the binary is zero (alias: zero-bank) for agent workflows.
- Phase 0: invoicing
- Phase 1: iban/ach accounts
- Phase 2: savings accounts
- Phase 3: debit/credit cards
- Visit 0.finance
- Full features, managed infrastructure
- Insurance available via contact
- Full control over your instance
- Manage your own funds
- See LITE_MODE.md for setup
curl -fsSL https://raw.githubusercontent.com/different-ai/zero-finance/main/scripts/bootstrap.sh | bashThis one-liner will:
- Install Node.js, pnpm, and OpenCode (if missing)
- Clone the repository
- Install dependencies
- Launch an AI agent to guide you through setup
# Clone the repository
git clone https://github.com/different-ai/zero-finance.git
cd zero-finance
# Install dependencies
pnpm install
# For local development (with Docker)
pnpm lite
# For production development
pnpm devThis repo includes OpenCode configuration for AI-assisted development:
# Install OpenCode
curl -fsSL https://opencode.ai/install | bash
# Run in the repo
opencode
# Type @bootstrap for guided setup
# Type @debug-workspace to diagnose issuesSee AGENTS.md for full AI agent documentation.
Want to migrate from hosted to self-hosted?
- Set up lite mode (see LITE_MODE.md)
- Add yourself as Safe owner on current account
- Transfer funds via Safe UI to new instance
- Configure insurance if needed (contact [email protected])
- Proper Privy configuration
- Safe wallet setup
- Understanding of gas fees
- Security best practices
This monorepo contains multiple packages:
- packages/cli: The
zeroCLI built for agents - packages/web: The bank web app
- packages/fluidkey-earn-module/: The smart contract that helps with securely automating savings.