Agent-images Alternatives
Similar projects and alternatives to agent-images
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
agent-box
Sandboxed containers for AI coding agents with disposable Git/Jujutsu workspaces (by 0xferrous)
-
-
claude-governance
Governance for Claude Code: audit and constrain which tools and arguments Claude Code can use, with cryptographic Tenuo warrants enforced on every call.
-
sbx-mistral
sbx-mistral is a Docker sandbox for running Mistral Vibe CLI in full isolation. It launches in YOLO mode (auto-approve) by default, letting you run freely without risking your host system. You can switch to confirmation-based modes using Shift+Tab for more controlled execution.
agent-images discussion
agent-images reviews and mentions
-
A way to exclude sensitive files issue still open for OpenAI Codex
I've contributed to https://github.com/0xferrous/agent-box which allows you to bind-mount git repositories into containers that agents operate in. Your usual .gitignore can then be used to ignore files to be bind-mounted, which preventa agents from accessing them at all.
I've also created https://github.com/nothingnesses/agent-images which allows you to use Nix to reproducibly spin up OCI containers containing agents and use these with agents-box.
I use both at the moment to work on some personal projects with agents, where I set up multiple separate git worktrees for the agents to work in and that prevents them from trampling over each other's work.
Stats
nothingnesses/agent-images is an open source project licensed under Blue Oak Model License 1.0.0 which is an OSI approved license.
The primary programming language of agent-images is Shell.