About this project

Gotify is a self-hosted message push server designed for sending and receiving messages in real time over WebSocket. The project was created because few maintained open-source options existed for this purpose, and self-hosting was a core requirement. Core capabilities described in the README: - Send messages through a REST API. - Receive messages in real time via WebSocket. - Manage users, clients, and applications. - Extend functionality with plugins. - Use the included web UI for administration and message viewing. - Send messages from the command line using the separate gotify/cli tool. - Receive notifications on Android through the official app, available on Google Play and F-Droid. The README links to documentation covering installation, configuration, the REST API reference, and development environment setup. It also notes that contributions of many kinds are welcome, including bug reports, feature requests, documentation improvements, and UI refinements. Versioning follows Semantic Versioning, and the project is released under the MIT License. This overview is based solely on the repository README and does not evaluate performance, reliability, or suitability for any particular use case.