-
Notifications
You must be signed in to change notification settings - Fork 5
Changelog
github-actions[bot] edited this page May 29, 2026
·
3 revisions
Govard follows Semantic Versioning and keeps a detailed changelog in the repository.
The complete release history is maintained in the repository:
For the latest releases, release notes, and download links, visit the:
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 |
# 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.
Govard — Go-based Versatile Runtime & Development GitHub · Releases · Issues · MIT License