Skip to content

v1.1.0 — Windows support + pip install

Choose a tag to compare

@LxveAce LxveAce released this 08 Jun 12:15

Headless Marauder v1.1.0

Control and flash a headless ESP32 Marauder over USB serial.

What's new

  • Windows installerinstall.bat sets up a venv, installs everything, adds commands to PATH and a Start Menu shortcut. Same workflow as Linux.
  • pip installpip install git+https://github.com/LxveAce/headless-marauder-gui.git[all] works cross-platform now.
  • pyproject.toml — proper Python packaging with optional dep groups ([qt], [tui], [all]).
  • Fleshed out the README with install/update/uninstall instructions for all platforms.

Install

# Linux
git clone https://github.com/LxveAce/headless-marauder-gui.git
cd headless-marauder-gui && ./install.sh

# Windows — needs Python 3.9+ and Git
git clone https://github.com/LxveAce/headless-marauder-gui.git
cd headless-marauder-gui && install.bat

Update: git pull or in-app Help > Check for Updates.

Windows users may need the CH340 driver if the ESP32 doesn't show up in Device Manager.

MIT License