this post was submitted on 03 Jul 2026
40 points (100.0% liked)

Linux

66264 readers
408 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
 

Hello Lemmy,

This release contains some major bugfixes, which include:

  • Correctly resolving adapter-device relationships (👀)
  • Fixing OBEX transfers
  • Properly syncing media player with the connected device during playback

And much more.

For Windows/MacOS users, libhbluetooth needs to be installed. Follow the download instructions and place the libhbluetooth dynamic library file next to the bluetuith binary, and then launch bluetuith.

Bluetuith is a TUI based bluetooth manager, that aims to be an alternative to most bluetooth managers, and can perform bluetooth based operations like:

  • Connection to and general management of bluetooth devices, with device information like battery percentage, RSSI etc. displayed, if the information is available. More detailed information about a device can be viewed by selecting the 'Info' option in the menu or by clicking the 'i' key.

  • Bluetooth adapter management, with toggleable power, discoverability, pairablilty and scanning modes.

  • Transfer and receive files via the OBEX protocol, with an interactive file picker to choose and select multiple files.

  • Handle both PANU and DUN based networking for each bluetooth device (Linux only)

  • Control media playback on the currently connected device, with a media player popup that displays playback information and controls. (Linux only)

I hope you enjoy this release, and any feedback is appreciated.

you are viewing a single comment's thread
view the rest of the comments
[–] Dran_Arcana@lemmy.world 1 points 3 days ago (1 children)

Very cool project!

What was the motivation to make it cross platform? On the Linux side I see immediate value but I'm struggling to understand the usecase for win/Mac.

[–] darkhz@feddit.nl 1 points 2 days ago* (last edited 2 days ago)

Hi Dran,

The motivation was purely because of a lack of proper control for Bluetooth on these closed-source OSes like Windows and macOS.

This is for users who want to control Bluetooth within the terminal, seamlessly.

For Windows, I have yet to see any CLI/TUI tools that do this. There were a set of old command-line tools which I downloaded and tried a long time ago, but it didn't work properly for me, I do not know about others.

On macOS, blueutil exists, which is a very old project (but constantly updated) and one which I hold in high regard, but again, it is a CLI.

What bluetuith can do, among other things, is monitor Bluetooth states across all adapters, devices and operations (like connection, pairing, discovery, file transfers) etc. and present it neatly (I think 😊) within the terminal itself, basically trying to replicate the same experience on Linux.

Basically the point is, you don't need the Bluetooth GUIs anymore on these platforms when you can control Bluetooth right from the terminal with a few keystrokes.