Skip to content

Releases: kYaRick/preflight.xml

preflight.xml v0.1.3

27 Apr 14:47
d4e71a4

Choose a tag to compare

preflight.xml v0.1.3 Pre-release
Pre-release

🌐 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 wwwroot

The 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

26 Apr 23:21
c362545

Choose a tag to compare

preflight.xml v0.1.2 Pre-release
Pre-release

🪟 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 wwwroot

The 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.