Launcher
Launcher is a small stable executable that starts and updates a Python desktop app.
You package and sign Launcher when the executable, bundled config, icon, or launcher tooling changes. Your app code ships separately as signed GitHub or GitLab release assets.
That split keeps normal app releases small:
- the launcher executable is the durable file users install;
- the app release archive is the versioned source bundle Launcher downloads, verifies, installs, and runs;
- the signed manifest tells Launcher which archive belongs to each app release.
Minimal Workflow
Initialize an app repository:
uv add --dev wetlands-launcher
uv run launcher init --name MyApp --repository https://github.com/my-org/myapp.git
uv run launcher config check
uv run launcher release keygen
Build the launcher executable when it changes:
uv run --with pyinstaller launcher build
# sign/notarize the built launcher here
uv run launcher build package --version v1.2.3
uv run launcher release create v1.2.3 --notes-text "Release v1.2.3"
uv run launcher build upload --version v1.2.3
Supply PyInstaller through the same uv run invocation so it can import the installed launcher package.
The build command rejects a pyinstaller executable that is present only on PATH because it may belong to another Python environment and produce an incomplete launcher.
Use one provider release per version and upload each macOS, Windows, or Linux launcher package as a separate platform-named asset.
Each successful launcher build upload updates packaging/launcher/distribution.yml; commit and push that file before building on the next machine.
After the final platform upload, update the existing release with links for every recorded platform:
uv run launcher release update-notes v1.2.3 --notes-text "Release v1.2.3"
Publish a normal app-only release:
uv run launcher release create v1.2.3 --notes-text "Release v1.2.3"
uv run launcher release archive v1.2.3
uv run launcher release sign
uv run launcher release verify
uv run launcher release upload
Only run launcher build package and launcher build upload for releases where the launcher executable changed.
For ordinary app changes, publish the app archive, manifest, and signature.
Learn More
Development
uv sync
uv run pytest
uv run ruff check .
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wetlands_launcher-0.3.4.tar.gz.
File metadata
- Download URL: wetlands_launcher-0.3.4.tar.gz
- Upload date:
- Size: 398.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11dec23dd1c496d56ed9c69e3c398803fbf686d07c0ce3a73543c346732e0f69
|
|
| MD5 |
9642d1d752a1d69a33c24860535836ae
|
|
| BLAKE2b-256 |
39dd6b56a8ad0df14d79b56adf628c46d3eb24c458089df869b79199b9875d1f
|
File details
Details for the file wetlands_launcher-0.3.4-py3-none-any.whl.
File metadata
- Download URL: wetlands_launcher-0.3.4-py3-none-any.whl
- Upload date:
- Size: 87.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ecc94a435de3b0333f708b5f009802da7b64585dd630e2b93ac278014dbe411
|
|
| MD5 |
9b4ff33be5fa74594f87146e90dc78f7
|
|
| BLAKE2b-256 |
7c44e9e0a2c3f5a96e91b4574e8d32ca808f52911523cf4e3e306ef61bc5c409
|