Files
oam/knowledge base/ai/claude/claude code.md
2026-02-13 01:16:21 +01:00

1.5 KiB

Claude Code

TODO

Agentic coding tool that reads and edits files, runs commands, and integrates with tools.
Works in a terminal, IDE, browser, and as a desktop app.

  1. TL;DR
  2. Further readings
    1. Sources

TL;DR

Warning

Requires an Anthropic account to be used.
Unless one uses Claude Code router with it.

Setup
brew install --cask 'claude-code'
Real world use cases
# Run Claude Code on a model served locally by Ollama.
ANTHROPIC_AUTH_TOKEN=ollama ANTHROPIC_BASE_URL=http://localhost:11434 ANTHROPIC_API_KEY="" claude --model 'lfm2.5-thinking:1.2b'

Further readings

Sources