← back to Exo
docs: add Homebrew cask install instructions (#2140)
81d7cb0fcd663bf7da03b448e302ba83e9bfbb8c · 2026-06-03 00:35:18 +0900 · Sakutaro
## Motivation
exo is now available as a Homebrew cask, so the README should show the
simplest macOS installation path alongside the existing DMG download.
Fixes https://github.com/exo-explore/exo/issues/2105
https://github.com/exo-explore/exo/issues/176
## Changes
- Added `brew install --cask exo` to the macOS App section of
`README.md`
- Kept the existing DMG download link as the first installation option
## Why It Works
Adding the Homebrew cask command gives macOS users a
package-manager-managed installation path while preserving the existing
DMG download option.
## Test Plan
### Manual Testing
- Reviewed the rendered Markdown structure in `README.md`
### Automated Testing
- Not run. Documentation-only change.
## Related
- https://github.com/Homebrew/homebrew-cask/pull/265956
Files touched
Diff
commit 81d7cb0fcd663bf7da03b448e302ba83e9bfbb8c
Author: Sakutaro <companyemailetc@gmail.com>
Date: Wed Jun 3 00:35:18 2026 +0900
docs: add Homebrew cask install instructions (#2140)
## Motivation
exo is now available as a Homebrew cask, so the README should show the
simplest macOS installation path alongside the existing DMG download.
Fixes https://github.com/exo-explore/exo/issues/2105
https://github.com/exo-explore/exo/issues/176
## Changes
- Added `brew install --cask exo` to the macOS App section of
`README.md`
- Kept the existing DMG download link as the first installation option
## Why It Works
Adding the Homebrew cask command gives macOS users a
package-manager-managed installation path while preserving the existing
DMG download option.
## Test Plan
### Manual Testing
- Reviewed the rendered Markdown structure in `README.md`
### Automated Testing
- Not run. Documentation-only change.
## Related
- https://github.com/Homebrew/homebrew-cask/pull/265956
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index 4449c52f..cdb7c5f0 100644
--- a/README.md
+++ b/README.md
@@ -229,6 +229,12 @@ The macOS app requires macOS Tahoe 26.2 or later.
Download the latest build here: [EXO-latest.dmg](https://assets.exolabs.net/EXO-latest.dmg).
+You can also install the latest build with Homebrew:
+
+```bash
+brew install --cask exo
+```
+
The app will ask for permission to modify system settings and install a new Network profile. Improvements to this are being worked on.
**Custom Namespace for Cluster Isolation:**
← 629c55d6 Rename exo_pyo3_bindings to exo_rs (#2131)
·
back to Exo
·
libp2p -> zenoh (#2132) 09f9ea31 →