Download
Get started with Akulab Bridge on your Mac.
Akulab Bridge
v0.4.0 · macOS 13+
System Requirements
| OS | macOS 13 (Ventura) or later |
| Architecture | Apple Silicon or Intel |
| Network | Ethernet recommended for AES67 |
| Permissions | Audio device access, network access |
| Disk | ~10 MB (daemon + driver) |
Quick Start
1
Install the driver
sudo ./scripts/install_driver.sh2
Start the daemon
sudo akulab-bridged -i en0 -m 239.69.0.13
Select the audio device
Open System Settings > Sound and choose "Akulab Bridge" as your input or output device.
Build from Source
Requires CMake 3.20+ and Xcode Command Line Tools
git clone https://github.com/nono-today/akulab-bridge.git
cd akulab-bridge
./scripts/build.sh --release
sudo ./scripts/install_driver.sh