HolyClaude is a Docker container that gives you Claude Code in a browser. You get the real Claude Code CLI, a web terminal, headless Chromium with Playwright, Gemini CLI, Codex CLI, and 50+ dev tools. All pre-configured. ``` docker compose up -d ``` Works with your existing Claude Max/Pro subscription or API key. Free and open source.
No reviews yetBe the first to leave a review for HolyClaude
Maker
📌
I kept rebuilding the same setup on every new server. Install Claude Code, find a web UI, get Chromium working in Docker (which always takes longer than you think), debug permission issues, wire up process management. Two hours minimum.
So I built a container that does all of it. Then I ran it on my own server for weeks and fixed every problem that came up. The Chromium shm crash, the installer hanging on root-owned directories, SQLite locking on NAS mounts, UID mismatches breaking bind mounts.
This is the container I wanted the first time I tried to run Claude Code in Docker. Free, MIT licensed, works on AMD64 and ARM64. If you try it and hit something I haven't fixed yet, open an issue.
GitHub: https://github.com/CoderLuii/Hol...