https://github.com/seird/gotify-tray
Cross-platform desktop client for receiving messages from a Gotify server
https://github.com/seird/gotify-tray
client cross-platform desktop gotify
Last synced: 3 months ago
JSON representation
Cross-platform desktop client for receiving messages from a Gotify server
- Host: GitHub
- URL: https://github.com/seird/gotify-tray
- Owner: seird
- License: gpl-3.0
- Created: 2021-08-05T16:56:39.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2025-12-22T20:25:20.000Z (6 months ago)
- Last Synced: 2025-12-24T09:50:03.222Z (6 months ago)
- Topics: client, cross-platform, desktop, gotify
- Language: Python
- Homepage:
- Size: 2.22 MB
- Stars: 111
- Watchers: 2
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gotify Tray
A tray notification application for receiving messages from a [Gotify server](https://github.com/gotify/server).
## Getting started
- [Download the latest release.](https://github.com/seird/gotify-tray/releases/latest)
- or, install via pip:
```shell
$ pip install gotify-tray
```
- or, run from source:
```shell
$ pip install -r requirements.txt
$ python -m gotify_tray
```
## Features
- Receive gotify messages in the native notification area.
- Reconnect after wake from sleep or losing network connection.
- Disable notification banners for low priority messages.
- Manually delete received messages.
- Go through a history of all previously received messages.
- Receive missed messages after losing network connection.
## Images
### Main window
Default | Dark
:-------------------------------------------------:|:---------------------------------------------------------:
 | 
### Notification banners
Windows 10 | KDE | MacOS 12
:-------------------------------------------------:|:---------------------------------------------------------:|:---------------------------------------------------------:
 |  | 
 |  |
## Build instructions
See [BUILDING](BUILDING.md).
## Requirements
- python >=3.10