Changelog
Govard follows Semantic Versioning and keeps a detailed changelog in the repository.
Full Changelog
The complete release history is maintained in the repository:
Latest Releases
For the latest releases, release notes, and download links, visit the:
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
bash
# Check current version
govard version
# Update to latest
govard self-updategovard self-update downloads the platform-specific release artifact, verifies the SHA-256 checksum, and atomically replaces the installed binaries.