A modern desktop app launcher for Python programs on GitHub.
Paste a GitHub URL. Thunder downloads, installs, and launches it — with its own virtual environment, no setup required.
git clone https://github.com/korrykatti/thunder.git && cd thunder && bun install && wails devBinary releases coming soon.
- Paste any GitHub URL containing a Python app
- Thunder detects the project structure (pyproject.toml, requirements.txt, etc.)
- Downloads the repo, creates a venv with uv, installs dependencies
- Launches the app — GUI apps open directly, CLI apps open in a terminal
- Manage all your installed apps from the Library
- Python 3.x
- uv (Thunder can install it for you)
- Bun (for frontend)
- Wails (for building/running)
- git (for update checking)
- Frontend: Vanilla HTML/CSS/JavaScript (Vite)
- Backend: Go (Wails)
- Package management: uv
- Theme: GitHub Dark
MIT
Born from this Reddit post — the frustration of non-developers trying to use GitHub.
"I DONT GIVE A FUCK ABOUT THE FUCKING CODE! i just want to download this stupid fucking application and use it. WHY IS THERE CODE???" — u/automatic_purpose_
Thunder exists so nobody has to feel this way again.
