Docs

Start in two commands.

Anomalithic is a TypeScript monorepo (Bun / pnpm / Turborepo). The runtime packages are Apache-2.0; clone, build, and run on your own keys.

Quickstart

bash
$ pnpm install && pnpm build
# offline demo — no API key needed
$ node packages/cli/dist/index.js run -p mock "hello"
# real model — set ANTHROPIC_API_KEY or OPENAI_API_KEY in .env
$ anomalithic run "explain MCP in one sentence"
# any OpenAI-compatible endpoint (Ollama, OpenRouter, local)
$ ANOMALITHIC_PROVIDER=openai OPENAI_BASE_URL=http://localhost:11434/v1 \
  anomalithic run -m llama3.1 "hi"

More CLI

bash
$ anomalithic skills ~/.claude/skills
$ anomalithic memory recall "which provider models"
$ anomalithic mcp npx -y @modelcontextprotocol/server-everything

Reference