Audio Share GUI is a portable desktop application for Linux that lets you share your system’s audio over the network with a clean GTK interface and system tray controls.
This project builds on the work originally done by mkckr0 in the audio-share repository and extends it with a full GUI frontend, AppImage packaging, and usability improvements.
- 🎛️ GTK3-based graphical interface
- 🔊 Tray icon support for quick access
- 🖧 Network audio sharing using the underlying audio-share core
- 🧠 Dynamic listing of interfaces, encodings, and endpoints
- 📦 Distributed as a standalone AppImage
This repository depends on the excellent work in the audio-share project by mkckr0. That project provides the core audio serving CLI tool (as-cmd) and the underlying networking and audio logic.
please check out: 👉 https://github.com/mkckr0/audio-share
Huge thanks to mkckr0 for building the foundation of this tool.
Prebuilt AppImages are available in the releases section:
🔗 https://github.com/ADIOR-enigma/audio-share-gui/releases
The easiest and cleanest way to run Audio Share GUI is by using a modern AppImage manager for Linux.
🔗 https://github.com/mijorus/gearlever
- Automatically makes AppImages executable
- Integrates AppImages into your application menu
- Handles updates and metadata cleanly
- No terminal commands required
- Install Gear Lever (Flathub recommended)
- Download the latest
AudioShareGUI-*.AppImagefrom the Releases page - Open Gear Lever
- Drag and drop the AppImage into the Gear Lever window
- Launch Audio Share GUI like a normal desktop application
If you prefer using the terminal:
chmod +x AudioShareGUI-*.AppImage
./AudioShareGUI-*.AppImageThe AppImage is fully self-contained
Required tray libraries (Ayatana / dbusmenu) are bundled
Works even on systems where those dependencies are not installed
Tested on Linux Mint / Ubuntu-based distributions
This project is licensed under GPL-3.0-or-later.
The underlying core project (audio-share) by mkckr0 is licensed separately. Please refer to its repository for details.
mkckr0 — original author of the core audio-share project https://github.com/mkckr0/audio-share
Mijorus — creator of Gear Lever https://github.com/mijorus/gearlever
The Linux desktop and AppImage community