Aktapus — A self-improving knowledge wiki for LLM agents
A local CLI. Pipe in videos, docs, and repos. Ask cited questions. When a source is missing, the agent fetches the primary source, adds it as a wiki page, and re-answers — same turn. The wiki gets denser with every question.
RAG searches at query time. Aktapus compiles at build time.
Install (macOS arm64, Linux amd64)
curl -fsSL https://aktapus.ai/install.sh | bash
Read the script first: /install.sh (41 lines, plain shell, installs to /usr/local/bin/aktapus).
Top-level commands
aktapus ask "<question>"— cited Q&A against your wiki (defaults to thewiki-maintaineragent).aktapus wiki append --dir|--url|--title— ingest directories, URLs, or stdin.aktapus wiki ingest-youtube --channel <URL>— ingest a YouTube channel's transcripts.aktapus mcp serve --workspace <slug>— expose your wiki to Claude / Cursor / ChatGPT via MCP.aktapus gateway— local web UI onhttp://localhost:18789.aktapus --help— full command list.
Pairs with
Claude CLI · Cursor · ChatGPT — via the MCP server above. BYOK (bring-your-own-key). Runs locally, no telemetry.
Links for agents
- /llms.txt — plain-text summary of this product (agent-readable).
- /install.sh — installer source.
- /docs/how-it-works — architecture overview.
- /wiki/aktapus/ — Aktapus's own dogfooded wiki, ask anything.