English | 中文
Official release repository for Flowzero.
- Download page: https://github.com/daymade/flowzero-releases/releases
- Issue tracker: https://github.com/daymade/flowzero-releases/issues
This repository publishes signed release artifacts for end users.
- Release binaries and tags are hosted here.
- Build pipeline runs in GitHub Actions.
- Source code is maintained in a private repository.
| Platform | Architecture | Status | Files |
|---|---|---|---|
| macOS | Apple Silicon (arm64) | Available | .dmg, .zip |
| Windows | x64 | Published when the release tag includes Windows assets | Setup.exe, RELEASES, full.nupkg |
- Open the Releases page.
- Download the latest
.dmg(recommended). - Open the DMG and drag
Flowzero.appintoApplications. - Launch Flowzero from
Applications.
If a release tag includes Windows assets:
- Download the latest
Flowzero-*-Setup.exe. - Run the installer.
- Launch Flowzero from the Start menu or desktop shortcut.
RELEASES and *.nupkg are updater artifacts, not the normal manual-install files.
Official macOS packages in this repository are:
- Signed with Apple Developer ID
- Notarized by Apple (Gatekeeper-compatible)
Optional local verification:
codesign --verify --deep --strict --verbose=2 "/Applications/Flowzero.app"
spctl --assess --type execute --verbose "/Applications/Flowzero.app"After download, compute SHA256 locally:
shasum -a 256 Flowzero-*.dmg
shasum -a 256 Flowzero-*.zipThen compare with the checksum shown in the corresponding GitHub Release asset details/API response.
| Channel | Tag Pattern | Auto-Update Server |
|---|---|---|
| Stable | vX.Y.Z |
https://updates.flowzero.app |
| Beta | vX.Y.Z-beta.N |
https://updates-beta.flowzero.app |
Beta releases are published as GitHub Pre-releases.
- Confirm your app channel (
stable/beta) matches the release tag. - Check network access to the update server.
- Download and install from Releases manually if needed.
No. This repository is for release distribution and issue tracking. Flowzero source code is currently private.
Please open an issue: https://github.com/daymade/flowzero-releases/issues
- Releases are built by GitHub Actions.
- Published artifacts are uploaded from CI jobs.
- macOS artifacts are signed and notarized before publishing.
- Windows artifacts are built in the public release workflow, installer-smoke tested, and published alongside macOS assets when the tag includes the Windows lane.
Flowzero is proprietary software.