Ross ROSS = Recommend OSS · open-source software intelligence for agents

uniqush/uniqush-push

Uniqush is a free and open source software system which provides a unified push service for server side notification to apps on mobile devices. observed · 2026-08-28

github.com/uniqush/uniqush-push · homepage · Go · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

66/100

  • Activity 97
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5483
  • days_rel: n/a
  • days_push: 23
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1559 stars · 200 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Uniqush-push is a self-hosted Go server that provides a unified HTTP API for sending push notifications to mobile apps across FCM (Android), APNs (iOS), ADM (Kindle), and UnifiedPush/Web Push backends. It handles provider-specific APIs, retries on recoverable errors, and multicast grouping, using Redis as its only dependency.

Use cases

  • send push notifications to android and ios apps from my own server
  • self-hosted alternative to firebase cloud messaging
  • unified api for apns and fcm push notifications
  • push notifications without google services on degoogled android
  • send notifications to kindle fire devices via adm
  • multicast push notifications to user groups
  • unifiedpush server for linux desktop and browser notifications

When to choose

  • you want a single self-hosted server abstracting multiple push providers behind one HTTP API
  • you need to support degoogled Android via UnifiedPush/Web Push
  • you want retry-on-failure and wildcard/native multicast without implementing it yourself
  • you prefer a lightweight Go binary with Redis as the only dependency

When to avoid

  • you need a battle-tested, actively verified service — APNs and FCM backends were recently repaired but not yet verified against real Apple/Google credentials
  • you want a managed/hosted push service with vendor support
  • you need rich notification features like scheduling, analytics, or user segmentation
  • you cannot run Redis alongside the service

Facets

service · maturity experimental

http-server webhook middleware mobile-development backend self-hosted messaging-platforms go self-hosted push-notifications apns fcm gcm adm unifiedpush web-push redis notification-server linux docker

5 sources

Member repositories

RepositoryRoleHealth v2
uniqush/uniqush-pushmain66

For agents

markdown · JSON · MCP: product_card(name="uniqush/uniqush-push")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem