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.
Forward your Android notifications to your Linux desktop.
LaNotifica is a simple tool that sends your phone notifications directly to your Linux desktop. WhatsApp, Telegram, calls — everything. All communication stays on your local network — no cloud, no accounts, no tracking.
┌──────────────┐ HTTPS/TLS ┌──────────────┐
│ │ Local Network │ │
│ Android │ ──────────────────► │ Linux │
│ Phone │ mDNS Discovery │ Desktop │
│ │ │ │
└──────────────┘ └──────────────┘
The server and app find each other automatically using mDNS. All communication is encrypted with TLS.
| Feature | Description | |
|---|---|---|
| 🔒 | Zero cloud | Everything stays on your local network |
| 🔐 | Encrypted | TLS with auto-generated certificates |
| ✨ | Zero config | mDNS auto-discovery, no IP addresses to type |
| 🔋 | Battery friendly | Minimal impact on your phone |
| 🐧 | Works everywhere | GNOME, KDE, XFCE, i3, Sway… |
Fedora / RHEL / CentOS Stream:
sudo dnf copr enable alessandrolattao/lanotifica
sudo dnf install lanotifica
Ubuntu / Debian:
curl -sLO $(curl -s https://api.github.com/repos/alessandrolattao/lanotifica/releases/latest | grep -o 'https://[^"]*\.deb') && sudo dpkg -i lanotifica_*.deb && rm lanotifica_*.deb
Start the server:
systemctl --user enable --now lanotifica
Download on Google Play or build from source.