{"id":46542258,"url":"https://github.com/google/capsem","last_synced_at":"2026-05-25T03:09:27.934Z","repository":{"id":318718154,"uuid":"1064830827","full_name":"google/capsem","owner":"google","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-12T01:24:11.000Z","size":16247,"stargazers_count":39,"open_issues_count":6,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-12T01:31:22.485Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":"audit.toml","citation":"CITATION.cff","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":"2025-09-26T16:07:23.000Z","updated_at":"2026-05-11T23:34:56.000Z","dependencies_parsed_at":"2025-10-12T09:22:29.066Z","dependency_job_id":null,"html_url":"https://github.com/google/capsem","commit_stats":null,"previous_names":["google/capsem"],"tags_count":65,"template":false,"template_full_name":null,"purl":"pkg:github/google/capsem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fcapsem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fcapsem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fcapsem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fcapsem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/capsem/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fcapsem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32920398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-11T17:09:15.040Z","status":"online","status_checked_at":"2026-05-12T02:00:06.338Z","response_time":102,"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-03-07T01:14:40.309Z","updated_at":"2026-05-12T02:03:25.077Z","avatar_url":"https://github.com/google.png","language":"Rust","funding_links":[],"categories":["Sandboxing \u0026 Isolation"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"crates/capsem-app/icons/icon.svg\" alt=\"Capsem\" width=\"120\" /\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eCapsem\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eThe fastest way to ship with AI securely.\u003c/strong\u003e\u003cbr/\u003e\n  Sandbox AI coding agents in hardware-isolated Linux VMs on macOS and Linux.\u003cbr/\u003e\n  Full network control, HTTPS inspection, MCP tool routing, and per-session telemetry.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/google/capsem/releases/latest\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/google/capsem?label=download\u0026color=blue\" alt=\"Latest Release\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://codecov.io/gh/google/capsem\"\u003e\u003cimg src=\"https://codecov.io/gh/google/capsem/graph/badge.svg\" alt=\"Coverage\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/google/capsem/actions/workflows/ci.yaml\"\u003e\u003cimg src=\"https://github.com/google/capsem/actions/workflows/ci.yaml/badge.svg\" alt=\"CI\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/google/capsem/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/google/capsem\" alt=\"License\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Install\n\n```sh\ncurl -fsSL https://capsem.org/install.sh | sh\n```\n\nPre-built packages (`.pkg` for macOS and `.deb` for Linux) are also available from the [latest release](https://github.com/google/capsem/releases/latest). See the [Getting Started](https://capsem.org/getting-started/) guide for details.\n\n## Quick start\n\n```sh\ncapsem uname -a\ncapsem echo hello\ncapsem 'ls -la /proc/cpuinfo'\n```\n\n## Documentation\n\nFull documentation at **[capsem.org](https://capsem.org)**.\n\n| Topic | Link |\n|-------|------|\n| Getting Started | [capsem.org/getting-started](https://capsem.org/getting-started/) |\n| Architecture | [capsem.org/architecture/hypervisor](https://capsem.org/architecture/hypervisor/) |\n| Security | [capsem.org/security/overview](https://capsem.org/security/overview/) |\n| Custom Images | [capsem.org/architecture/custom-images](https://capsem.org/architecture/custom-images/) |\n| Snapshots | [capsem.org/usage/snapshots](https://capsem.org/usage/snapshots/) |\n| Benchmarks | [capsem.org/benchmarks/results](https://capsem.org/benchmarks/results/) |\n| Troubleshooting | [capsem.org/debugging/troubleshooting](https://capsem.org/debugging/troubleshooting/) |\n| Development | [capsem.org/development/getting-started](https://capsem.org/development/getting-started/) |\n| Just Recipes | [capsem.org/development/just-recipes](https://capsem.org/development/just-recipes/) |\n| Release Notes | [capsem.org/releases](https://capsem.org/releases/0-15/) |\n\n## Disclaimer\n\nThis project is not an official Google project. It is not supported by Google and Google specifically disclaims all warranties as to its quality, merchantability, or fitness for a particular purpose.\n\n## License\n\nSee [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogle%2Fcapsem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoogle%2Fcapsem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogle%2Fcapsem/lists"}