{"id":32789577,"url":"https://github.com/itsrainingmani/opencode-chocolatey","last_synced_at":"2026-06-12T04:01:25.378Z","repository":{"id":305288343,"uuid":"1021925608","full_name":"itsrainingmani/opencode-chocolatey","owner":"itsrainingmani","description":"Chocolatey package repository for distributing sst/opencode","archived":false,"fork":false,"pushed_at":"2026-06-10T04:46:47.000Z","size":40278,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-10T06:28:43.453Z","etag":null,"topics":["chocolatey","opencode","windows"],"latest_commit_sha":null,"homepage":"https://community.chocolatey.org/packages/opencode","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itsrainingmani.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-07-18T07:01:42.000Z","updated_at":"2026-06-10T04:46:50.000Z","dependencies_parsed_at":"2026-03-07T20:01:58.264Z","dependency_job_id":"8fde9b9a-f978-45dc-8247-eb454ccb9052","html_url":"https://github.com/itsrainingmani/opencode-chocolatey","commit_stats":null,"previous_names":["itsrainingmani/opencode-chocolatey"],"tags_count":560,"template":false,"template_full_name":null,"purl":"pkg:github/itsrainingmani/opencode-chocolatey","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsrainingmani%2Fopencode-chocolatey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsrainingmani%2Fopencode-chocolatey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsrainingmani%2Fopencode-chocolatey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsrainingmani%2Fopencode-chocolatey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsrainingmani","download_url":"https://codeload.github.com/itsrainingmani/opencode-chocolatey/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsrainingmani%2Fopencode-chocolatey/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34228097,"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-12T02:00:06.859Z","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":["chocolatey","opencode","windows"],"created_at":"2025-11-05T11:00:51.440Z","updated_at":"2026-06-12T04:01:25.206Z","avatar_url":"https://github.com/itsrainingmani.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chocolatey opencode\n\n![Chocolatey Version](https://img.shields.io/chocolatey/v/opencode) ![Chocolatey Downloads](https://img.shields.io/chocolatey/dt/opencode?style=plastic) ![Vibe Coded](https://img.shields.io/badge/vibe_coded-100%25-green?logo=claude) ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/itsrainingmani/opencode-chocolatey/auto-release.yml)\n\nThis is a [**Chocolatey Community Package**](https://community.chocolatey.org/) repository for packaging \u0026 distributing [anomalyco/opencode](https://github.com/anomalyco/opencode) on Windows\n\n## Automatic Package Release\n\nThis package runs a github action every [30 minutes](https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#schedule) to check if [anomalyco/opencode](https://github.com/anomalyco/opencode) has a new release. If so, the release is downloaded, packaged, tested \u0026 published to Chocolatey.\n\n## Commands\n\n```powershell\n# Update package to latest version (fetches checksums automatically)\n.\\update.ps1\n\n# Check for updates without applying them\n.\\update.ps1 -CheckOnly\n\n# Build the package\nchoco pack\n\n# Test installation locally (while downloading dependencies from chocolatey)\nchoco install opencode -dy --source=\"'.,https://community.chocolatey.org/api/v2/'\"\n\n# Test the installed application\nopencode --version\n\n# Test uninstallation\nchoco uninstall opencode -dvy\n\n# Run test suite\n.\\test-package.ps1 -Verbose\n\n# Release a version manually\n.\\release.ps1 -Version \"x.y.zz\"\n```\n\n### Publishing to Chocolatey Community Repository\n\n```powershell\n# Set API key (get from https://community.chocolatey.org/account)\nchoco apikey -k YOUR_API_KEY_HERE -s https://push.chocolatey.org/\n\n# Push the package\nchoco push opencode.X.X.X.nupkg -s https://push.chocolatey.org/\n```\n\n## Feedback\n\nPlease feel free to contribute to this repo! I do not have much experience with writing Chocolatey packages, PowerShell scripting or release management. Almost 100% of this repo was built with auspices of Sonnet 4 in opencode \u0026 AmpCode.\n\nYou can also leave feedback for this package in the comments section of the [package](https://community.chocolatey.org/packages/opencode)\n\n\n## Links\n\n- [opencode on chocolatey](https://community.chocolatey.org/packages/opencode)\n- [opencode.ai](https://opencode.ai)\n- [github/anomalyco/opencode](https://github.com/anomalyco/opencode)\n- [opencode releases](https://github.com/anomalyco/opencode/releases)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsrainingmani%2Fopencode-chocolatey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsrainingmani%2Fopencode-chocolatey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsrainingmani%2Fopencode-chocolatey/lists"}