A harness for agentic software development.
Everything a developer needs to get the best out of LLMs and coding agents — installed once, shared across every project and tailored for every project.
All tools run locally. No data leaves your machine.
| Requirement | Notes |
|---|---|
| Linux (Ubuntu/Debian/Mint) or macOS | Apple Silicon and Intel both supported |
# 1. Install (one-time)
curl -fsSL https://raw.githubusercontent.com/hgraca/telamon/main/install.sh | bash
# 2. Initialise a project (one-time per project)
telamon init path/to/your-project
# 3. Start working
cd path/to/your-project && opencodeThe installer sets up everything — Docker, Node.js, Python, opencode, Graphify, RTK, QMD, Codebase Index, Caveman, and the global
telamonCLI.
| Capability | How |
|---|---|
| Multi-agent system | 2 agents: Telamon (autonomous orchestrator + 10 sub-agents) and Companion (pair programmer) |
| Persistent agent memory | Ollama + markdown vault |
| Curated knowledge vault | QMD (semantic vault search) + direct file read/write |
| Automatic session capture | OpenCode plugin — promotes learnings before compaction |
| Codebase understanding | Graphify (knowledge graph) + Codebase Index (semantic search) |
| Token efficiency | RTK (output compression) + Caveman (terse communication mode) |
| MCP integrations | Chrome DevTools, Playwright, ast-grep, Context7, Exa, grep.app (GitHub via gh CLI) |
- Developer Workflow — Day-to-day usage: install, init, session lifecycle, wrap-up
- Tools — Every tool, how it works, priority guide
- Session Capture, Status Marker Enforcer, Diff Context, Active Work Context — Memory & session
- Graphify, Codebase Index, Repomix — Codebase understanding
- QMD — Knowledge vault
- RTK, Caveman, promptfoo — Token efficiency & quality
- Plugins — OpenCode plugins
- Retired experiments — Cass, Discord, Ogham, Obsidian
- Agents — Primary agents, sub-agents, and roles
- Commands — Slash commands available in opencode
- Skills — Structured instruction sets for agents
- Configuration — Environment variables and optional service activation
- CLI —
telamonCLI commands andmaketargets - Architecture — System flow, infrastructure, and repository layout