# Autonomi > Autonomi is a platform for autonomous AI agent systems. Our flagship product, Loki Mode, takes a PRD (Product Requirements Document) and autonomously builds, tests, and deploys complete software products with minimal human intervention. ## Company - Name: Autonomi - Website: https://www.autonomi.dev - Contact: founder@autonomi.dev - GitHub: https://github.com/asklokesh - Discord: https://discord.gg/k8NpBhc5KA - LinkedIn: https://www.linkedin.com/company/autonomi-dev-agents ## Flagship Product: Loki Mode Loki Mode is Autonomi's free-forever, multi-provider autonomous agent system. The released v7 engine draws on 41 specialized agent roles across 8 domains to build software from a PRD, OpenSpec change, or GitHub/GitLab/Jira issue. The Loki engine refuses to call work done on an empty diff or a failing test, and every finish is backed by an evidence trail. - Repository: https://github.com/asklokesh/loki-mode - Install: npm install -g loki-mode - License: BUSL-1.1 (source-available; free for personal, internal, and academic use) - Current Stable Version: v7.129.3 - Next Engine Branch: 48 roles across 9 groups, including 7 executive roles (preview, not released) - v8 Runtime Branch: raw Anthropic SDK for one-shot calls and Claude Agent SDK query() for RARV, opt-in and fail-closed (preview, not released) ### Three Input Pathways 1. PRD-based: loki start ./my-prd.md 2. Spec-driven: loki start --openspec PATH (OpenSpec Bridge, v6.11.0) 3. Issue-driven: loki start ISSUE (GitHub, GitLab, Jira, Azure DevOps) ### Key Features - 41 specialized agent roles across 8 domains (Engineering, Operations, Business, Data, Product, Growth, Review, Orchestration), prompt-defined specifications the orchestrator adopts per phase - 8 SDLC phases: Bootstrap, Discovery, Architecture, Infrastructure, Development, QA, Deployment, Growth - RARV execution cycle: Reason, Act, Reflect, Verify - 4 AI providers: Claude (Tier 1), Codex (Tier 2), Cline (Tier 2), Aider (Tier 3, 18+ models via litellm/OpenRouter/Ollama). Plus any LLM endpoint via ANTHROPIC_BASE_URL + LOKI_MODEL_OVERRIDE (Gemini deprecated as of v7.x). - 8 quality gates plus advisory Secure gate (added v7.87) with blind-review council and anti-sycophancy - ~99 CLI commands, 23 MCP tools - Enterprise: hash-chained audit trails, SOC 2/ISO 27001/GDPR compliance, OpenTelemetry, RBAC, policy engine - Bring your own LLM: no vendor lock-in, dynamic model resolution, per-phase model selection - Budget control: LOKI_BUDGET_LIMIT caps provider spend - Source-available: BUSL-1.1 license, the CLI is free forever, all features included ### Installation Methods 1. npm: npm install -g loki-mode 2. Claude Code Skill: git clone https://github.com/asklokesh/loki-mode.git ~/.claude/skills/loki-mode 3. Homebrew: brew install asklokesh/tap/loki-mode 4. Docker: docker pull asklokesh/loki-mode 5. GitHub Action: uses: asklokesh/loki-mode-action@v6 6. VS Code Extension: ext install autonomi.loki-mode 7. From source: git clone https://github.com/asklokesh/loki-mode.git ## Pages - Homepage: https://www.autonomi.dev/ - Product (Loki Mode): https://www.autonomi.dev/loki-mode - Use Cases: https://www.autonomi.dev/use-cases - Use Case - Bring Your Own LLM: https://www.autonomi.dev/use-cases/bring-your-own-llm - Use Case - Enterprise Governance: https://www.autonomi.dev/use-cases/enterprise-governance - Use Case - PRD to Production: https://www.autonomi.dev/use-cases/prd-to-production - Use Case - Open Source Pricing: https://www.autonomi.dev/use-cases/open-source-pricing - Documentation: https://www.autonomi.dev/docs - v8 SDK Preview: https://www.autonomi.dev/docs/v8-preview - Blog: https://www.autonomi.dev/blog - About: https://www.autonomi.dev/about - Labs: https://www.autonomi.dev/labs ## Documentation - Introduction: https://www.autonomi.dev/docs/introduction - Quick Start: https://www.autonomi.dev/docs/quick-start - Installation: https://www.autonomi.dev/docs/installation - RARV Cycle: https://www.autonomi.dev/docs/rarv-cycle - Agent Types: https://www.autonomi.dev/docs/agent-types - Swarm Architecture: https://www.autonomi.dev/docs/swarm-architecture - Quality Gates: https://www.autonomi.dev/docs/quality-gates - CLI Commands: https://www.autonomi.dev/docs/cli-commands - Configuration: https://www.autonomi.dev/docs/configuration - OpenSpec Integration: https://www.autonomi.dev/docs/openspec-integration - Security: https://www.autonomi.dev/docs/security - Troubleshooting: https://www.autonomi.dev/docs/troubleshooting ## Optional - llms-full.txt: https://www.autonomi.dev/llms-full.txt