Forward notifications from Apple mobile devices to your desktop over Bluetooth, with a simple desktop tray app.
sudo pacman -S gtk3 xdotool libappindicator-gtk3 # or libayatana-appindicator
sudo apt install libgtk-3 libxdo libayatana-appindicator3 # or libappindicator3
The app should run fine from wherever. However, on Linux or other Unix, I recommend installing the package files, e.g. with sudo cp -r bin share /usr/local/
. On any system, I recommend setting the app to automatically run on desktop user login.
This requires a computer with Bluetooth LE capability.
- Pair your device over Bluetooth as normal for your system.
- The app will automatically start receiving notifications from any compatible device that connects to the computer.
- You will need to grant permission from your device for your computer to receive system notifications the first time you use the app.
- To close the app and stop receiving notifications, choose "Quit" from the app's tray menu.
I've had the best luck when initiating the connection from the device rather than from the computer. I haven't been able to succesfully test on Windows or Mac.
- Clone the repository.
- Install the "rust" package from your system's package manager.
- Install the development packages for the dependencies if necessary.
- Run
cargo run
to run a debug build. Runcd src/package
and thencargo run
to generate a release package.