jchambers/pushy
A Java library for sending APNs (iOS/macOS/Safari) push notifications observed · 2026-08-28
Health v2 · maintenance only
83/100
- Activity 98
- Release rhythm 53
- 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: 4779
- days_rel: 101
- days_push: 16
- n_releases_24m: 1
Adoption not part of the score
1877 stars · 460 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Pushy is a Java library for sending push notifications via Apple's HTTP/2-based APNs protocol to iOS, macOS, and Safari devices. It supports TLS and token-based authentication, asynchronous operation, and maintains parallel connections for industrial-scale notification delivery.
Use cases
- send APNs push notifications from a Java backend
- deliver iOS push notifications at scale
- send push notifications to macOS and Safari apps
- authenticate with APNs using token-based signing keys
- test push notification sending with a mock APNs server
- build APNs notification payloads in Java
When to choose
- your backend is on the JVM and you need to send Apple push notifications
- you need high-throughput, asynchronous APNs delivery with connection pooling
- you want both TLS-certificate and token-based APNs authentication
- you need a mock APNs server for integration testing
When to avoid
- you need to send push notifications to Android (FCM) or other platforms
- you want a GUI tool for manually sending test notifications (use Pushy Console instead)
- your stack is not Java/JVM-based
Facets
library · maturity stable
http-client sdk middleware mobile-development developer-tools apis jvm cross-platform apns push-notifications ios macos safari http2 netty asynchronous
10 sources
- readme: https://github.com/jchambers/pushy · fetched 2026-08-28 · 7ed07ff04931
- homepage: https://pushy-apns.org/ · fetched 2026-08-29 · 782df8323a41
- site_page: http://pushy-apns.org/apidocs/latest · fetched 2026-08-29 · 6ba564907869
- site_page: https://pushy-apns.org/apidocs/latest · fetched 2026-08-29 · 6ba564907869
- site_page: https://pushy-apns.org/apidocs/0.15/com/eatthepath/pushy/apns/ApnsClient.html · fetched 2026-08-29 · bf11da2d0ada
- site_page: https://pushy-apns.org/apidocs/0.15/com/eatthepath/pushy/apns/ApnsPushNotification.html · fetched 2026-08-29 · f0807890990c
- site_page: https://pushy-apns.org/apidocs/0.15/com/eatthepath/pushy/apns/util/SimpleApnsPayloadBuilder.html · fetched 2026-08-29 · e115a8418884
- site_page: https://pushy-apns.org/apidocs/0.15/com/eatthepath/pushy/apns/util/concurrent/PushNotificationFuture.html · fetched 2026-08-29 · 09abadf2b86d
- site_page: https://pushy-apns.org/apidocs/0.15/com/eatthepath/pushy/apns/proxy/ProxyHandlerFactory.html · fetched 2026-08-29 · 363c66b6ad3a
- site_page: https://pushy-apns.org/apidocs/0.15/com/eatthepath/pushy/apns/server/MockApnsServerBuilder.html · fetched 2026-08-29 · 90ccb938e390
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jchambers/pushy | main | 83 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem