Desktop App Installation
How to install the desktop app from Github Releases
Get BlueBubbles - Microsoft Store
Microsoft Store
Microsoft Store Download
- 1.Download
bluebubbles_standalone.exe
from GitHub releases (linked above) - 2.Run the installer
- 3.You may receive a warning from Windows Defender about an unrecognized publisher, simply click "More Info", and then "Run anyways" at the bottom.
- 4.Complete the installation

Flathub—An app store and build service for Linux
BlueBubbles on Flathub
- 1.Download
bluebubbles_linux.zip
from GitHub Releases (linked above) - 2.Unzip
bluebubbles_linux.zip
- 3.Move
libobjectbox.so
frombundle/lib
in bundle to/usr/lib
- 4.Run the executable
bluebubbles_app
insidebundle
Note: You might need to install the following dependencies:
For notifications -
libnotify-dev
For video playback -
vlc
, libvlc-dev
For the system tray -
appindicator3-0.1
, libappindicator3-dev
You can use the following command:
sudo apt-get -y install libnotify-dev vlc libvlc-dev appindicator3-0.1 libappindicator3-dev
Last modified 7mo ago