Skip to content

Changelog

Govard follows Semantic Versioning and keeps a detailed changelog in the repository.


Full Changelog

The complete release history is maintained in the repository:

CHANGELOG.md on GitHub


Latest Releases

For the latest releases, release notes, and download links, visit the:

GitHub Releases Page


Release Artifacts

Each tagged release (vX.Y.Z) publishes:

ArtifactDescription
govard_<version>_Linux_amd64.tar.gzCLI binary archive (Linux x86_64)
govard_<version>_Linux_arm64.tar.gzCLI binary archive (Linux ARM64)
govard_<version>_Darwin_amd64.tar.gzCLI binary archive (macOS Intel)
govard_<version>_Darwin_arm64.tar.gzCLI binary archive (macOS Apple Silicon)
govard_<version>_linux_amd64.debLinux installer (CLI + Desktop)
govard_<version>_Darwin_arm64.pkgmacOS installer (CLI + Desktop)
checksums.txtSHA-256 checksums for all artifacts

Stay Up to Date

bash
# Check current version
govard version

# Update to latest
govard self-update

govard self-update downloads the platform-specific release artifact, verifies the SHA-256 checksum, and atomically replaces the installed binaries.


FAQ | Getting Started

Released under the MIT License.