Run This Ai
EN DE

HolyClaude

One-command AI development workstation with Claude Code, web UI, headless browser, 8 AI CLIs, and 50+ dev tools — containerized and ready

★ 2,448 GitHub MIT ai-codingclaudedeveloper-toolsdockerdevtoolsai-agentsclaude-code AI Agents

Overview

HolyClaude is the container I built after solving every single pain point of running an AI development workstation in Docker. No more 2-hour setup marathons — one docker compose up and you get Claude Code, a CloudCLI web UI, Chromium with Xvfb and Playwright, 8 AI CLI providers (Anthropic, OpenAI, Google Gemini, Cursor, and more), and 50+ developer tools all pre-installed and configured. The full image (~4.1 GB compressed) ships everything ready to go — Claude never has to stop and install something mid-conversation. The slim variant (~2.4 GB) keeps the core and installs extras on demand. Your credentials, API keys, and Claude memory persist in a bind-mounted volume, surviving container rebuilds. Supports AMD64 and ARM64 (Raspberry Pi, Oracle Cloud, AWS Graviton), macOS via Docker Desktop, and even Synology/QNAP NAS. What sets HolyClaude apart is the sheer number of edge cases the author already solved: Chromium shared memory limits, Xvfb display configuration, UID/GID mismatches, Claude Code installer hanging on root-owned WORKDIRs, SQLite locking on NAS mounts, and s6-overlay process supervision. You pull the image, run it, open http://localhost:3001, sign in with your Anthropic account, and you are coding. That is the whole install process.

Requirements

Min vCPU
2
Min RAM
4096 MB
Min Disk
10 GB
Rec vCPU
4
Rec RAM
8192 MB
Rec Disk
20 GB

Recommended VPS

Hostinger · KVM 4

4 vCPU · 16384 MB · 200 GB

$11.99
View plan

Hostinger · KVM 4

4 vCPU · 16384 MB · 200 GB

$11.99
View plan

Hostinger · KVM 8

8 vCPU · 32256 MB · 400 GB

$20.00
View plan

Affiliate disclosure

Docker Compose

# Generated by Run This Ai — docker-compose.yml
services:
  holyclaude:
    image: coderluii/holyclaude:latest
    restart: unless-stopped
    ports:
      - 8080:8080
    volumes:
      - ./data/holyclaude:/data

Best VPS for HolyClaude →

Related tools

Guides & articles