appleboy/gorush
A push notification server written in Go (Golang). observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 94
- Release rhythm 83
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 37.5
- age_days: 3816
- days_rel: 39
- days_push: 39
- n_releases_24m: 13
Adoption not part of the score
8761 stars · 887 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Gorush is a push notification micro server written in Go using the Gin framework. It exposes a REST API and CLI for sending notifications to iOS (APNs), Android (FCM/GCM), and Huawei devices, deployable as a binary or Docker container.
Use cases
- send push notifications to ios and android devices from my backend
- self-hosted push notification server with rest api
- send apns notifications without writing ios code
- deliver fcm push notifications via http api
- centralized notification microservice for mobile apps
- send push notifications from the command line
When to choose
- you need a standalone, self-hosted push notification gateway supporting APNs, FCM, and Huawei
- you want to decouple notification sending from your application via a simple REST API
- you need queue-backed, high-throughput notification delivery with statistics
When to avoid
- you only need push notifications inside a single-platform app and prefer native SDKs directly
- you need email, SMS, or multi-channel notifications rather than mobile push
- you want a managed SaaS notification service with dashboards
Facets
service · maturity active
http-server api-framework cli webhook mobile-development backend apis self-hosted go self-hosted cross-platform cli push-notifications apns fcm gcm huawei-hms notification-server microservice gin docker
1 source
- readme: https://github.com/appleboy/gorush · fetched 2026-08-28 · 82cb37f7cc73
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| appleboy/gorush | main | 91 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem