https://github.com/trycourier/homebrew-courier
https://github.com/trycourier/homebrew-courier
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/trycourier/homebrew-courier
- Owner: trycourier
- Created: 2026-03-03T14:46:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-03-04T18:24:17.000Z (5 months ago)
- Last Synced: 2026-03-04T22:12:29.021Z (5 months ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebrew Tap for Courier CLI (Deprecated)
This Homebrew tap is no longer maintained. The Courier CLI is now distributed via npm.
## Install via npm
```bash
npm install -g @trycourier/cli
```
## Other install methods
- **Binary**: [GitHub Releases](https://github.com/trycourier/courier-cli/releases)
## Why?
macOS Gatekeeper blocks unsigned binaries distributed through Homebrew casks, causing a poor install experience. npm handles platform-specific binary distribution without this issue.