deva
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
- settings.local.json
- ci.yml
- claude.yml
- cloak-image.yml
- nightly-images.yml
- pages.yml
- release.yml
- ISSUE_TEMPLATE.md
- pull_request_template.md
- claude.sh
- codex.sh
- cursor.sh
- dsh.sh
- gemini.sh
- grok.sh
- kimi.sh
- opencode.sh
- pi.sh
- shared_auth.sh
- deva-hero.svg
- 20260108-deva-bridge-tmux.org
- 20260108-docker-uid-permission-fix.org
- 20260416-browser-mcp-composition.org
- 20260416-scoped-version-bumps.org
- 20260419-hybrid-mount-via-deva.org
- 20260513-codex-browser-mcp-wiring.org
- 20260524-status-and-agent-context.org
- 20260728-home-dir-chown-race.org
- devlog-260108-deva-lsp-support.org
- advanced-usage.md
- authentication.md
- custom-images.md
- how-it-works.md
- index.md
- llms.txt
- philosophy.md
- quick-start.md
- tmux-bridge-agent-comms.md
- troubleshooting.md
- UID-GID-HANDLING-RESEARCH.md
- .deva
- .deva
- .deva
- README.md
- smux-LICENSE
- cloak-browserd.mjs
- cloak-entrypoint.sh
- deva-bridge-tmux
- deva-bridge-tmux-host
- deva-tmux
- install-agent-tooling.sh
- list-scripts.sh
- release-utils.sh
- resolve-tool-versions.sh
- test-ccx-args.sh
- test-codex-browser-shape.sh
- test-container-slug.sh
- test-cursor-auth.sh
- test-dsh-auth.sh
- test-help-surface.sh
- test-image-precedence.sh
- test-install-agent-tooling.sh
- test-kimi-auth.sh
- test-mount-shape.sh
- test-opencode-auth.sh
- test-pi-auth.sh
- test-status-helpers.sh
- test-version-targets.sh
- test-workspace-context.sh
- tmux-bridge
- tmux-bridge.VENDORED
- toolchain-report.sh
- update-version-pins.sh
- version-check.sh
- version-pins.sh
- version-report.sh
- version-upgrade.sh
- versions-pr.sh
- triage.sh
- SKILL.md
- SKILL.md
- test_release_utils.sh
- version-upgrade.sh
- versions-pr.sh
- GIT-COMMIT.md
- GITHUB-ISSUE.md
- GITHUB-PR.md
- RELEASE.md
- .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
jsDelivrjsDelivr 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 ▼
claude
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 ▼
codex
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 ▼
gemini
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):
