# appleboy/gorush

A push notification server written in Go (Golang).

Repository: https://github.com/appleboy/gorush
Canonical: https://ross.abutalabs.com/products/gorush
Language: Go
License: MIT
License Family: permissive
Topics: ios-notification, notification-server, android, golang, gcm, gorush-server, apns, ios-alert-payload, ios
Last push: 2026-07-25T05:24:01+00:00

## Health v2 (maintenance only)
Score: 91/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 94, release rhythm 83, longevity 100
- inputs: {"age_days": 3816, "days_push": 39, "days_rel": 39, "gap_med": 37.5, "n_releases_24m": 13}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 8761, forks 887 (observed 2026-08-28T04:10:25.589565+00:00)

## What it is
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
- artifact type: service
- maturity: active
- function: http-server, api-framework, cli, webhook
- domain: mobile-development, backend, apis, self-hosted
- platform: go, self-hosted, cross-platform, cli
- tags: push-notifications, apns, fcm, gcm, huawei-hms, notification-server, microservice, gin, docker

## Member repositories
- appleboy/gorush (main) score 91

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:25.589565+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:25:15.270688+00:00, confidence not recorded.
  - readme: https://github.com/appleboy/gorush (fetched 2026-08-28T04:10:25.589565+00:00, sha 82cb37f7cc73)
- Data as of 2026-08-30T08:39:29.467469+00:00.
