skywind3000/PyStand
:rocket: Python Standalone Deploy Environment !! observed · 2026-08-28
Health v2 · maintenance only
68/100
- Activity 95
- Release rhythm 16
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 151
- age_days: 1672
- days_rel: 521
- days_push: 30
- n_releases_24m: 2
Adoption not part of the score
1203 stars · 145 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
PyStand is a small C++ launcher for Windows that pairs with Python's Embedded distribution to run Python applications without a full Python installation. It automatically loads an embedded runtime from a 'runtime' subdirectory and executes an entry script, enabling compact portable deployments (e.g. ~14MB PyQt apps).
Use cases
- deploy a python application on windows without installing python
- package a pyqt app as a small portable exe
- create a standalone python program distribution
- run python scripts from a portable usb drive
- avoid pyinstaller's large output size
- ship a pyside2 desktop app to end users
When to choose
- you need a tiny portable Windows deployment for a Python or PyQt app
- you want users to run your program without installing Python
- PyInstaller output size is too large for your needs
When to avoid
- you target macOS or Linux instead of Windows
- you prefer one-command packaging tools like PyInstaller or cx_Freeze
- your app needs complex dependency management that embedded Python complicates
Facets
cli-tool · maturity active
deployment developer-tools cli developer-tools cross-platform desktop-applications windows cpp python embedded-python launcher portable-apps pyqt-packaging standalone-deployment
1 source
- readme: https://github.com/skywind3000/PyStand · fetched 2026-08-28 · fce37079ab91
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| skywind3000/PyStand | main | 68 |
For agents
markdown · JSON · MCP: product_card(name="skywind3000/PyStand")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem