{"id":47591051,"url":"https://github.com/docker/sbx-releases","last_synced_at":"2026-06-09T11:00:59.395Z","repository":{"id":344275049,"uuid":"1171721088","full_name":"docker/sbx-releases","owner":"docker","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-28T04:48:49.000Z","size":21,"stargazers_count":159,"open_issues_count":115,"forks_count":4,"subscribers_count":11,"default_branch":"main","last_synced_at":"2026-05-28T06:31:29.929Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docs.docker.com/ai/sandboxes","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/docker.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":"SECURITY.md","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-03-03T14:37:50.000Z","updated_at":"2026-05-28T03:16:38.000Z","dependencies_parsed_at":"2026-04-07T06:01:09.583Z","dependency_job_id":null,"html_url":"https://github.com/docker/sbx-releases","commit_stats":null,"previous_names":["docker/dash-releases","docker/sbx-releases"],"tags_count":52,"template":false,"template_full_name":null,"purl":"pkg:github/docker/sbx-releases","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker%2Fsbx-releases","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker%2Fsbx-releases/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker%2Fsbx-releases/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker%2Fsbx-releases/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docker","download_url":"https://codeload.github.com/docker/sbx-releases/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker%2Fsbx-releases/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34103357,"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-09T02:00:06.510Z","response_time":63,"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":[],"created_at":"2026-04-01T17:26:29.271Z","updated_at":"2026-06-09T11:00:59.369Z","avatar_url":"https://github.com/docker.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Sandboxes\n\nSafe environments for agents. Built by Docker.\n\n[![GitHub Release](https://img.shields.io/github/v/release/docker/sbx-releases?color=2560ff\u0026labelColor=e7eaef)](https://github.com/docker/sbx-releases/releases/latest)\n\n# What it does\n\nIt provides sandboxes with controlled access to your filesystem, network, and tools. This means your agents can work autonomously without putting your machine or data at risk.\n\n# Details\n\n- Docker-native isolation. Same containerization principles trusted by 20M+ developers.\n- Vendor-neutral. Works with the models and tools you’re already using.\n\n# What you get\n\n- YOLO mode by default: agents work without asking permission\n- Private Docker daemon for running test containers\n- File access controls between host and sandbox\n- Network access control\n- Works with Claude Code, Codex, Gemini CLI, OpenCode, and more\n\n# Install\n\n### Homebrew (macOS)\n\n```bash\nbrew install docker/tap/sbx\n```\n\n### WinGet (Windows)\n\n```powershell\nwinget install -h Docker.sbx\n```\n\n### APT (Ubuntu)\n\n```bash\ncurl -fsSL https://get.docker.com | sudo REPO_ONLY=1 sh\nsudo apt-get install docker-sbx\nsudo usermod -aG kvm $USER\nnewgrp kvm\n```\n\n\n## Manual install from release artifacts\n\nDownload the artifacts for your platform from the\n[latest release](https://github.com/docker/sbx-releases/releases/latest).\n\n### macOS\n\nDownload `DockerSandboxes-darwin.tar.gz` and extract:\n\n```bash\ntar -xzf DockerSandboxes-darwin.tar.gz\n```\n\n### Windows\n\nDownload [`DockerSandboxes.msi`](https://github.com/docker/sbx-releases/releases/latest/download/DockerSandboxes.msi)\nand double-click to install, or use the command line:\n\n```powershell\nmsiexec /i DockerSandboxes.msi /quiet\n```\n\n### Ubuntu\n\nDownload the `.deb` package from the release and install:\n\n```bash\nsudo apt install ./DockerSandboxes-linux-amd64-ubuntu2604.deb\n```\n\n### Rocky Linux 8\n\nDownload the `.rpm` package from the release and install:\n\n```bash\nsudo dnf install ./DockerSandboxes-linux-amd64-rockylinux8.rpm\n```\n\n## Nightly releases\n\nNightly builds from `main` are available at\n[docker/sbx-releases/releases/tag/nightly](https://github.com/docker/sbx-releases/releases/tag/nightly).\n\nOn macOS, you can install the nightly build via Homebrew:\n\n```bash\nbrew install docker/tap/sbx@nightly\n```\n\nFor other platforms, download the artifacts from the nightly release page and\nfollow the manual install instructions above.\n\n# Feedback\n\nIf you run into issues or have feedback, please\n[open an issue](https://github.com/docker/sbx-releases/issues) on this repository.\n\n# Learn more\n\n[Docs](https://docs.docker.com/ai/sandboxes/)\n\n# License\n\nProprietary — Docker Inc.\n[LICENSE](https://github.com/docker/sbx-releases/blob/HEAD/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocker%2Fsbx-releases","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocker%2Fsbx-releases","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocker%2Fsbx-releases/lists"}