Up and running
in about 10 minutes.
Install Clams, connect a wallet, and pull your first report. Pair an AI agent if you want to talk to your books in plain language.
Licensing happens in the product. A Standard license is $199 per person per year. See Pricing.
Follow along or skip straight to the steps below.
Install Clams
Open your terminal and paste the command below.
Paste into your terminal:
$ curl -fsSL https://clams.tech/install.sh | sh
> powershell -c "irm https://clams.tech/install.ps1 | iex"
You'll know it worked when…
Restart your terminal, then type clams --version to confirm.
Purchase a license
Buy a license straight from the CLI. Run the command below, sign in through your browser, then choose how to pay: fiat (via Stripe) or Bitcoin (via the Lightning Network).
Paste into your terminal:
You'll know it worked when…
Your license is active and your books are ready to fill.
Connect your first wallet
Run the command below and follow the prompts to add your first connection: a Lightning node, an xpub or descriptor, or a CSV import.
Paste into your terminal:
You'll know it worked when…
clams connections list shows your new connection.
Sync and pull your first report
Sync your connections, process your journals, and print your first report.
Run these in order:
That's it
Your balance sheet prints in the terminal: real double-entry books from your own data. Portfolio, capital gains, and journal-entry reports are each one command away.
Optional: pair an AI agent
Clams ships Agent Skills for AI coding agents: Claude Desktop and Claude Code, Codex, Opencode, and any agent that supports the skills spec. If you said yes to Agent Skills during install, you're already set. Otherwise, run:
Paste into your terminal:
/clams inside Claude Code to load the skill at any time.
You'll know it worked when…
Your agent answers questions about your books and runs Clams commands for you.
Common issues
command not found: clams
Restart your terminal and try again. This usually resolves it.
Claude doesn't seem to know about Clams
This usually means the agent skills weren't installed. If you skipped the prompt during installation,
open your terminal and run clams skills install --global, then restart Claude Code.
Something else isn't working
Join the Clams Discord community. It's the fastest way to get help.