Skip to content

WireFox v1.0.3

Choose a tag to compare

@TalviFox TalviFox released this 10 Sep 21:39
· 18 commits to main since this release
5721c00

WireFox bridges the missing link of WireGuard on Windows: intelligent background roaming and kernel-level tunnel watchdog protection.

📝 What's New in v1.0.3

  • Fail-Closed Security Enforcement: In-place updates strictly validate SHA-256 cryptographic hashes before execution, blocking unverified or tampered binaries.
  • Hardened Update Staging: In-place updates now stage exclusively inside protected Program Files to prevent unprivileged payload injection.
  • Safe Interface Discovery: Tunnel configuration discovery validates interface naming and parses [Interface] headers to prevent arbitrary file reading.
  • Portable Security Guardrails: Portable builds guard against registering elevated scheduled tasks from untrusted directories and offer 1-click migration to Program Files.
  • Installed Apps Auto-Sync: WireFox automatically synchronizes its registered display version in Windows Installed Apps upon startup.

Run PowerShell as Administrator to install or seamlessly upgrade in place:

irm https://raw.githubusercontent.com/TalviFox/WireFox/main/install.ps1 | iex

🔒 Checksums & Binary Verification

File SHA-256 Checksum
WireFox.exe 0574ac2ac948320d9307fdb296322369cc0bb0ec78149bca599e32037d79c063
uninstall.ps1 523c624db50c73429b3936fa805ffe0991957362c6f900da175763a7d7eb420d
verify.ps1 0939eee1ec7ff077f72f289c0b3587b428ce4bb7364c7f8ac96dcc9085173ef9

Verify integrity before running (PowerShell):

irm https://raw.githubusercontent.com/TalviFox/WireFox/main/verify.ps1 | iex