{"id":49154069,"url":"https://github.com/agent-rt/homebrew-tap","last_synced_at":"2026-04-27T08:02:13.305Z","repository":{"id":352393753,"uuid":"1214969314","full_name":"agent-rt/homebrew-tap","owner":"agent-rt","description":"Homebrew tap for agent-rt products (synap, …)","archived":false,"fork":false,"pushed_at":"2026-04-22T06:37:25.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-22T08:03:34.914Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/agent-rt","language":"Shell","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/agent-rt.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":"2026-04-19T09:52:26.000Z","updated_at":"2026-04-22T06:37:29.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/agent-rt/homebrew-tap","commit_stats":null,"previous_names":["agent-rt/homebrew-tap"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/agent-rt/homebrew-tap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agent-rt%2Fhomebrew-tap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agent-rt%2Fhomebrew-tap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agent-rt%2Fhomebrew-tap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agent-rt%2Fhomebrew-tap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agent-rt","download_url":"https://codeload.github.com/agent-rt/homebrew-tap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agent-rt%2Fhomebrew-tap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32327701,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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-22T08:01:20.678Z","updated_at":"2026-04-27T08:02:13.266Z","avatar_url":"https://github.com/agent-rt.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# agent-rt/homebrew-tap\n\nHomebrew tap and binary distribution channel for [agent-rt](https://github.com/agent-rt) products.\n\n## Install\n\n```sh\nbrew tap agent-rt/tap\nbrew install \u003cproduct\u003e\n```\n\nAvailable products:\n\n| Product                                          | Formula                 | Platforms                                   |\n|--------------------------------------------------|-------------------------|---------------------------------------------|\n| [synap](https://github.com/agent-rt/synap)       | `brew install synap`    | macOS arm64                                 |\n| [mcpctl](https://github.com/agent-rt/mcpctl)     | `brew install mcpctl`   | macOS arm64 / x86_64, Linux x86_64          |\n| [acpctl](https://github.com/agent-rt/acpctl)     | `brew install acpctl`   | macOS arm64 / x86_64, Linux x86_64          |\n\n## Platforms\n\nPer-product tarballs are uploaded to each release tag. Platform coverage\nvaries by product — see the table above. Homebrew currently only installs\nthe macOS binaries; Linux users can grab the plain tarball (below) or\n`cargo install`.\n\n## Without Homebrew\n\nEach product ships plain tarballs alongside the formula — grab them from\nthe [Releases](https://github.com/agent-rt/homebrew-tap/releases) page.\nRelease tags are prefixed with the product name (`synap-v0.1.0`,\n`mcpctl-v0.1.0`, `acpctl-v0.1.0`, …) so multiple products coexist in one\ntap.\n\n`synap` has a convenience installer script (macOS arm64 only):\n\n```sh\ncurl -fsSL https://raw.githubusercontent.com/agent-rt/homebrew-tap/main/install.sh | sh\n```\n\nFor `mcpctl` and `acpctl`, use Homebrew or download from the per-product\nrelease page:\n\n- \u003chttps://github.com/agent-rt/mcpctl/releases\u003e\n- \u003chttps://github.com/agent-rt/acpctl/releases\u003e\n\nOr build from source:\n\n```sh\ncargo install --locked --git https://github.com/agent-rt/mcpctl\ncargo install --locked --git https://github.com/agent-rt/acpctl\n```\n\n## How formulas get updated\n\nEach product's own repository has a release workflow\n(`.github/workflows/release.yml`) that, on every pushed `v*` tag:\n\n1. Builds release binaries for all supported targets.\n2. Uploads tarballs + SHA256 files to the product's own release **and**\n   to a mirrored release in this tap repo (tag: `\u003cproduct\u003e-v\u003cversion\u003e`).\n3. Regenerates `Formula/\u003cproduct\u003e.rb` in this tap repo with the new\n   version and SHA256s, then commits + pushes via the `agent-rt-bot`\n   identity.\n\nNever hand-edit `Formula/*.rb` — it will be overwritten on the next\nrelease.\n\n## License\n\nFormulas in this tap are MIT-licensed. The binaries they install are\ngoverned by each product's own license — see the `LICENSE` file inside\nthe tarball, or the source repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagent-rt%2Fhomebrew-tap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagent-rt%2Fhomebrew-tap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagent-rt%2Fhomebrew-tap/lists"}