Step in with a real editor
Every workspace ships VS Code in the browser and a real shell, one click from the chat. Edit a file by hand, run a command, then hand it back to the agent.
Start a task at your desk, close the laptop, and pick up the same live session from your phone.
Always on
When the agent hits a question or a permission gate, it pushes to your phone. You answer from anywhere, and the run picks up where it left off.
The workspace
Every session runs in a real dev environment. Watch the agent test in a live browser, check any diff with the built-in differ, and step into a full editor or terminal whenever you want.
Every workspace ships VS Code in the browser and a real shell, one click from the chat. Edit a file by hand, run a command, then hand it back to the agent.
A live screencast slides in so you can see the agent test its own work, and the same dev server opens in your tab with one click.
Every file the agent touches is one click away as a syntax-highlighted diff, with a branch strip and live line counts, so you can check the work when you want to.
Remote execution
Register a machine once, then send any session to run on it. Check the status of each environment, spread work across containers, or push a heavy build to a bigger box.
Secrets and integrations
Manage OAuth integrations and a secrets vault from the dashboard. When the agent needs a credential, the broker injects it at the network edge and never exposes the value.
Custom agents
Build an orchestrator that plans and subagents that execute, each with its own model and permissions. Hand the busywork to a fast model and the decisions to a strong one.
Everything else
Works with your stack
Point Kellix at a hosted API or a model running on your own hardware. It runs anywhere Docker runs, so the same instance works on a mini PC, a workstation, or a cloud box.
Install
It runs anywhere Docker runs. One install, and everyone on the instance gets their own isolated workspace.
curl -fsSL https://downloads.kellix.ai/main/install.sh | bash Run the command on any machine with Docker.
Create your admin profile and connect a provider.
Reach your live sessions from any device.
Questions
Anything that runs Docker. A mini PC or an old laptop is plenty, and heavier local models simply want more RAM or a GPU.
Any OpenAI-compatible API, or a local runtime like Ollama or vLLM. You bring the keys, and you can pair a strong model for planning with a fast one for the busywork.
One command: kellix update. It pulls the new image and restarts in place, so your sessions and settings carry over.
On the machine you installed it on, and nowhere else. Encrypted backups are built in, so you can move or restore an instance safely.
Yes. One install serves everyone, and each person gets an isolated, private workspace with their own sessions and secrets.
Only to the model provider you pick, and nothing else leaves the box. Point it at a local model and nothing leaves at all.