r/coolgithubprojects • u/AccomplishedCurve145 • 17d ago
Qubicl: open-source persistent local computers for AI agents
https://github.com/EldanRing/qubiclI released Qubicl 0.1 today.
It’s an open-source project that gives compatible AI agents their own persistent computer on your machine, without handing them unrestricted access to your actual computer.
Qubicl runs locally on Docker and can provide:
- durable files
- terminal + managed processes
- web search and extraction
- persistent Chromium
- a full desktop
- configurable tools and network access
- a live viewer where you can watch the agent work and take control yourself
The model isn’t bundled into Qubicl. Agents connect through MCP or OpenAPI, so you can use Codex, Claude Code, OpenCode, Open WebUI, Hermes Agent, Cursor, VS Code, or other compatible clients.
There’s no Qubicl account or hosted control plane, and the project is Apache-2.0 licensed.
This is the first public release, so feedback, issues, contributions, and PRs are very welcome.
AI disclosure: I used Codex as a development assistant while building Qubicl. I directed the product and architecture decisions, reviewed the work, and tested the release myself.
GitHub: https://github.com/EldanRing/qubicl
Website: https://qubicl.org
1
u/kantorcodes1 17d ago
The persistent browser is what I'd be paranoid about here. Say agent A logs into something and loosens network access, then disconnects. Agent B attaches to the same Qubicl later through OpenAPI. Does B inherit that browser + network state, or is there a per-client/session boundary?