Installation
Prerequisites
- tmux — installed and available in PATH
- Rust — 2021 edition (for building from source)
Install from Source
cargo install --path crates/muster-cli
This installs the muster binary.
Optional: macOS Desktop Notifications
cargo install --path crates/muster-notify
muster notifications setup
This creates a minimal MusterNotify.app bundle at ~/.config/muster/MusterNotify.app/ containing the notification helper binary. The app bundle provides a CFBundleIdentifier (com.muster.notifier) that macOS requires for persistent Notification Center access. See Notifications for details.