Skip to main content

Runs agentic coding assistants in docker containers

Project description

aicage

Run your favorite AI coding agents comfortably in Docker.

Why use aicage?

Agents need deep access (read code, run shells, install deps). Their built-in safety checks are naturally limited.

Running agents in containers gives a hard boundary - while the experience stays the same. See Why cage agents? for the full rationale.

Quickstart

  • Prerequisites:

    • Docker
    • Python 3.10+ and pipx
  • Install:

    pipx install aicage
    
  • Navigate to your project directory.

  • Use one of these commands:

    aicage codex
    aicage copilot
    aicage gemini
    aicage goose
    aicage opencode
    aicage qwen
    

Base images

The first run asks which base image to use; pick Ubuntu or whatever matches your Linux distro.

Base Distro Notes
ubuntu Ubuntu Good default for most users
debian Debian For Debian users
fedora Fedora For RedHat/Fedora users
alpine Alpine Minimal footprint; experimental
node Ubuntu Official Node image (all base images have Node)
act Ubuntu Default runner image from act (act runs GitHub Actions locally)

All base images have the same stack of tools installed.

Agents

CLI Agent Homepage
codex Codex CLI https://developers.openai.com/codex/cli
copilot GitHub Copilot CLI https://github.com/features/copilot/cli
gemini Gemini CLI https://geminicli.com
goose Goose CLI https://block.github.io/goose
opencode OpenCode https://qwenlm.github.io/qwen-code-docs
qwen Qwen Code https://opencode.ai

Your existing CLI config for each agent is mounted inside the container so you can keep using your preferences and credentials.

aicage options

  • --dry-run prints the composed docker run command without executing it.
  • --aicage-entrypoint PATH mounts a custom entrypoint script to /usr/local/bin/entrypoint.sh.
  • --docker mounts /run/docker.sock into the container to enable Docker-in-Docker workflows.
  • --config print prints the project config path and its contents.

Configuration file formats are documented in CONFIG.md. Extension authoring is documented in doc/extensions.md.

Why cage agents?

AI coding agents read your code, run shells, install packages, and edit files. That power is useful, but granting it directly on the host expands your risk surface.

Where built-in safety is limited:

  • Allow/deny lists only cover known patterns; unexpected commands or attack paths can slip through.
  • Some agents work fully only after relaxing their own safety modes, broadening what they can touch.
  • “Read-only project” features are software rules. Other projects and files still sit alongside them on the same host.

How aicage mitigates this:

  • Containers create a hard boundary: the agent can access only what you explicitly mount. Day-to-day use stays familiar—just with the host kept out of reach.

Development info

More details are in DEVELOPMENT.md.

Project details


Release history Release notifications | RSS feed

This version

0.7.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aicage-0.7.1.tar.gz (37.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aicage-0.7.1-py3-none-any.whl (75.1 kB view details)

Uploaded Python 3

File details

Details for the file aicage-0.7.1.tar.gz.

File metadata

  • Download URL: aicage-0.7.1.tar.gz
  • Upload date:
  • Size: 37.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for aicage-0.7.1.tar.gz
Algorithm Hash digest
SHA256 07039ff337b5398723466c36ac3558b23a8b5c782ebb32258a41f5c18b5cd975
MD5 b34034ad0377c0df7043fbb0ffb5285a
BLAKE2b-256 884389c8c124e87cb6e5888c47637866bf73ae429aa4e5a7d386e27629d78537

See more details on using hashes here.

Provenance

The following attestation bundles were made for aicage-0.7.1.tar.gz:

Publisher: publish.yml on aicage/aicage

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file aicage-0.7.1-py3-none-any.whl.

File metadata

  • Download URL: aicage-0.7.1-py3-none-any.whl
  • Upload date:
  • Size: 75.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for aicage-0.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1f420445298fe91b822b78fd0e896051c36352726c1c2a12803865faeac0e627
MD5 84a45e6acc4b55e3c67c5df04e3ad742
BLAKE2b-256 4593b0a4d45e77c4f2f4b255cd8df5669c6d2f91f6fc982ed7b210f9c046ea2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for aicage-0.7.1-py3-none-any.whl:

Publisher: publish.yml on aicage/aicage

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page