deva

(★ 13)

Run the official Claude Code, Codex, Gemini, Grok, and Kimi CLIs at full speed inside Docker — the container is the sandbox, mounts are the contract, identity is a launch flag. One warm container per project, one bash script.

File Explorer

  • .claude-yolo.example
  • .claude-yolo.full
  • .deva.example
  • .dockerignore
  • .gitignore
  • AGENTS.md
  • CHANGELOG.md
  • claude-yolo
  • CLAUDE.md
  • claude.sh
  • claudeb.sh
  • CONTRIBUTING.md
  • DEV-LOGS.md
  • deva.sh
  • docker-entrypoint.sh
  • Dockerfile
  • Dockerfile.cloak
  • Dockerfile.rust
  • docs-requirements.txt
  • install.sh
  • LICENSE
  • llms.txt
  • Makefile
  • mkdocs.yml
  • README.md
  • README.zh-CN.md
  • SECURITY.md
  • TODO.md
  • versions.env

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

claude

View Details ▼

An agent-based coding tool that understands your code base and helps you code faster through natural language commands.

claude prompt

Execute with prompt:

claude update

Update `claude`:

claude mcp list

Get the list of specified MCP servers:

🔍

codex

View Details ▼

Natural language code assistant for the terminal, powered by OpenAI.
Reads and edits files in your current directory to fulfill requests.

codex

Start an interactive Codex session in the current directory:

codex "{{prompt}}"

Run a single Codex command using a prompt:

codex --sandbox workspace-write "{{prompt}}"

Run a prompt allowing Codex to edit files in the workspace:

🔍

gemini

View Details ▼

Launch an interactive prompt with Gemini AI.

gemini

Start a REPL session to chat interactively:

{{echo "Summarize the history of Rome"}} | gemini {{[-p|--prompt]}} -

Send the output of another command to Gemini and exit immediately:

gemini {{[-m|--model]}} {{model_name}}

Use a specific model (default: auto-gemini-3):

// repository documentation