https://github.com/cockroachdb/homebrew-tap
`brew install cockroachdb/tap/cockroach`
https://github.com/cockroachdb/homebrew-tap
Last synced: about 2 months ago
JSON representation
`brew install cockroachdb/tap/cockroach`
- Host: GitHub
- URL: https://github.com/cockroachdb/homebrew-tap
- Owner: cockroachdb
- License: apache-2.0
- Created: 2017-03-10T20:01:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-09-25T20:40:55.000Z (3 months ago)
- Last Synced: 2025-10-20T02:58:24.615Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 376 KB
- Stars: 19
- Watchers: 42
- Forks: 22
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# CockroachDB Homebrew Tap
This is the official source for installing CockroachDB, CockroachDB SQL CLI, and the CockroachDB Cloud CLI with Homebrew.
## Installing
```shell
$ brew install cockroachdb/tap/cockroach
$ brew install cockroachdb/tap/cockroach@22.2 # for older versions
$ brew install cockroachdb/tap/cockroach-sql
$ brew install cockroachdb/tap/ccloud
```
Alternately, you can configure the tap and install the package separately:
``` shell
$ brew tap cockroachdb/tap
$ brew install cockroach
$ brew install cockroach-sql
$ brew install ccloud
```
See our complete [installation instructions] for alternative installation
methods, including support for Linux and Windows.
[CockroachDB]: https://cockroachlabs.com
[Homebrew]: https://brew.sh
[installation instructions]: https://www.cockroachlabs.com/docs/install-cockroachdb.html