Print the Grok Build CLI version
Print the Grok Build CLI version
grok version prints version information for the installed CLI. Official: CLI Reference.
Print it
grok version
Use that string when you file feedback, compare installs across machines, or confirm an update landed.
Version vs update vs release notes
| Goal | Command |
|---|---|
| Print the installed version | grok version |
| Check for updates or install a channel/version | grok update (--check, --version <ver>, --alpha, --stable) — see Update the Grok Build CLI |
| Read product release notes inside the TUI | /release-notes (alias /changelog) — see Read release notes in Grok Build |
Pitfalls
grok versionreports what is on disk now. It does not fetch a newer build by itself — rungrok updatewhen you intend to upgrade.- Shell completions and PATH can point at an older binary if you have multiple installs. Re-run
which grok(orGet-Command grokon Windows) if the printed version disagrees with what you expect after an update.