Skip to content

Releases: DUNKINKKD/lotei-qflipper

Hyper-Zero-UI v1.2.0

Choose a tag to compare

@DUNKINKKD DUNKINKKD released this 05 Jul 01:39

🐬🐧 Hyper-Zero-UI v1.2.0 β€” now on Linux!

HZUI is officially cross-platform. The pink, AI-powered qFlipper fork with LOTEI (a 100% local AI dolphin) now runs on Linux as an AppImage, alongside the Windows build.

✨ New

  • 🐧 Linux AppImage β€” download, chmod +x, run. Talks to a real Flipper over USB, live screen mirror, working HTTPS (firmware manager + Custom Firmware). Auto-built for every future release.
    • For Flipper USB access: ./Hyper-Zero-UI-*.AppImage rules install
    • (LOTEI's voice + music are Windows-only for now; everything else works.)
  • πŸ›‘οΈ Self-updater disabled β€” HZUI no longer offers to "update" itself into stock qFlipper (which would wipe LOTEI). Flipper firmware updates still work normally.

🐬 Still inside

Local-AI chat with agentic Flipper tools Β· model switcher Β· first-run setup wizard Β· Custom Firmware manager (Official/Momentum/Unleashed/RogueMaster) Β· neural voice (Piper) Β· live color editor Β· screen mirror Β· full pink theme.

▢️ Run it

  • Windows: unzip β†’ qFlipper.exe. Install Ollama + ollama pull qwen2.5:7b for LOTEI.
  • Linux: chmod +x the .AppImage β†’ run. (Same Ollama step for LOTEI.)

Unofficial GPLv3 fork of qFlipper β€” not affiliated with Flipper Devices.

Hyper-Zero-UI v1.1.0 β€” model switching, setup wizard & firmware manager

Choose a tag to compare

@DUNKINKKD DUNKINKKD released this 02 Jul 06:42

🐬 Hyper-Zero-UI v1.1.0 β€” model switching, a setup wizard & a firmware manager

A pink, AI-powered fork of qFlipper for the Flipper Zero, starring LOTEI β€” a snarky, 100% local AI dolphin living inside the app. This update is all about choice and onboarding.

✨ New in this release

  • 🧠 Local-AI model switcher β€” click the model name in LOTEI's chat header to cycle through any Ollama model you've installed (auto-discovered). Run a lighter model on a smaller GPU, or a bigger brain if you've got the VRAM.
  • πŸ§™ First-run setup wizard β€” new users get walked through it in ~30 seconds: name your Flipper (LOTEI takes it as his own), detect Ollama + pick a model, and choose a personality. Skippable, and it never touches an existing setup.
  • ⚑ Custom Firmware manager β€” browse and one-click install the big community firmwares, all in one place:
    • Official, Momentum, Unleashed, and RogueMaster
    • Live latest-version tracking β€” it fetches each firmware's newest build when you open it
    • A per-firmware release / dev channel switch (instant, no re-download)
    • Downloads the update and hands off to qFlipper's own flasher β€” as safe as a normal update
    • Find it under the INSTALL button β†’ "Custom firmware"

πŸ› οΈ Fixes & polish

  • LOTEI's chat header no longer overflows the frame when the voice is enabled
  • Assorted layout tightening in the chat panel

🐬 Still inside (from v1.0)

LOTEI local-AI chat with agentic Flipper tools Β· neural voice (Piper, bundled, with a voice switcher) Β· live color editor Β· Flipper-screen mirror Β· Release Port / Reconnect serial handoff Β· music player Β· full pink theme.

▢️ How to run (Windows 64-bit)

  1. Download & unzip Hyper-Zero-UI-v1.1.0-win64.zip anywhere.
  2. Install Ollama (the AI brain), then in a terminal:
    ollama pull qwen2.5:7b
    
    (~4.7 GB β€” a GPU with β‰₯6 GB VRAM is recommended; runs on CPU too, just slower. You can pick a different model in the setup wizard.)
  3. Make sure Ollama is running (ollama serve), then launch qFlipper.exe.
  4. First launch runs the setup wizard. 🐬 (Piper voices are already bundled β€” no extra setup.)

⚠️ Windows SmartScreen may warn (unsigned build) β€” More info β†’ Run anyway. On first Flipper connection you may be prompted to install the USB driver (see the included STM32 Driver folder).

βš–οΈ Notes

Unofficial fork of qFlipper (GPLv3) β€” not affiliated with or endorsed by Flipper Devices. Full source is in this repository. "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. Firmware sources: Official, Momentum, Unleashed, RogueMaster.

Hyper-Zero-UI v1.0.0

Choose a tag to compare

@DUNKINKKD DUNKINKKD released this 01 Jul 00:12

🐬 Hyper-Zero-UI v1.0.0 β€” first release!

A pink, AI-powered fork of qFlipper for the Flipper Zero, starring LOTEI β€” a snarky, 100% local AI dolphin living inside the app. No API keys, no cloud, no cost.

✨ What's inside

  • 🐬 LOTEI β€” local-AI chat (Ollama + qwen2.5:7b) with agentic Flipper tools: he can read your SD card, save scripts to it, and press the device's buttons β€” all over qFlipper's RPC link
  • πŸŽ™οΈ Neural voice (Piper) β€” bundled, with a click-to-cycle voice switcher and mood-based tempo
  • 🎨 Live color editor β€” recolor the entire UI at runtime, every color, with live preview (click COLORS, top-left)
  • πŸ‘οΈ Flipper-screen mirror β€” watch the device's screen live in the chat panel
  • πŸ”Œ Release Port / Reconnect β€” hand the COM port off to your own CLI/serial tools and grab it back, no app restart
  • 🎡 Music player Β· πŸ’– full pink theme throughout

▢️ How to run (Windows 64-bit)

  1. Download & unzip Hyper-Zero-UI-v1.0.0-win64.zip anywhere.
  2. Install Ollama (the AI brain), then in a terminal:
    ollama pull qwen2.5:7b
    
    (~4.7 GB β€” a GPU with β‰₯6 GB VRAM is recommended; it runs on CPU too, just slower.)
  3. Make sure Ollama is running (ollama serve), then launch qFlipper.exe.
  4. LOTEI wakes up and says hi. 🐬 (The Piper voices are already bundled β€” no extra setup.)

⚠️ Windows SmartScreen may warn (this is an unsigned build) β€” click More info β†’ Run anyway. On first Flipper connection you may be prompted to install the USB driver (see the included STM32 Driver folder).

βš–οΈ Notes

Unofficial fork of qFlipper (GPLv3) β€” not affiliated with or endorsed by Flipper Devices. Full source is in this repository. "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.