LinuxCommandLibrary

bluetuith

Cross-platform TUI Bluetooth manager

TLDR

Launch the Bluetooth manager
$ bluetuith
copy
Connect to a specific adapter
$ bluetuith --adapter [hci0]
copy

SYNOPSIS

bluetuith [options]

DESCRIPTION

bluetuith is a terminal user interface for managing Bluetooth devices. It provides device scanning, pairing, connecting, and file transfer via OBEX, all through an interactive TUI. The interface displays nearby devices, paired devices, and adapter properties, making Bluetooth management possible without a graphical desktop environment.
Written in Go, it aims to be a replacement for most Bluetooth managers like blueman. It supports Linux, macOS, and Windows.

PARAMETERS

--adapter name

Specify the Bluetooth adapter to use
--no-warning
Suppress warning messages
--confirm-on-quit
Ask for confirmation before quitting

CAVEATS

Currently in the alpha stage. Requires platform-specific Bluetooth support (BlueZ on Linux, native stack on macOS/Windows). Functionality depends on the capabilities of the Bluetooth adapter hardware.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard