Manage Bluetooth devices on macOS using the blucli (`blu`) CLI. List paired and available devices, connect to headphones/speakers/keyboards, and disconnect devices by name or MAC address.
Manages Bluetooth device connections on macOS using blu (blucli). You can list available devices, connect to a device by name or MAC address, and disconnect active devices.
blu# List all paired/known devices
blu list
# Connect to a device (by name or MAC)
blu connect "AirPods Pro"
blu connect AA:BB:CC:DD:EE:FF
# Disconnect a device
blu disconnect "AirPods Pro"
blu disconnect AA:BB:CC:DD:EE:FF
# Check connection status
blu status
blu list first to identify the exact device name or MAC address.blu list.blu status.blu only manages already-paired devices. New device pairing must be done via macOS System Settings.blu is not installed: brew install blucli