aku.lab

Download

Get started with Akulab Bridge on your Mac.

Akulab Bridge

v0.4.0 · macOS 13+

LATEST

System Requirements

OSmacOS 13 (Ventura) or later
ArchitectureApple Silicon or Intel
NetworkEthernet recommended for AES67
PermissionsAudio device access, network access
Disk~10 MB (daemon + driver)

Quick Start

1

Install the driver

sudo ./scripts/install_driver.sh
2

Start the daemon

sudo akulab-bridged -i en0 -m 239.69.0.1
3

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