github Gentleman-Programming/gentle-ai v1.15.13

latest releases: v2.1.5, v2.1.4, v2.1.3...
3 months ago

Feat: Scoop Support for Windows

Windows users can now install gentle-ai via Scoop:

scoop bucket add gentleman https://github.com/Gentleman-Programming/scoop-bucket
scoop install gentle-ai

Updates are as simple as scoop update gentle-ai. No more manual binary downloads.

Migrating from the PowerShell installer?

If you previously installed via install.ps1, remove the old binary first:

Remove-Item "$env:LOCALAPPDATA\gentle-ai" -Recurse -Force

Then install via Scoop as shown above.

What changed

  • Added scoops section to .goreleaser.yaml — GoReleaser now publishes to both homebrew-tap and scoop-bucket automatically on every release
  • Created scoop-bucket repository
  • Updated README with Scoop installation instructions

Don't miss a new gentle-ai release

NewReleases is sending notifications on new releases.