Gotify Desktop is a native macOS client for Gotify, built with Tauri (Rust) + React.
- Real-time stream of Gotify messages over websocket
- App-filtered message list with unread-style grouping
- Native macOS desktop notifications, with click-to-open of the originating message
- Quick controls for notification pause/resume
- Local desktop experience for self-hosted Gotify instances
Download the latest release from GitHub and move Gotify Desktop.app to /Applications.
Release builds are universal binaries, so the same download runs natively on both Apple Silicon and Intel Macs.
If macOS says "Gotify Desktop.app" is damaged and can't be opened, Gatekeeper is blocking an unsigned or unnotarized app.
Try these options:
- In Finder, right-click
Gotify Desktop.appand chooseOpen. - Check
System Settings -> Privacy & Securityfor anOpen Anywaybutton after a failed launch attempt.
If the app is still blocked, remove the quarantine attribute:
xattr -dr com.apple.quarantine "/Applications/Gotify Desktop.app"Notes:
- This is usually required per downloaded build (new downloads are quarantined again).
- For smooth install/launch without bypass steps, releases must be signed and notarized with an Apple Developer account.
For local development, build, logs, and release workflow, see DEVELOPMENT.md.

