Releases: kYaRick/preflight.xml
preflight.xml v0.1.4
🌐 Live app
https://kyarick.github.io/preflight.xml/
📱 Install as an app (all platforms)
Visit the live app in Chrome / Edge / Brave / Safari / Firefox and
click the install icon in the address bar. Works on Windows, macOS,
Linux, Android and iOS - no download required, no admin rights, no
Play Store. Uninstall via your browser's app menu.
🪟 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.
What's Changed
- chore(deps): Bump the nuget-all group with 1 update by @dependabot[bot] in #26
- chore(deps): Bump the nuget-all group with 9 updates by @dependabot[bot] in #27
- feat: sync unattend engine to bf13991 — drop WDAC, add PE image/dism options, v0.1.4-alpha polish by @kYaRick in #28
Full Changelog: v0.1.3...v0.1.4
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.