Skip to main content

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

wetlands_launcher-0.3.5.tar.gz (400.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wetlands_launcher-0.3.5-py3-none-any.whl (88.5 kB view details)

Uploaded Python 3

File details

Details for the file wetlands_launcher-0.3.5.tar.gz.

File metadata

  • Download URL: wetlands_launcher-0.3.5.tar.gz
  • Upload date:
  • Size: 400.5 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

Hashes for wetlands_launcher-0.3.5.tar.gz
Algorithm Hash digest
SHA256 0de81a59d629daa73b7b86583509bf4334a832869332c2cf4c209dd7bc4cb684
MD5 934f81a9322cb4789528bd1307944a20
BLAKE2b-256 9c8ecad8cdc64a481c0137bb3edd32350960c917618ba0c480dac3455af1165b

See more details on using hashes here.

File details

Details for the file wetlands_launcher-0.3.5-py3-none-any.whl.

File metadata

  • Download URL: wetlands_launcher-0.3.5-py3-none-any.whl
  • Upload date:
  • Size: 88.5 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

Hashes for wetlands_launcher-0.3.5-py3-none-any.whl
Algorithm Hash digest
SHA256 7e8029f64cc2b0735f1afba230110286d56a329219ab8b0c6ef71a60197ba5e4
MD5 fa3614b0e2b432f45103dd45f0c3bd88
BLAKE2b-256 c3bceafcbf585ae1af4029973c2cd660a967cee257e8249ae4980bc3465ea784

See more details on using hashes here.

Release history Release notifications | RSS feed

0.3.9

2 files

0.3.7

2 files

0.3.6

2 files

This release

0.3.5 This release

2 files

0.3.4

2 files

0.3.3

2 files

0.3.1

2 files

0.3.0

2 files

0.2.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page