{"id":49373461,"url":"https://github.com/hellovims/runtimes","last_synced_at":"2026-07-02T11:00:54.041Z","repository":{"id":354208492,"uuid":"1222580692","full_name":"HelloVIMS/Runtimes","owner":"HelloVIMS","description":"Prebuilt, cross platform binaries for the eight VIMS agent shells — openclaw, zeroclaw, nanoclaw, nemoclaw, mirofish, picoclaw, hermes, openfang. Updated weekly on Github's public CI, keyed on each upstream commit SHA, redistributed under each project's original license. Pin a tag, curl a binary, skip the 90-minute compile.","archived":false,"fork":false,"pushed_at":"2026-06-17T11:39:14.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-17T13:29:07.934Z","etag":null,"topics":["agent-shells","cicd","go","hermes","mirofish","nanoclaw","nemoclaw","nodejs","nvidia","openclaw","openfang","picoclaw","python","runtime","rust","typescript","vims","zeroclaw"],"latest_commit_sha":null,"homepage":"https://vims.com","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/HelloVIMS.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-04-27T14:00:17.000Z","updated_at":"2026-06-07T23:04:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/HelloVIMS/Runtimes","commit_stats":null,"previous_names":["hellovims/runtimes"],"tags_count":386,"template":false,"template_full_name":null,"purl":"pkg:github/HelloVIMS/Runtimes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelloVIMS%2FRuntimes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelloVIMS%2FRuntimes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelloVIMS%2FRuntimes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelloVIMS%2FRuntimes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HelloVIMS","download_url":"https://codeload.github.com/HelloVIMS/Runtimes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelloVIMS%2FRuntimes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35043938,"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-07-02T02:00:06.368Z","response_time":173,"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":["agent-shells","cicd","go","hermes","mirofish","nanoclaw","nemoclaw","nodejs","nvidia","openclaw","openfang","picoclaw","python","runtime","rust","typescript","vims","zeroclaw"],"created_at":"2026-04-28T01:04:35.193Z","updated_at":"2026-07-02T11:00:54.006Z","avatar_url":"https://github.com/HelloVIMS.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VIMS Agent Shell Runtimes\n\nPre-compiled, cross-platform binaries for the eight VIMS agent shells, keyed\non each upstream project's commit SHA. Built weekly on this public repo's\nGitHub Actions; consumed by [VIMS](https://vims.com)\nand anyone else who wants reproducible shell runtimes without a 90-minute\ncold compile.\n\n## Shells\n\n| Shell      | Upstream                                         | Language              |\n|------------|--------------------------------------------------|-----------------------|\n| openclaw   | https://github.com/openclaw/openclaw             | TypeScript / Node     |\n| zeroclaw   | https://github.com/zeroclaw-labs/zeroclaw        | Rust                  |\n| nanoclaw   | https://github.com/qwibitai/nanoclaw             | TypeScript / Node     |\n| nemoclaw   | https://github.com/nvidia/nemoclaw               | Python (NeMo)         |\n| mirofish   | https://github.com/mirofish/mirofish             | Python (PyInstaller)  |\n| picoclaw   | https://github.com/sipeed/picoclaw               | Go                    |\n| hermes     | https://github.com/nousresearch/hermes-agent     | Python (pipx)         |\n| openfang   | https://github.com/openfang/openfang             | Rust (Tauri)          |\n\n## Targets\n\n`darwin-arm64` · `darwin-amd64` · `linux-amd64` · `linux-arm64` · `windows-amd64`\n\n## Layout\n\nEach release is `\u003cshell\u003e-\u003csha12\u003e` where `\u003csha12\u003e` is the first 12 chars of\nthe upstream commit. The release contains one asset per platform:\n\n```\nopenclaw-a3b2c1d4e5f6\n├── openclaw-darwin-arm64\n├── openclaw-darwin-amd64\n├── openclaw-linux-amd64\n├── openclaw-linux-arm64\n└── openclaw-windows-amd64.exe\n```\n\n## Usage\n\n### Resolve current upstream SHAs\n\n```bash\ngit ls-remote https://github.com/openclaw/openclaw HEAD | cut -f1 | head -c 12\n```\n\n### Download a specific binary\n\n```bash\nSHA12=a3b2c1d4e5f6\ncurl -fL -o openclaw \\\n  https://github.com/HelloVIMS/Runtimes/releases/download/openclaw-$SHA12/openclaw-linux-amd64\nchmod +x openclaw\n```\n\n### Or with `gh`:\n\n```bash\ngh release download openclaw-$SHA12 \\\n  --repo HelloVIMS/Runtimes \\\n  --pattern 'openclaw-linux-amd64'\n```\n\n## Building\n\nThe full build matrix runs on schedule a weekly schedule and on manual\ndispatch. Per-shell SHA-keyed cache means re-runs against unchanged\nupstreams are near-instant.\n\n```bash\ngh workflow run build-runtimes.yml --repo HelloVIMS/Runtimes\ngh workflow run build-runtimes.yml --repo HelloVIMS/Runtimes \\\n  -f only=mirofish,openfang   # rebuild a subset\n```\n\n## Licensing\n\nBinaries are redistributed under each upstream project's original license.\nThis repo's workflow + scripts are MIT (see `LICENSE`). Verify the license\nof the specific shell you redistribute.\n\n## Trust model\n\nThese binaries are reproducible from the commit SHA referenced in the\nrelease tag. Build provenance is recorded in each release's notes (CI run\nURL + timestamp). \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellovims%2Fruntimes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellovims%2Fruntimes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellovims%2Fruntimes/lists"}