Skip to content

Download

The latest release binaries are published on the official web site:

Version Date Download SHA-256 Checksum
v1.0.2.2 2025-05-21 gudu-sqlimpact-1.0.2.2.zip 85d498c9c3ff75f3f82c28ab5b3f862a7f62e1ace08c7a9d6879544055a086ca

Verify the Download

1
2
3
4
5
# Linux / macOS
sha256sum gudu-sqlimpact-1.0.2.2.zip

# Windows PowerShell
Get-FileHash .\gudu-sqlimpact-1.0.2.2.zip -Algorithm SHA256
Compare the output with the checksum listed in the table above.

Installation

No installation is required—just make sure you have Java 8+ in your PATH.

1
java -version

Upgrading

Simply replace the old JAR with the new one and update any CI/CD job that references an explicit filename.


Need a hand? Check the Getting Started guide or open an issue on GitHub.