Run Claude Code (and other LLM CLIs) inside a Docker sandbox, against a switchable local or remote LLM endpoint.
Project description
llm-cli-sandbox
Run Claude Code (and other LLM CLIs) inside a Docker sandbox, pointed at a switchable LLM endpoint — a local Ollama, a model server on your LAN, or any remote OpenAI- / Anthropic-compatible API.
Two pillars:
-
Isolation — Claude Code is an agent that runs commands and edits files. Running it in a container is a safety boundary: only the chosen workspace is mounted, and the agent runs as a non-root user.
-
Pluggable LLM backend — the endpoint is just a named profile. Because Claude Code speaks the Anthropic Messages API, the tool decides per endpoint whether a translation gateway (litellm) is needed:
Endpoint type Speaks Anthropic? Gateway (litellm)? ollama(local or remote)no yes openai-compatno yes anthropicyes no (point Claude Code straight at it)
Status: alpha (M2). Feature parity with the original shell workflow, plus multi-endpoint switching: environment checks, gateway lifecycle, endpoint management, and launching Claude Code on the host or inside the sandbox. Cross-platform validation (Linux/Windows) is M3.
Install (development)
git clone git@github.com:changyy/py-llm-cli-sandbox.git
cd py-llm-cli-sandbox
pip install -e .
Requires Python 3.11+.
Usage (today, M2)
llm-cli-sandbox version # or: lcs version
llm-cli-sandbox platform # detected OS/arch/runtime
llm-cli-sandbox doctor # check docker, endpoint reachability, auth, ...
llm-cli-sandbox init # write config + extract Docker assets to ~/.llm-cli-sandbox/
llm-cli-sandbox up # generate compose + start the litellm gateway (if needed)
llm-cli-sandbox status # running services + endpoint reachability
llm-cli-sandbox down # stop the gateway, remove containers/network
# manage LLM endpoints (the "switch API location" part)
llm-cli-sandbox endpoints list
llm-cli-sandbox endpoints add lan --type openai-compat --url http://10.0.0.5:8000/v1 -m qwen --use
llm-cli-sandbox endpoints add proxy --type anthropic --url https://proxy.internal # no gateway
llm-cli-sandbox endpoints use local-ollama
# launch Claude Code (pass its args after `--`)
llm-cli-sandbox run -- -p "hello" # on the host, via the gateway
llm-cli-sandbox run --in-container -- -p "hello" # inside the sandbox (non-root)
llm-cli-sandbox shell -w ~/Project/my-app # interactive sandbox shell
# manage models on an ollama-type endpoint
llm-cli-sandbox models list
llm-cli-sandbox models pull qwen2.5-coder:7b
Machine-readable output for scripting/CI:
llm-cli-sandbox platform --json
llm-cli-sandbox doctor --json # exits non-zero if any check fails
llm-cli-sandbox status --json # readiness probe; exits non-zero if not ready
status reports whether everything needed to launch against the selected
endpoint is in place (config, docker, image, endpoint reachability, gateway)
and lists what is missing:
{ "ready": false, "missing": ["gateway"], "endpoint": { "reachable": true }, ... }
State location defaults to ~/.llm-cli-sandbox/ and can be relocated (handy
for tests or parallel setups):
LLM_CLI_SANDBOX_HOME=/tmp/lab llm-cli-sandbox init
doctor turns every environment trap into a check with a concrete fix hint:
Docker availability, host.docker.internal resolution per platform, endpoint
reachability (local or remote), gateway port conflicts, and Claude Code auth
sanity.
up generates ~/.llm-cli-sandbox/docker-compose.yml and litellm.config.yaml
from the selected endpoint — emitting a litellm gateway service only when the
endpoint needs Anthropic translation, and injecting
extra_hosts: host.docker.internal:host-gateway so a host-local endpoint is
reachable identically on Linux and Docker Desktop.
Configuration
~/.llm-cli-sandbox/config.toml (created by init in M1; defaults used until then):
[general]
default_endpoint = "local-ollama"
[endpoints.local-ollama]
type = "ollama"
host = "host" # "host" -> host.docker.internal from the container
port = 11434
model = "gpt-oss:20b"
[endpoints.lan-server]
type = "openai-compat"
url = "http://10.0.0.5:8000/v1"
model = "qwen2.5-coder:32b"
[endpoints.anthropic-proxy]
type = "anthropic" # already Anthropic-native -> no gateway
url = "https://proxy.internal"
[gateway.litellm]
port = 18080
image = "ghcr.io/berriai/litellm:main-stable"
[sandbox]
user = "lab" # non-root user inside the container
restrict_net = false # v2: allowlist egress to endpoint + git only
Roadmap
- M0 — skeleton + doctor (done):
version,platform,doctor; platform-aware from day one. - M1 — sandbox + lifecycle (done):
init, non-root image, dynamic compose withextra_hosts: host-gateway, conditional gateway,up/down/status. - M2 — usage + endpoints (done):
endpointscommands,shell,run(host and in-container),models(for Ollama-type endpoints). - M3 — Windows/Linux validation: host-gateway on Linux, Windows subprocess launch + WSL2 notes, remote-endpoint path on all three.
- M4 — distribution: PyPI release, pinned litellm image, optional egress restriction, per-platform smoke tests.
How this differs from other sandboxes
Container isolation for Claude Code exists elsewhere. The distinguishing goal
here is the switchable LLM backend (local or remote, with automatic
gateway insertion) combined with a cross-platform, pip-installable Python CLI
and a thorough doctor.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file llm_cli_sandbox-1.20260616.1000745.tar.gz.
File metadata
- Download URL: llm_cli_sandbox-1.20260616.1000745.tar.gz
- Upload date:
- Size: 25.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dcd0f03fef11a17c579dfaed65ac4ddd8b1f947f3684ba520035e2b508608a7e
|
|
| MD5 |
3f895cdfb8772a844de8662d741386a1
|
|
| BLAKE2b-256 |
75499f6c9755c2a186a6efa79d5ff6053c4645f968537309d70fec8cbff45eb2
|
Provenance
The following attestation bundles were made for llm_cli_sandbox-1.20260616.1000745.tar.gz:
Publisher:
python-publish.yml on changyy/py-llm-cli-sandbox
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
llm_cli_sandbox-1.20260616.1000745.tar.gz -
Subject digest:
dcd0f03fef11a17c579dfaed65ac4ddd8b1f947f3684ba520035e2b508608a7e - Sigstore transparency entry: 1826124529
- Sigstore integration time:
-
Permalink:
changyy/py-llm-cli-sandbox@a84072867e798e008b188f202dcbfeacd27d58e2 -
Branch / Tag:
refs/tags/1.20260616.1000745 - Owner: https://github.com/changyy
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@a84072867e798e008b188f202dcbfeacd27d58e2 -
Trigger Event:
release
-
Statement type:
File details
Details for the file llm_cli_sandbox-1.20260616.1000745-py3-none-any.whl.
File metadata
- Download URL: llm_cli_sandbox-1.20260616.1000745-py3-none-any.whl
- Upload date:
- Size: 27.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e13cfb285f3aae27f709f5a5396a0cfe0908326c7495ccaf81bb9eb7d6fb3bc
|
|
| MD5 |
c18952b30c38fce7cb47af19c0251c6d
|
|
| BLAKE2b-256 |
af787e73bfefdf533791b7d5f0ca2760690882c2feadcf342bcb855d1c28aeb8
|
Provenance
The following attestation bundles were made for llm_cli_sandbox-1.20260616.1000745-py3-none-any.whl:
Publisher:
python-publish.yml on changyy/py-llm-cli-sandbox
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
llm_cli_sandbox-1.20260616.1000745-py3-none-any.whl -
Subject digest:
5e13cfb285f3aae27f709f5a5396a0cfe0908326c7495ccaf81bb9eb7d6fb3bc - Sigstore transparency entry: 1826124658
- Sigstore integration time:
-
Permalink:
changyy/py-llm-cli-sandbox@a84072867e798e008b188f202dcbfeacd27d58e2 -
Branch / Tag:
refs/tags/1.20260616.1000745 - Owner: https://github.com/changyy
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@a84072867e798e008b188f202dcbfeacd27d58e2 -
Trigger Event:
release
-
Statement type: