Skip to content

Releases: danielRadiceski/prose

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 23 Jul 11:39

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 .sha256 file:
    Get-FileHash Prose-*-win64.zip -Algorithm SHA256
    

Full Changelog: v1.0.1...v1.0.3

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 14 Jul 07:26

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 .sha256 file:
    Get-FileHash Prose-*-win64.zip -Algorithm SHA256
    

Full Changelog: v1.0.0...v1.0.1

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