Skip to content

Instantly share code, notes, and snippets.

@elliotwutingfeng
Created July 26, 2025 09:49
Show Gist options
  • Select an option

  • Save elliotwutingfeng/d17c4876741fdef8c71bf814c4605ff9 to your computer and use it in GitHub Desktop.

Select an option

Save elliotwutingfeng/d17c4876741fdef8c71bf814c4605ff9 to your computer and use it in GitHub Desktop.
Installing qFlipper on Ubuntu

Installing qFlipper on Ubuntu

Tested on Ubuntu 25.04. Ensure that you are using a data-ready USB cable.

sudo apt install qflipper libfuse2 -y
wget https://update.flipperzero.one/builds/qFlipper/1.3.3/qFlipper-x86_64-1.3.3.AppImage
chmod +x qFlipper-x86_64-1.3.3.AppImage
./qFlipper-x86_64-1.3.3.AppImage rules install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment