·
3 commits
to main
since this release
ProofPoll v0.2.1
Verified polls that can't be faked, censored, or quietly rewritten — running on your own machine, owned by the people who use them.
ProofPoll is a free, open-source desktop app for polls and votes where the results actually mean something:
- One vote, one real person. Voters link a verified Flowsta identity, so every vote resolves to a single human — even across multiple devices — and duplicates are dropped.
- No one can rewrite or delete it. Polls and votes live on a peer-to-peer Holochain network, replicated and validated across everyone who runs the app. There's no admin who can change a result or take a poll down — not even us.
- Private data on a public network. Attach a private rationale to a vote, or draft a poll before publishing — ProofPoll encrypts it on your machine before it ever leaves.
It's built on Flowsta Vault (your identity and keys stay on your own machine), and it's also a complete, fork-ready template for any desktop Holochain app — see the forking guide.
What's new since v0.2.0
- Windows builds are now code-signed. Installers carry Flowsta's SSL.com OV certificate, so Windows shows FLOWSTA as the verified publisher instead of a SmartScreen "unknown publisher" warning.
- Security: sanitized voter profile-picture image sources on the poll page (closes a DOM-based XSS finding).
- Integrity: every release now ships a
SHA256SUMS.txtso you can verify your downloads. - Docs: clarified that cross-device recovery is identity-aware recognition (re-link your identity, data syncs from the network), not a backup/replay.
Downloads
Pick your platform from the assets below:
- Linux —
.deb,.rpm, or.AppImage - macOS —
.dmg(Intel or Apple Silicon) - Windows —
.exeinstaller or.msi(code-signed; verified publisher FLOWSTA)
Verify your download (optional): sha256sum -c SHA256SUMS.txt (Linux) or shasum -a 256 -c SHA256SUMS.txt (macOS).