π¬πΆ Hyper-Zero-UI v1.3.0 β Bluetooth (BLE)
π¬πΆ Hyper-Zero-UI v1.3.0 β talk to your Flipper over Bluetooth
HZUI now connects to a Flipper Zero wirelessly over Bluetooth LE β on both Windows and Linux β not just USB. The pink, AI-powered fork of qFlipper with LOTEI (a snarky, 100% local AI dolphin) can drive the whole app with no cable attached. No API keys, no cloud, no cost.
β¨ New in this release
- πΆ Bluetooth (BLE) connection β Windows & Linux. Pair your Flipper, hit the BLE button, scan, and tap it. It becomes your active device over Bluetooth:
- Full device card β name, firmware, hardware, radio β read over BLE.
- Live screen mirror β watch the Flipper's screen, wirelessly.
- LOTEI's file + button tools work over the air, exactly like USB.
- Auto-disconnect β walk out of range or turn the Flipper's BT off and HZUI drops it cleanly; the header shows a green BLE β while connected.
- Under the hood: the whole RPC/session layer is now transport-agnostic, so USB and BLE run the identical protobuf pipeline. Verified on real hardware on Windows and Linux (Ubuntu + BlueZ).
π Good to know
- Pair first:
- Windows β add the Flipper in Bluetooth settings (enter the PIN it shows on-screen), then scan in HZUI.
- Linux β pair via your desktop's Bluetooth settings or
bluetoothctl(the Flipper shows a 6-digit passkey you type in), then scan in HZUI.
- One link at a time: BLE and USB contend for the Flipper's single RPC session β unplug USB (or use Release Port) before connecting over Bluetooth.
- Firmware flashing stays on USB by design (BLE is for everyday device control, not flashing).
π¬ Still inside (from v1.2)
Linux AppImage Β· LOTEI local-AI chat with agentic Flipper tools Β· model switcher Β· first-run setup wizard Β· Custom Firmware manager (Official / Momentum / Unleashed / RogueMaster) Β· neural voice (Piper, Windows) Β· live color editor Β· Flipper-screen mirror Β· Release Port / Reconnect Β· music player Β· full pink theme.
βΆοΈ How to run
Windows (64-bit)
- Unzip
Hyper-Zero-UI-v1.3.0-win64.zipanywhere β runqFlipper.exe. - For LOTEI: install Ollama, then
ollama pull qwen2.5:7b. (First launch runs a quick setup wizard.) - For Bluetooth: pair the Flipper in Windows Bluetooth settings β in HZUI click BLE β SCAN β tap your Flipper.
Linux (x86_64)
chmod +x Hyper-Zero-UI-*.AppImageβ./Hyper-Zero-UI-*.AppImage- For Flipper USB access:
./Hyper-Zero-UI-*.AppImage rules install - For Bluetooth: pair the Flipper via your Bluetooth settings /
bluetoothctlfirst, then BLE β SCAN β tap it. - For LOTEI: install Ollama +
ollama pull qwen2.5:7b. (Voice + music are Windows-only.)
β οΈ Windows SmartScreen may warn (unsigned) β More info β Run anyway.
βοΈ Notes
Unofficial fork of qFlipper (GPLv3) β not affiliated with or endorsed by Flipper Devices. "Flipper Zero" and "qFlipper" are trademarks of Flipper Devices Inc. Built on qFlipper 1.3.3 Β· LOTEI powered by Ollama + Qwen2.5 Β· voice by Piper.