Buzzr is an unofficial native Windows 11 desktop client for Beeper, the unified messaging platform.
It aggregates all your chats (Discord, WhatsApp, Telegram, Signal, Instagram, Messenger, and more) into a single, beautiful WinUI 3 interface.
Built from scratch with a Go sidecar bridge that handles the Matrix protocol, so you get real-time messaging with a native Windows experience.
Warning
Buzzr is currently in early development. Expect rough edges. Breaking changes may happen between versions.
- Unified inbox - All your networks in one sidebar (Discord, WhatsApp, Telegram, Signal, Instagram, Messenger, Line, LinkedIn, Twitter, Google Messages)
- Real-time messaging - WebSocket-powered live updates
- Rich media - Images, videos, GIFs (via Klipy), voice messages with inline playback
- Reactions - Send and receive emoji reactions
- Replies & quotes - Reply to messages with quote previews
- Edit & delete messages - Modify or remove sent messages
- @Mentions - Autocomplete mentions in group chats
- Markdown support - Quote blocks, text formatting
- Chat management - Pin, mute, archive, mark as read
- Drag-and-drop pins - Reorder pinned chats and network sidebar
- Message search - Search within conversations
- Scheduled messages - Send messages at a specific time
- GIF picker - Search and send GIFs with Klipy integration
- Notifications - Native Windows App Notifications
- Dark theme - Material Design 3 dark mode with system accent colors and Mica backdrop
- Censor mode - Randomize text for privacy during screen recordings
- Built-in terminal - Debug terminal with custom commands
- Local database - SQLite caching for offline message access
- Avatar caching - Cached profile pictures for better performance
- Auto-login - Saved authentication tokens between sessions
| Network | Network | Network | |||
|---|---|---|---|---|---|
| Discord | Telegram | ||||
| Messenger | Twitter / X | ||||
| LINE* | Google Messages |
...and any other network supported by Beeper's bridge infrastructure.
*LINE is currently only supported via the unofficial matrix-line-bridge
![]() |
| Unified inbox with network icons, pinned chats, and dark theme |
- Windows 10 21H2 or later (Windows 11 recommended)
- An active Beeper account
- .NET 8 Runtime (bundled in self-contained builds)
For building from source:
- .NET 8 SDK
- Go 1.25+
- GCC / MinGW (for CGO, required by the sidecar's SQLite dependency)
- Download the latest
Buzzr-x.x.x-x64-portable.zipfrom Releases - Extract to any folder
- Run
Buzzr.exe
- Download the latest
Buzzr-x.x.x-x64.msifrom Releases - Run the installer. It will guide you through setup
- Buzzr is installed to
Program Files\Buzzrwith Start Menu and Desktop shortcuts
-
Download the latest
Buzzr-x.x.x-x64-installer.zipfrom Releases -
Extract and run
install.ps1as Administrator:Set-ExecutionPolicy Bypass -Scope Process -Force .\install.ps1
-
The script will install the certificate and register the MSIX package
-
Clone the repository:
git clone https://github.com/highesttt/Buzzr.git cd Buzzr -
Build the sidecar:
cd sidecar CGO_ENABLED=1 go build -o buzzr-sidecar.exe . cd ..
-
Build and run the app:
dotnet build Buzzr/Buzzr.csproj -p:Platform=x64 dotnet run --project Buzzr/Buzzr.csproj -p:Platform=x64
-
Or build a full release (portable + MSIX + MSI):
# portable + MSIX ./build.sh --platform x64 --config Release # include MSI installer (requires WiX: dotnet tool install --global wix) ./build.sh --platform x64 --config Release --msi # or build MSI standalone .\build-msi.ps1 -Platform "x64"
If you have any suggestions for improvements or new features, feel free to open an issue or submit a pull request on the GitHub repository.
Buzzr is an unofficial third-party client for Beeper. It is not affiliated with, sponsored by, or endorsed by Beeper or Automattic in any way.
Every commit message should be made using git-cz and should follow the .git-cz.json config file.
