Skip to content

Quick Start

Terminal window
axiom-wiki init

The setup wizard asks for:

  1. Scope — local (project) or global (personal) wiki
  2. LLM provider — Google Gemini (free), OpenAI, Anthropic, or Ollama
  3. API key — paste your key (or Ollama URL)
  4. Model — pick from the provider’s model list
  5. Wiki directory — where pages are stored
  6. Raw sources folder — where you drop files to ingest

Launch with no arguments:

Terminal window
axiom-wiki

Type / to open the slash command menu. Navigate with arrow keys, complete with Tab, run with Enter.

Or type a question directly to query your wiki:

> What did Alan Turing say about intelligence?

Drop a file into your raw/ folder, then:

Terminal window
axiom-wiki ingest

The agent reads the file, extracts entities and concepts, creates wiki pages, and updates the index — all automatically.

Inside any project directory or document folder:

Terminal window
axiom-wiki init # choose "Local"
axiom-wiki autowiki # agent explores and builds a wiki

Later, after changes:

Terminal window
axiom-wiki sync # agent updates stale pages