gotify/server

A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 22 minutes ago
Added to GitGenius on September 3rd, 2026
Created on January 15th, 2018
Open Issues & Pull Requests: 83 (+0)
GitHub issues: Enabled
Number of forks: 876
Total Stargazers: 15,861 (+1)
Total Subscribers: 120 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.8 hours
Mean response time: 14.4 days
90th percentile: 4.3 days
Tracked items: 204

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 76% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "in:server" is answered fastest, typically in under an hour, while "in:ui" waits about 28 hours. Only 6% of issues opened in the past year have been closed. Three people close 76% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 54
New in 7 days: 1
Closed in 7 days: 2
Avg open age: 622 days
Stale 30+ days: 49
Stale 90+ days: 39

Recent activity

Opened in 7 days: 1
Closed in 7 days: 2
Comments in 7 days: 0
Events in 7 days: 4

Top labels

  • a:feature (104)
  • question (58)
  • a:bug (41)
  • in:server (30)
  • in:ui (17)
  • request-for-comments (14)
  • invalid (3)
  • good first issue (2)

Detailed Description

Gotify is a self-hosted push notification server that delivers messages to clients in real-time over WebSocket connections.

The tool solves the problem of needing a centralized, privacy-respecting way to send and receive notifications without relying on third-party services. It works by running as a standalone server that accepts messages via HTTP API and broadcasts them to connected clients through WebSocket, enabling instant delivery. The server includes a web-based user interface for managing applications, users, and viewing messages.

Gotify suits developers and organizations that want full control over their notification infrastructure and prefer not to depend on external notification services. It is particularly valuable for self-hosted environments where privacy is a concern or where notifications need to stay within a private network. The project is appropriate for small to medium deployments where simplicity and ease of setup matter more than enterprise-scale features. Anyone considering adoption should expect a straightforward, lightweight solution focused on core notification delivery rather than a feature-rich platform with advanced routing, templating, or analytics.

Development on the project shows consistent maintenance with regular commits addressing bug fixes and incremental improvements. The codebase demonstrates active attention to code quality through pull request reviews and issue resolution. The maintainers respond to user-reported problems and incorporate community feedback into updates. The project maintains clear documentation and provides installation guidance for common deployment scenarios.