v1.1.0 — Windows support + pip install
Headless Marauder v1.1.0
Control and flash a headless ESP32 Marauder over USB serial.
What's new
- Windows installer —
install.batsets up a venv, installs everything, adds commands to PATH and a Start Menu shortcut. Same workflow as Linux. - pip install —
pip 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.batUpdate: 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.