Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 08:14

Install

Download Prose.exe below and run it. It will ask for a free
Groq API key on first launch.

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 exe 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.exe --repo danielRadiceski/prose
    
  • Check the SHA-256 against Prose.exe.sha256:
    Get-FileHash Prose.exe -Algorithm SHA256
    

Your antivirus may also flag it. That's a false positive caused by
PyInstaller — see "Why does my antivirus complain?" in the README.

Full Changelog: https://github.com/danielRadiceski/prose/commits/v1.0.0