{"id":34725001,"url":"https://github.com/pact-foundation/choco","last_synced_at":"2026-04-20T20:02:34.425Z","repository":{"id":158521900,"uuid":"627463469","full_name":"pact-foundation/choco","owner":"pact-foundation","description":"Pact CLI tools available for Windows via Chocolatey (Choco)","archived":false,"fork":false,"pushed_at":"2025-11-01T22:07:21.000Z","size":78,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-01T23:28:05.112Z","etag":null,"topics":["chocolatey","chocolatey-packages","pact","pact-cli","windows"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/pact-foundation.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":"2023-04-13T14:16:07.000Z","updated_at":"2025-11-01T22:10:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"5e449d0b-4682-4ce1-bb95-8d0f464dea49","html_url":"https://github.com/pact-foundation/choco","commit_stats":null,"previous_names":["pact-foundation/choco"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pact-foundation/choco","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pact-foundation%2Fchoco","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pact-foundation%2Fchoco/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pact-foundation%2Fchoco/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pact-foundation%2Fchoco/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pact-foundation","download_url":"https://codeload.github.com/pact-foundation/choco/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pact-foundation%2Fchoco/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28017200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-25T02:00:05.988Z","response_time":58,"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","chocolatey-packages","pact","pact-cli","windows"],"created_at":"2025-12-25T02:23:31.723Z","updated_at":"2025-12-25T02:23:32.438Z","avatar_url":"https://github.com/pact-foundation.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# Pact CLI Tools for Windows via Choco\r\n\r\n[![Tests](https://github.com/pact-foundation/choco/actions/workflows/ci.yml/badge.svg)](https://github.com/pact-foundation/choco/actions/workflows/ci.yml)\r\n\r\n[Pact CLI Tools](https://docs.pact.io/implementation_guides/cli) bucket for [Chocolatey](https://chocolatey.org/), the Windows command-line installer.\r\n\r\n## Supported Platforms\r\n\r\n| OS      | Architecture | Supported  |\r\n| ------- | ------------ | ---------  |\r\n| Windows | x86_64       |   ✅       |\r\n| Windows | aarch64      |   ✅       |\r\n\r\n## Installation\r\n\r\n- Grab the required package from \u003chttps://github.com/pact-foundation/choco/releases\u003e\r\n\r\n### Unified CLI\r\n\r\n```powershell\r\n# Download the required package\r\ncurl https://github.com/pact-foundation/choco/releases/download/choco/pact.0.9.1.nupkg -OutFile pact.nupkg\r\n\r\n# Install the Unified CLI\r\nchoco install -y pact --source .\r\n\r\n# Windows on ARM - requires ForceARM64 parameter\r\nchoco install -y pact --params \"'/ForceARM64:true'\"  --source .\r\n```\r\n\r\n### Individual Packages\r\n\r\n#### Pact Broker Client\r\n\r\n```powershell\r\ncurl https://github.com/pact-foundation/choco/releases/download/choco/pact-broker-client.0.5.0.nupkg -OutFile pact-broker-client.nupkg\r\nchoco install -y pact-broker-client --source .\r\n```\r\n\r\n#### Pact Mock Server\r\n\r\n```powershell\r\ncurl https://github.com/pact-foundation/choco/releases/download/choco/pact-mock-server.2.1.0.nupkg -OutFile pact-mock-server.nupkg\r\nchoco install -y pact-mock-server --source .\r\n```\r\n\r\n#### Pact Verifier\r\n\r\n```powershell\r\ncurl https://github.com/pact-foundation/choco/releases/download/choco/pact-verifier.1.3.0.nupkg -OutFile pact-verifier.nupkg\r\nchoco install -y pact-verifier --source .\r\n```\r\n\r\n#### Pact Plugin\r\n\r\n```powershell\r\ncurl https://github.com/pact-foundation/choco/releases/download/choco/pact-plugin.0.2.0.nupkg -OutFile pact-plugin.nupkg\r\nchoco install -y pact-plugin --source .\r\n```\r\n\r\n#### Pact Stub Server\r\n\r\n```powershell\r\ncurl https://github.com/pact-foundation/choco/releases/download/choco/pact-stub-server.0.7.0.nupkg -OutFile pact-stub-server.nupkg\r\nchoco install -y pact-stub-server --source .\r\n```\r\n\r\n#### Pact Legacy\r\n\r\n```powershell\r\ncurl https://github.com/pact-foundation/choco/releases/download/choco/pact-legacy.2.5.6.nupkg -OutFile pact-legacy.nupkg\r\nchoco install -y pact-legacy --source .\r\n```\r\n\r\n## Chocolatey GitHub Actions Example\r\n\r\n```yml\r\n- name: Install Pact via Chocolatey\r\n  if: runner.os == 'Windows'\r\n  shell: powershell\r\n  run: |\r\n    curl https://github.com/pact-foundation/choco/releases/download/choco/pact.0.9.1.nupkg -OutFile pact.nupkg\r\n    if (\"${{ runner.arch }}\" -eq \"ARM64\") {\r\n      choco install -y pact --source . --params \"'/ForceARM64:true'\"\r\n    } else {\r\n      choco install -y pact --source .\r\n    }\r\n    pact --help\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpact-foundation%2Fchoco","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpact-foundation%2Fchoco","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpact-foundation%2Fchoco/lists"}