Introduction
AI-native project management that keeps your code local and your planning in the cloud.
What is Locus?
Locus is an AI-native project management platform designed for teams that use AI coding agents. It separates planning (in the cloud) from execution (on your machine), so your source code never leaves your infrastructure.
Locus works with Claude (Anthropic) and Codex (OpenAI) as AI providers. You choose which agent runs your tasks.
How it works
Plan — Create sprints and tasks in the Locus Dashboard, or let AI plan them for you with
locus planDispatch — Tasks are dispatched to your local machine where AI agents claim and execute them
Execute — Agents work in isolated git worktrees, keeping each task's changes separate
Review — Agents create pull requests, and you can review them with
locus reviewor via the Telegram bot
Key Features
AI agents run on your machine or your server. Source code is never uploaded to any third-party service. Locus only syncs task metadata, status updates, and project context — never your codebase.
Run up to 5 parallel agents, each working on a separate task in its own git worktree. Locus handles orchestration, task claiming, and conflict prevention automatically.
Run locus plan "build user authentication" and a team of AI agents (Tech Lead, Architect, Sprint Organizer) collaborates to create a detailed sprint with tasks, priorities, and risk assessments.
Manage your entire workflow from Telegram. Start agents, approve plans, review tasks, run git commands — all from your phone. See the Telegram guide.
Quick Start
Get up and running in under 2 minutes:
That's it. Locus will claim the next available task from your active sprint, execute it with your chosen AI provider, and create a pull request when done.
Architecture Overview
Locus syncs task metadata only with the cloud — titles, descriptions, statuses, and acceptance criteria. Your source code stays entirely on your machine.
What's Next?
Installation
Install the Locus CLI and get your environment ready. Get started →
Telegram Bot
Control your agents from Telegram. Learn more →
CLI Reference
Explore all commands and options. View commands →
Self-Hosting
Deploy agents on your own server for 24/7 execution. Setup guide →
Last updated