{"id":45056934,"url":"https://github.com/wlame/vibrator","last_synced_at":"2026-06-02T09:01:04.087Z","repository":{"id":338677387,"uuid":"1155041811","full_name":"wlame/vibrator","owner":"wlame","description":"Script to build Docker image with Claude Code inside for isolated YOLO vibrations. ","archived":false,"fork":false,"pushed_at":"2026-05-29T07:14:07.000Z","size":497,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-29T09:27:16.534Z","etag":null,"topics":["claude-code","secure","slop"],"latest_commit_sha":null,"homepage":"https://vibrate.sh/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wlame.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-11T03:53:15.000Z","updated_at":"2026-05-29T07:14:10.000Z","dependencies_parsed_at":"2026-03-14T23:05:07.686Z","dependency_job_id":"20c2e02a-5af7-458e-87b9-a2d946d23b7f","html_url":"https://github.com/wlame/vibrator","commit_stats":null,"previous_names":["wlame/vibrator"],"tags_count":80,"template":false,"template_full_name":null,"purl":"pkg:github/wlame/vibrator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wlame%2Fvibrator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wlame%2Fvibrator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wlame%2Fvibrator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wlame%2Fvibrator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wlame","download_url":"https://codeload.github.com/wlame/vibrator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wlame%2Fvibrator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33814312,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-code","secure","slop"],"created_at":"2026-02-19T09:45:00.554Z","updated_at":"2026-06-02T09:01:04.031Z","avatar_url":"https://github.com/wlame.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vibrator\n\nRun Claude Code in YOLO mode inside Docker containers — automatic runtime detection, pre-configured MCP servers, security restrictions baked in.\n\n[![Tests](https://img.shields.io/badge/tests-52%2F52-brightgreen)](./tests)\n[![License](https://img.shields.io/badge/license-MIT-blue)](./LICENSE)\n\n---\n\n## Install\n\n```bash\ngit clone https://github.com/wlame/vibrator.git\ncd vibrator\nmake build\ncp build/vibrate.sh /usr/local/bin/vibrate\n```\n\nOr download the latest `vibrate.sh` from releases and put it in your PATH.\n\n---\n\n## Quick Start\n\n```bash\ncd ~/my-project\nvibrate\n```\n\nThat's it. Vibrator auto-detects your Docker runtime (Docker Desktop, OrbStack, Colima, Podman, etc.), builds the image on first run, and drops you into an interactive shell with Claude Code ready to go.\n\n---\n\n## Authentication\n\n### Recommended: OAuth token (long-lived)\n\n1. On the **host**, generate a token:\n   ```bash\n   claude setup-token\n   ```\n2. Save it:\n   ```bash\n   echo \"eyJhbGc...\" \u003e ~/.claude-docker-token\n   ```\n   Vibrator picks this up automatically on every run.\n\n\u003e **Note:** Using a pre-set OAuth token (`CLAUDE_CODE_OAUTH_TOKEN` or `~/.claude-docker-token`) does **not** grant access to the 1M context window, even if your Claude plan includes it. The extended context is tied to browser-based OAuth login.\n\u003e\n\u003e To use 1M context inside the container, skip the token file and log in interactively:\n\u003e ```bash\n\u003e unset CLAUDE_CODE_OAUTH_TOKEN\n\u003e vibrate\n\u003e # then inside the container:\n\u003e claude auth login\n\u003e ```\n\n### Alternative: Anthropic API key\n\n```bash\nANTHROPIC_API_KEY=sk-ant-... vibrate\n```\n\n---\n\n## Common Options\n\n```bash\nvibrate                          # Interactive shell (current directory)\nvibrate --workspace /path        # Custom workspace\nvibrate --build                  # Build image and exit\nvibrate --rebuild                # Force rebuild from scratch\nvibrate --dind                   # Docker-in-Docker (elevated privileges)\nvibrate --ssh-gpg-agents         # Forward SSH/GPG agents (opt-in)\nvibrate --verbose                # Show Docker commands and runtime info\nvibrate --export-dockerfile FILE # Dump generated Dockerfile\n```\n\n### Environment variables\n\n```bash\nVIBRATOR_IMAGE          # Override Docker image\nVIBRATOR_VERBOSE=1      # Verbose output\nVIBRATOR_DOCKER_SOCKET  # Override Docker socket\nCLAUDE_CODE_OAUTH_TOKEN # OAuth token (preferred auth)\nANTHROPIC_API_KEY       # API key (legacy auth)\n```\n\n---\n\n## Without Claude Code on the Host\n\n```bash\n# Pull pre-built image (~2GB, skips 10+ min build)\nvibrate --pull\n\n# Or build locally\nvibrate --generic --build\n```\n\nAuthenticate inside the container with `claude auth login`.\n\n---\n\n## Building from Source\n\n```bash\nmake build             # Build vibrate.sh\nmake build VERSION=1.2 # With specific version\nmake validate          # Build + run all tests (52 tests)\nmake lint              # shellcheck source files\nmake clean             # Remove build artifacts\n```\n\n---\n\n## License\n\nMIT — see [LICENSE](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwlame%2Fvibrator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwlame%2Fvibrator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwlame%2Fvibrator/lists"}