{{define "firmware.html"}} {{template "base" .}} {{end}} {{define "content"}} {{if .Error}}
Get the latest firmware from
GitHub Releases.
Download the .tar.gz tarball, extract the .pkg file, and serve it over FTP/HTTP.
Extract and serve the package with Python (Linux/macOS/Windows):
tar xf infix-{{if .Machine}}{{.Machine}}{{else}}aarch64{{end}}-vVERSION.tar.gz
python3 -m http.server 8080
Then enter the URL below pointing at the .pkg file on your machine.
Select a .pkg firmware file from your computer to upload and install directly.
{{if .Installer}}{{.Installer.Percentage}}% — {{.Installer.Message}}{{else}}Installing…{{end}}