Skip to content

v0.3.0-alpha — first pre-release

Pre-release
Pre-release

Choose a tag to compare

OpenCLAWN's first tagged pre-release. Feature-complete against the v0.3 core spec, but still in the research/experiment phase — single-user, no auth, APIs may shift before a stable 0.3.0. All tests mock the LLM/Docker/Ollama layers, so validate your own local setup end-to-end.

Highlights

  • 4 core innovations: routing audit + self-calibration, skill decay, confidence-gated crystallization, role output contracts.
  • Multi-agent conversation: pipeline / debate / orchestrator over one loop, with live stop & interject.
  • Hybrid LLM: local-first fallback (Ollama → Gemini → Claude), raw httpx (no vendor SDKs). Editable tier→model map.
  • 25 tools: files, sandboxed code/shell, documents (docx/pptx/xlsx/pdf), read-only git, web.
  • Security: Docker-only code execution, Vault-injected credentials (never in context/logs), anti-SSRF guard on web tools.
  • Observability: /metrics, /skills, /conversations. CI with enforced uv.lock.
  • 325 tests passing, ruff clean.

See CHANGELOG.md for the full list.

🤝 Contributions welcome — this is an active development phase.