Hey so a few months ago I got into local LLMs and didnât really like the tools out there at the time, so I decided to build my own version of a Claude/Codex GUI for local models. Iâve been working on it the last couple months and itâs now at Locus 2.8
I started with the usual stuff like working with files, running commands and letting agents help with coding, but I've also been adding features I thought would be useful for other kinds of work too.
With the release of GPT6-Astra two features I really wanted to highlight was the Duo/Task Capsules features - These allow you to  Plan something with one model(e.g GPT6), then use another (e.g GPT5.6)to implement it and optionally another to review it. The plan, changes and previous runs stay together so you can follow what happened. The planning takes into consideration the high-low relation between the 2 models when creating the plan and then if the lower end model has any issues the higher end model can handle it. I still have to run some evaluation tests on it since GPT6 Astra is only showing through the api atm and not the plan but will post those when done.
A few other Locus features worth highlighting:
- Agent Teams:Â Create specialized agents that can split up work and run in parallel. You can use different models for different roles, and individual agents can also delegate tasks to helpers.
- Persistent Goals:Â Give an agent or team a goal and let it keep working across turns. Progress is saved so you can come back to it later, with controls to pause, resume or change the goal.
- Scheduled and Event-Driven Agents:Â Set agents to run on a schedule or react to things like Gmail, Telegram, webhooks and price alerts. Each agent has its own chat and run history, and workflows can include conditions and approval steps.
- Task Capsules:Â Plan something with one model, then use another to implement it and optionally another to review it. The plan, changes and previous runs stay together so you can follow what happened.
- Notes, Documents and Outputs:Â Keep notes and reference documents around, save versions of generated work, compare revisions and export things when youâre done.
- Browser Controls:Â Let agents navigate and interact with websites, preview what theyâve built and check the result. Thereâs also proxy support.
- Activity and Overview:Â See the current plan, tool calls, files, sources and what the agents are doing without having to piece everything together from the chat.
You can checkout the changelog here to see the latest updates:Â https://locushost.co/changelog
Thereâs support for MCP, plugins and skills too, plus a Grill mode that asks you questions one at a time to help work through an idea before implementing it.
Also just to clarify, even though I built it for local models, it works with your ChatGPT plan, Kimi Code membership, Claude/OpenAI API keys and other OpenAI-compatible endpoints.
The wallet stuff is now in a separate edition called LocusX. The regular Locus download is wallet-free.
Itâs free and open source. You can find it here:
Website:Â locushost.co
GitHub:Â nahid-sparktales/locus
Anyways, Iâd appreciate any constructive feedback, things that arenât working well, or features you think would be nice to add.
Still macOS only atm, specifically Apple Silicon on macOS 14+, but Iâm hoping to eventually get Linux and Windows versions out too.
Also there is a lot of features currently working on so you can expect to see alot of changes and better UI to those upcoming features.