HolyClaude: one command spins up 5 AI CLIs plus 50+ dev tools in Docker
JafarNajafov · x · 2026-09-07
A developer built HolyClaude, a single Docker container that packages AI coding infrastructure the way it should have been from day one: one docker compose up -d launches a full AI workstation in 30 seconds instead of 1-2 hours of setup. Inside:
- AI CLIs: Claude Code (the real one), Gemini, OpenAI Codex, Cursor, and TaskMaster — switch models mid-session and compare outputs
- Browser stack: Chromium + Xvfb + Playwright fully configured; screenshots, Playwright, Lighthouse work on first launch (Docker's default 64MB shm vs Chromium's 2GB requirement already handled)
- Dev tools: GitHub CLI, ripgrep, fzf, jq, tmux, ImageMagick
- DB clients: psql, redis-cli, sqlite3
- Python data stack: pandas, numpy, matplotlib, Playwright
- Node 22 LTS with TypeScript, Vite, ESLint, Prisma, Drizzle
Authentication reuses an existing Anthropic subscription (Max, Pro, or API key) through the same OAuth flow as desktop Claude Code; credentials live in the local bind mount with no proxying and no extra cost. The image also preinstalls Wrangler, Vercel/Netlify CLIs, PM2, ffmpeg, and major PDF libraries so Claude never stops mid-task to install packages.
Related event: HolyClaude Bundles Claude Code, 5 AI CLIs and 50+ Dev Tools in One Command(4 posts)→
More from coding & agent
- context-mode cuts AI coding agents' tool output by 98%, tops 20k GitHub stars — mksglu · 2026-09-07
- Microsoft's markitdown file-to-Markdown tool for LLMs hits 179k GitHub stars — microsoft · 2026-09-07
- HeyGen open-sources hyperframes: write HTML, render video, built for AI agents — heygen-com · 2026-09-07
- camofox-browser: stealth headless browser for AI agents passes 9.3k GitHub stars — jo-inc · 2026-09-07
- Lightpanda, a Zig-based headless browser built for AI, reaches 34.6k GitHub stars — lightpanda-io · 2026-09-07
- Agents now sit between users and databases: EDB engineer to share observability lessons at PGDay — marlene_zw · 2026-09-07