It's a local inference engine we built from scratch in Rust. The engine, the agent, and the tooling are all our own.
What's inside:
- Editor: integrated terminal, file viewers, IDE
- Security: All agents and tool calls run inside a kernel-level sandbox, so it can only touch what you allow.
- One click to run: We kept it simple, no Docker, no servers to point at, no config files. Download the app, open it and its running.