https://github.com/arthurdev44/homebrew-paneflow
Homebrew tap for Paneflow — cross-platform GPUI terminal multiplexer
https://github.com/arthurdev44/homebrew-paneflow
Last synced: 3 days ago
JSON representation
Homebrew tap for Paneflow — cross-platform GPUI terminal multiplexer
- Host: GitHub
- URL: https://github.com/arthurdev44/homebrew-paneflow
- Owner: ArthurDEV44
- Created: 2026-05-28T20:50:03.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-21T13:00:29.000Z (8 days ago)
- Last Synced: 2026-06-21T15:04:14.365Z (8 days ago)
- Language: Ruby
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebrew-paneflow
Homebrew tap for [Paneflow](https://github.com/ArthurDEV44/paneflow) — a cross-platform terminal multiplexer built in pure Rust with Zed's GPUI framework.
## Install
```sh
brew install --cask arthurdev44/paneflow/paneflow
```
Or tap first, then install by short name:
```sh
brew tap arthurdev44/paneflow
brew install --cask paneflow
```
> macOS Apple Silicon only. The `.dmg` is code-signed and Apple-notarized, so it installs without Gatekeeper prompts. Intel Macs are not currently supported.
## Upgrade
```sh
brew update && brew upgrade --cask paneflow
```
Paneflow also updates itself in-app.
## Maintenance
`Casks/paneflow.rb` is **auto-generated** by the release pipeline in [ArthurDEV44/paneflow](https://github.com/ArthurDEV44/paneflow) (`.github/workflows/update_cask.yml`, rendered from `packaging/homebrew/paneflow.rb`). Do not hand-edit it here — changes are overwritten on the next release.