#130 · Primary category: Cybersecurity & Decryption Tools

code-on-incus

agentic-ai ai-tools anthropic claude claude-code code-sandbox codex coding-assistant container-security containers developer-tools incus llm-security llm-tools lxc opencode opencode-ai sandbox sandboxing-tool security

Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.

Project last updated:08/28/26

GitHub Stars

677

Forks

56

Contributors

20

License

MIT

Why we included this project

AI coding agents like Claude Code, Codex, and opencode need room to install packages and run commands, which is a lot of trust to hand over on a machine that holds your credentials. code-on-incus (coi) sidesteps that by giving each agent its own full Linux container through Incus, with root, systemd, and Docker inside, so it behaves like a real server while your host stays out of reach. Your project mounts with correct file ownership, and SSH keys, tokens, and environment variables never enter the container unless you explicitly allow them. The active defense layer is the part that stands out: kernel-level monitoring watches for reverse shells, data exfiltration, and credential scanning, and pauses or kills the container on its own when it detects something dangerous. For anyone who runs coding agents regularly and wants real isolation plus visibility into their actions, this is a self-hosted way to get both without babysitting.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category