Skip to content

Changelog

github-actions[bot] edited this page May 29, 2026 · 3 revisions

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:

Artifact Description
govard_<version>_Linux_amd64.tar.gz CLI binary archive (Linux x86_64)
govard_<version>_Linux_arm64.tar.gz CLI binary archive (Linux ARM64)
govard_<version>_Darwin_amd64.tar.gz CLI binary archive (macOS Intel)
govard_<version>_Darwin_arm64.tar.gz CLI binary archive (macOS Apple Silicon)
govard_<version>_linux_amd64.deb Linux installer (CLI + Desktop)
govard_<version>_Darwin_arm64.pkg macOS installer (CLI + Desktop)
checksums.txt SHA-256 checksums for all artifacts

Stay Up to Date

# 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

Clone this wiki locally