System tray client for ntfy. Currently supports Linux and macOS.
just build
./cynkConfig is created on first run:
- Linux:
~/.config/cynk/config.toml - macOS:
~/Library/Application Support/cynk/config.toml
[[server]]
url = "https://ntfy.sh"
topics = ["mytopic"]
[options]
dedupe_ttl_minutes = 60
reconnect_max_seconds = 60See config.example.toml.
Requires Go 1.26. macOS builds need cgo.
This project is licensed under the zlib License. See the LICENSE file for details.