HolyClaude logo

HolyClaude

Free

AI coding workstation: Claude Code + web UI + 7 AI CLIs + headless browser + 50+ tools

Coding AssistantsFreeFree tier
Inputs: textOutputs: text, code
Type
Open Source

About HolyClaude

HolyClaude is a Docker-based AI coding workstation that integrates CloudCLI (a web UI) with seven AI coding CLIs (Claude Code, Gemini CLI, OpenAI Codex, Cursor Agent, TaskMaster AI, and more in the full image), a headless browser (Playwright with Chromium), and a suite of developer tools. It provides a repeatable, isolated environment for AI-assisted development, supporting AMD64 and ARM64 platforms. Published in two image variants (full and slim), HolyClaude includes account controls, notifications via Apprise, optional SSH/Mosh remote shell, and reverse-proxy support. It is open source under the MIT license.

Key Features

Integration with multiple AI coding CLIs (Claude Code, Gemini CLI, OpenAI Codex, Cursor Agent, TaskMaster AI, Junie, OpenCode, Pi Coding Agent)
CloudCLI web UI for interaction with AI agents
Headless browser automation with Playwright and Chromium (no runtime download)
Docker-based repeatable workspace with explicit host folder mapping
Supports AMD64 and ARM64 architectures
Two image variants: full (8 AI CLIs) and slim (5 AI CLIs)
Rootless Podman support with keep-id and SELinux :Z mounts
Reverse-proxy path support via HOLYCLAUDE_BASE_PATH
Account controls: logout, password change, token invalidation
Apprise notifications for Claude, Codex, and Gemini

Pros & Cons

Pros
  • All-in-one environment with multiple AI coding CLIs and a web UI
  • Docker-based for easy setup, reproducibility, and portability
  • Supports both AMD64 and ARM64 architectures
  • Two image sizes allow choosing between comprehensive (full) and lighter (slim) setups
  • Free and open source with MIT license
  • No runtime browser download; Playwright and Chromium pre-packaged
  • Account controls and optional notifications enhance usability
  • Rootless Podman support for improved container security
Cons
  • CloudCLI self-update is patched out; updates require pulling a new Docker image
  • Single-user account; no user or tenant isolation for remote access
  • Default Docker compose uses privileged capabilities (SYS_ADMIN, seccomp unconfined) reducing container isolation
  • Large image sizes (full: 4.38 GB compressed; slim: 2.55 GB compressed)
  • Requires Docker or Podman setup and knowledge of container concepts
  • Bundled tools read local credentials; no credential relay but credentials remain accessible

Best For

AI-assisted software development with multiple coding agentsRunning Claude Code alongside other AI CLIs in a single environmentBrowser automation testing using the packaged Playwright browserCreating repeatable, isolated development environments for teamsLocal AI coding with privacy (no credential relay; tools contact providers directly)

Alternatives to HolyClaude

FAQ

What AI CLIs are included in HolyClaude?
The full image includes Claude Code, Gemini CLI, OpenAI Codex, Cursor Agent, TaskMaster AI, Junie, OpenCode, and Pi Coding Agent. The slim image excludes Junie, OpenCode, and Pi Coding Agent, leaving 5 AI CLIs.
Is HolyClaude free?
Yes, HolyClaude is free and open source under the MIT license.
How do I update HolyClaude?
CloudCLI self-update is patched out. Instead, pull a reviewed image using `docker compose pull` and then restart with `docker compose up -d`.
Can I access HolyClaude remotely?
Yes, via CloudCLI’s web UI (bound to localhost by default) or optionally via SSH and Mosh. Note that remote access shares the same single-user account, workspace, and credential context; no user isolation is provided.
What are the system requirements for running HolyClaude?
You need Docker or Podman on AMD64 or ARM64 architecture. The full image is approximately 4.38 GB compressed; the slim image is about 2.55 GB. At least 2 GB shared memory is required, and the default compose file adds SYS_ADMIN and SYS_PTRACE capabilities with seccomp unconfined.