Install
Download the .zip below, extract it, and run Prose.exe inside
the folder. It will ask for a free
Groq API key on first launch.
(It's a folder rather than a single file on purpose — it avoids an
antivirus race that could stop a single-exe build from starting.)
Windows will warn you — this is expected
Prose is not code-signed (certificates cost a few hundred dollars a
year, and this is a free tool). SmartScreen will show
"Windows protected your PC". Click More info → Run anyway.
Don't just take my word that it's safe — verify it:
- This zip was built by GitHub Actions from the tagged source in this
repo. Nothing was uploaded from my machine. See the build log above. - Verify that cryptographically:
gh attestation verify Prose-*-win64.zip --repo danielRadiceski/prose - Check the SHA-256 against the
.sha256file:Get-FileHash Prose-*-win64.zip -Algorithm SHA256
Full Changelog: v1.0.1...v1.0.3