Installation
Recommended for Windows users
If you just want to use xlflow on Windows, install it with winget:
powershell
winget install HarumiWeb.XlflowUse upgrade to update an existing installation:
powershell
winget upgrade HarumiWeb.Xlflowwinget availability may lag behind a GitHub Release while the manifest is submitted and accepted upstream.
Scoop is also supported:
powershell
scoop bucket add harumiweb https://github.com/harumiWeb/scoop-bucket
scoop install xlflowIf you prefer a manual install, download the Windows release archive from GitHub Releases.
Verify archive integrity against checksums.txt:
powershell
Get-FileHash .\xlflow_windows_x86_64.zip -Algorithm SHA256
certutil -hashfile .\xlflow_windows_x86_64.zip SHA256Verify GitHub artifact attestation when available:
powershell
gh attestation verify .\xlflow_windows_x86_64.zip --repo harumiWeb/xlflowThese checks validate artifact integrity and provenance metadata. They are not Windows Authenticode signing.
Go developers
bash
go install github.com/harumiWeb/xlflow/cmd/xlflow@latestVerify the install:
bash
xlflow version
xlflow --helpFor source checkout development:
bash
go run ./cmd/xlflow --help