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
- 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.
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.

