git404hub

what is lotei-qflipper fr?

dunkinkkd/lotei-qflipper — explained in plain English

Analysis updated 2026-05-18

50C++Audience · vibe coderComplexity · 4/5LicenseSetup · hard

tl;dr

A pink, AI-powered fork of the Flipper Zero desktop app with a local chatbot dolphin that can control your device and talk out loud.

vibe map

mindmap
  root((lotei-qflipper))
    What it does
      Pink qFlipper fork
      Local AI dolphin assistant
      Screen mirror and voice
    Tech stack
      C++ and Qt
      QML interface
      Ollama local LLM
    Use cases
      Manage Flipper Zero device
      Chat with local AI
      Watch live screen mirror
    Audience
      Flipper Zero owners
      Hobbyist builders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Manage a Flipper Zero device through a redesigned, fully re-colorable pink desktop app.

VIBE 2

Chat with a local AI assistant that can read and write files on the Flipper's SD card and navigate its menus.

VIBE 3

Watch a live mirror of the Flipper's screen while the AI assistant operates the device.

VIBE 4

Run a completely offline AI setup with voice output, with no cloud service or API key needed.

what's the stack?

C++QtQMLOllama

how it stacks up fr

dunkinkkd/lotei-qflippermani5717/hwid-spoofer-utilitygsalvadoi/guinxu-engine
Stars505048
LanguageC++C++C++
Setup difficultyhardmoderatemoderate
Complexity4/53/53/5
Audiencevibe codergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · hard time til it works · 1h+

Requires Qt, platform build tools, and Ollama with a ~4.7GB local model, a GPU with 6GB+ VRAM is recommended.

in plain english

This project is an unofficial, heavily customized version of qFlipper, the desktop app used to manage a Flipper Zero device (a small handheld tool popular with hackers and hobbyists for testing radio signals, RFID tags, and similar things). The main addition here is LOTEI, a chatty AI dolphin character built into the app that runs completely on your own computer, with no cloud service and no API keys required. Everything, including the AI itself, runs locally through a tool called Ollama. LOTEI can read files from your Flipper's SD card, save scripts onto it, and even press the device's buttons to move through its menus, all using the same connection qFlipper already uses to talk to the device. The assistant also talks out loud using a local text to speech engine called Piper, with several voice options you can cycle through, and it falls back to Windows' built in voice if Piper is not installed. On top of that, the whole interface gets a full pink redesign, plus a live color editor that lets you recolor every part of the UI while it runs, and a small window that mirrors your Flipper's screen in real time so you can watch what LOTEI is doing to the device. Setting it up takes some patience. On Windows, you need Qt, Microsoft's build tools, and Ollama with a specific AI model downloaded, roughly 4.7 gigabytes, which runs better with a graphics card but also works on a plain CPU, just more slowly. Linux users can either build from source with a list of Qt development packages or use the ready-made AppImage that comes with each release. This is aimed at Flipper Zero owners who already know their way around building software from source and want a friendlier, AI-assisted, private way to manage their device, rather than developers building something new from scratch.

prompts (copy fr)

prompt 1
Walk me through installing Ollama and pulling the qwen2.5:7b model needed for LOTEI.
prompt 2
Help me set up Qt 6.4.2 and MSVC 2019 on Windows to build lotei-qflipper from source.
prompt 3
Explain the Linux build steps for lotei-qflipper, including the required Qt6 development packages.
prompt 4
Help me troubleshoot the setup-lotei.ps1 script for adding Piper voices to my qFlipper build.

Frequently asked questions

what is lotei-qflipper fr?

A pink, AI-powered fork of the Flipper Zero desktop app with a local chatbot dolphin that can control your device and talk out loud.

What language is lotei-qflipper written in?

Mainly C++. The stack also includes C++, Qt, QML.

How hard is lotei-qflipper to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is lotei-qflipper for?

Mainly vibe coder.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.