Bluetui is a terminal user interface for managing Bluetooth connections on Linux.
The tool solves the problem of controlling Bluetooth devices without leaving the command line. It communicates with the system's Bluetooth daemon through bluez, presenting an interactive interface where users can scan for devices, manage pairings, connect or disconnect from paired devices, and configure adapter settings. The interface is organized into sections for adapters, paired devices, and newly discovered devices, each with keyboard shortcuts for common operations.
Linux users who prefer terminal-based workflows and want direct control over Bluetooth without graphical tools should consider this project. It suits systems where a TUI is more practical than a GUI, particularly on headless machines or in environments where keyboard navigation is preferred. The tool requires bluez to be installed and optionally nerdfonts for proper icon rendering. Installation is straightforward through pre-built binaries, package managers for Arch Linux and Gentoo, or by building from source.
The project maintains a strict no-LLM contribution policy and requires prior discussion before pull requests are accepted. Development activity shows a focus on keeping changes small and focused, with the maintainers enforcing a deliberate review process rather than accepting unsolicited contributions.