Forward Android notifications to your Linux desktop over your local network. Encrypted, private, battery-friendly. No cloud, no accounts, no tracking. Open source alternative to Pushbullet and KDE Connect notification mirroring.
LaNotifica consists of two components:
Server - A Go application that runs on your Linux desktop. It receives notifications from the Android app and displays them using D-Bus desktop notifications.
App - An Android application that listens for notifications and forwards them to the server over your local network.
The server uses mDNS (Multicast DNS) to advertise itself on the local network. The app automatically discovers the server without requiring manual IP configuration.
This works on any network that allows multicast traffic (most home and office networks).
The server uses D-Bus to display notifications on Linux. This is the standard notification system supported by all major desktop environments.
When a notification is dismissed on the phone, the server also dismisses it on the desktop.