Releases: kYaRick/preflight.xml
preflight.xml v0.1.3
🌐 Live app
https://kyarick.github.io/preflight.xml/
🪟 Windows desktop (portable, auto-updating)
Download the Windows portable zip below, unzip anywhere,
and run preflight.xml.exe. The shell will check GitHub
Releases for newer alpha builds in the background and offer
a one-click restart when an update is downloaded.
📥 Self-host / offline PWA archive
Download the zip below and serve wwwroot/ with any static server:
# any platform (requires Python 3)
python3 -m http.server 8080 --directory wwwroot
# Node
npx serve wwwroot
# .NET (uses built-in dev server)
dotnet serve -d wwwrootThe archive ships with <base href="/">.
Need to deploy behind a subpath? Run ./wwwroot/rebase.sh /your/base/path/
before serving. No rebuild required.
✅ Integrity
Verify PWA downloads against SHA256SUMS.txt. The desktop
zip is signed by Velopack's release manifest (RELEASES-alpha)
which the auto-updater verifies on each check.
preflight.xml v0.1.2
🪟 Windows desktop (portable, auto-updating)
Download the Windows portable zip below, unzip anywhere,
and run preflight.xml.exe. The shell will check GitHub
Releases for newer alpha builds in the background and offer
a one-click restart when an update is downloaded.
📥 Self-host / offline PWA archive
Download the zip below and serve wwwroot/ with any static server:
# any platform (requires Python 3)
python3 -m http.server 8080 --directory wwwroot
# Node
npx serve wwwroot
# .NET (uses built-in dev server)
dotnet serve -d wwwrootThe archive ships with <base href="/">.
Need to deploy behind a subpath? Run ./wwwroot/rebase.sh /your/base/path/
before serving. No rebuild required.
✅ Integrity
Verify PWA downloads against SHA256SUMS.txt. The desktop
zip is signed by Velopack's release manifest (RELEASES-alpha)
which the auto-updater verifies on each check.