Welcome to the Flowtive release repository. This repository hosts official, signed installation packages and release assets for the Flowtive desktop application, and is used as the hosting location for download links and Microsoft Store package submissions.
⚠️ No application source code lives here. This repository is for distributable binaries and release notes only. The source code is in the main repository: programmerlapar/flowtive-app.
It also hosts the public privacy policy used for Chrome Web Store submissions:
- Use this URL in Chrome Web Store:
https://raw.githubusercontent.com/programmerlapar/flowtive-releases/main/PRIVACY_POLICY.md - If GitHub Pages is enabled later,
privacy-policy.htmlcan be served as a dedicated webpage
- Signed release installers only — no nightly or debug builds
- Release notes for each published version
- Checksums (optional but recommended) for download integrity verification
The most recent version is Flowtive 1.4.2. See the Releases page for the latest installer and full release notes.
- Repository visibility:
Public(required so Microsoft can fetch installers) - Tag format:
vX.Y.Z - Release title:
Flowtive X.Y.Z - Asset name:
Flowtive-X.Y.Z-x64.exe - Optional checksum:
Flowtive-X.Y.Z-x64.exe.sha256.txt
Use the versioned release asset URL (not releases/latest) when submitting to Partner Center:
https://github.com/<owner>/flowtive-releases/releases/download/vX.Y.Z/Flowtive-X.Y.Z-x64.exe
Always target a specific version so Store submissions stay reproducible.
- Build and code-sign the Windows installer.
- Copy the installer path.
- Run one of the following commands.
macOS / Linux / Git Bash:
./scripts/publish-release.sh \
--version 1.4.2 \
--asset /absolute/path/to/Flowtive-1.4.2-x64.exeWindows PowerShell:
.\scripts\publish-release.ps1 `
-Version 1.4.2 `
-Asset "C:\absolute\path\to\Flowtive-1.4.2-x64.exe" `
-Repo "programmerlapar/flowtive-releases"- Copy the resulting asset URL into Partner Center.
- Never replace an existing asset for a published version.
- Create a new tag and release for each release.
- Keep the repository public so Microsoft can fetch the installer and users can download updates.
- Main repository — source code, changelog, and documentation
- Changelog — full version history