A lightweight, TUI bluetooth manager, written in Rust. Manage connections, pair devices, and more.
TUI built using ratatui.
- List available Bluetooth devices
- Connect to devices
- Pair and unpair devices
- View connection status
- Switch audio and input profiles
Pre-built binaries for Linux, Mac, and Windows are available on the releases page. Download the appropriate version for your system, and move the binary to a directory in your PATH.
To build Fünke from source, you need to have Rust installed. You can install Rust using rustup. Once you have Rust set up, clone the repository and build the project by running:
cargo build --releaseThis will create an optimized binary in the target/release directory. You can then move this binary to a directory in your PATH for easy access.
If you have Rust and Cargo installed, you can install Fünke directly from the command line using Cargo - make sure you are in the root directory of the project, then run:
cargo install --path .-
Fünke CLI, for people who prefer command line tools
-
Automate new releases with GitHub Actions
-
funke versioncommand to display current version, and validate successful installation
This project was developed with the assistance of AI tools, specifically Claude Code managed through a Ralph loop.

