https://github.com/mesa-dot-dev/homebrew-tap
Mesa's Homebrew Tap
https://github.com/mesa-dot-dev/homebrew-tap
Last synced: 3 months ago
JSON representation
Mesa's Homebrew Tap
- Host: GitHub
- URL: https://github.com/mesa-dot-dev/homebrew-tap
- Owner: mesa-dot-dev
- Created: 2026-02-05T03:55:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-02-27T01:42:34.000Z (4 months ago)
- Last Synced: 2026-02-27T05:50:35.112Z (4 months ago)
- Language: Ruby
- Size: 54.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mesa Homebrew Tap
The official [Homebrew](https://brew.sh) tap for [Mesa](https://www.mesa.dev) products.
## What is Mesa?
Time-travel file storage with Git semantics. Code review, CI, model
attribution, and BYOC. All built for autonomous systems.
## What is a Homebrew Tap?
A tap is a third-party repository of Homebrew packages (called "formulae").
Adding this tap lets you install Mesa's tools with a single command. For more
on taps, see the [Homebrew docs](https://docs.brew.sh/Taps).
## Quick Start
Install a Mesa formula directly (this adds the tap automatically):
```sh
brew install mesa-dot-dev/tap/
```
Or add the tap first, then install:
```sh
brew tap mesa-dot-dev/tap
brew install
```