Pre-built Docker images for CodeFreedom — isolated, GPU-ready environments for code agents.
10K+
Pre-built container images for CodeFreedom — a unified CLI that orchestrates code agents through publicly supported interfaces (environment variables, CLI flags, API endpoints). No patching, no reverse-engineering.
| Tag Family | Use Case | GPU |
|---|---|---|
ubuntu-* | Claude Code sandbox (CPU-only, multi-arch) | — |
cuda-* | Claude Code sandbox with NVIDIA GPU | NVIDIA CUDA |
rocm-* | Claude Code sandbox with AMD GPU | AMD ROCm |
chrome-* | Hardened Chrome + Xvfb for CDP-based browsing (port 9222) | — |
camoufox-* | Camoufox (Firefox fork) + MCP server for web search/fetch (port 8420) | — |
Claude Code sandbox (CPU):
docker pull docker.io/nilayparikh/codefreedom:ubuntu-latest
Claude Code sandbox (NVIDIA GPU):
docker pull docker.io/nilayparikh/codefreedom:cuda-latest
Headless Chrome for code agents:
docker pull docker.io/nilayparikh/codefreedom:chrome-latest
Camoufox web automation (MCP):
docker pull docker.io/nilayparikh/codefreedom:camoufox-latest
ubuntu-*, cuda-*, rocm-*)ubuntu-*: Multi-arch (ARM64 + AMD64), no AI frameworkscuda-*: NVIDIA CUDA toolkit for PyTorch inferencerocm-*: AMD ROCm stack for PyTorch inferencechrome-*)camoufox-*)web_search (Brave + Bing) and web_fetch (anti-bot page fetch)All images follow the CodeFreedom pattern: containers run a long-lived idle process (sleep infinity or MCP server), and agents are docker exec'd into them. Workspace directories are mounted read-write, with ~/.gitconfig and ~/.ssh mounted read-only.
Images are published to both docker.io/nilayparikh/codefreedom and ghcr.io/nilayparikh/codefreedom.
Apache 2.0 — nilayparikh/codefreedom
Content type
Image
Digest
sha256:a9e79559f…
Size
76.9 MB
Last updated
3 months ago
docker pull nilayparikh/codefreedom:codebase-memory-latest