darkhz / bluetuith

A TUI bluetooth manager for Linux.
MIT License
858 stars 23 forks source link

Trying installation on MacOS, getting `Error: Could not initialize bluez DBus connection` #5

Closed kgal-pan closed 1 year ago

kgal-pan commented 1 year ago
> wget https://github.com/darkhz/bluetuith/archive/refs/tags/v0.1.2.tar.gz

> tar xvf v0.1.2.tar.gz

> cd bluetuith-0.1.2/

> go build .

> ./bluetuith
Error: Could not initialize bluez DBus connection

> file bluetuith
bluetuith: Mach-O 64-bit executable x86_64
darkhz commented 1 year ago

This application only works with the BlueZ bluetooth stack which is only available on Linux, as mentioned in the README.