You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Install Go dependencies
make deps
# First time on macOS only — installs the haraltd Bluetooth daemon
make setup
# Build and run (handles haraltd automatically on macOS)
make run
haraltd daemon (installed via make setup, requires gh CLI)
Note: BLE peripherals (keyboards, mice, etc.) are discovered natively via CoreBluetooth on macOS and require no extra setup. The haraltd daemon is only needed for Classic Bluetooth devices (speakers, headphones, etc.).
Make Commands
Command
Description
make build
Compile the binary
make run
Build and run (handles haraltd automatically on macOS)