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.
Server (Linux)
App (Android)
Network
Fedora / RHEL 10 / CentOS Stream 10:
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
systemctl --user enable --now lanotifica
This starts the server and enables it to run automatically on login.
Download from Google Play or build from source.
https://localhost:19420 in your browserYour phone notifications will now appear on your desktop.