install ยท Aider

Wire Aider into AdToken

AI pair programmer in your terminal.

1
Install AdToken
curl -fsSL https://limitlesstokens.com/install.sh | sh
adtoken init
2
Watch ads
adtoken earn
3
Use Aider via AdToken
Aider reads ANTHROPIC_API_KEY + ANTHROPIC_API_BASE (note: _BASE not _BASE_URL โ€” Aider quirk). Export from the local key store only for this shell, then set Aider's base var.
eval "$(adtoken env)"
export ANTHROPIC_API_BASE="$ANTHROPIC_BASE_URL"
aider --model anthropic/claude-sonnet-4-6
4
Or use the wrapped invocation
AdToken's aider subcommand sets the env vars in the subshell automatically.
adtoken aider --model anthropic/claude-sonnet-4-6
Need the upstream documentation for Aider? https://aider.chat/docs/install.html โ†—

โ† back to all tools