Skip to content

Releases: Moore-developers/grok-cli

v0.1.6

10 Jun 06:32

Choose a tag to compare

Changed

  • Published a test release to validate the grok-cli update flow from 0.1.5.

v0.1.5

10 Jun 06:01

Choose a tag to compare

Added

  • Added grok-cli update for release checks and self-upgrades.
  • Added low-frequency passive update notices for interactive human-readable commands.
  • Added grok-cli update --no-update-check and grok-cli update --enable-update-check to persistently control passive notices.

Changed

  • Documented the update command, release asset strategy, and checksum-backed upgrade flow.

v0.1.4

08 Jun 03:06

Choose a tag to compare

Updates Grok text model catalog to grok-4.3 and current grok-4.20 variants. Makes grok-4.3 the default model for chat and search.

v0.1.3

24 May 16:40

Choose a tag to compare

v0.1.3

v0.1.2

24 May 12:31

Choose a tag to compare

docs: align v0.1.2 install reference

v0.1.1

21 May 10:35

Choose a tag to compare

Highlights

  • Release the SKILL-first / source-first public distribution flow.
  • Add the bundled grok-cli skill for installation checks, Cargo install/repair, OAuth login, and command routing.
  • Add English default docs with a Chinese mirror under docs/zh/.
  • Add GitHub Release guidance for maintainer-built macOS Apple Silicon assets and GitHub Actions-built Windows x64 assets.

Install

npx --yes skills add https://github.com/Moore-developers/grok-cli --skill grok-cli --global --yes

Or install the pinned CLI from source:

cargo install --git https://github.com/Moore-developers/grok-cli.git --tag v0.1.1 --locked

Assets

  • Windows x64 assets are built and uploaded by GitHub Actions after the tag is pushed.
  • macOS Apple Silicon assets are maintainer-built and can be uploaded separately with scripts/package-local-macos-release.sh v0.1.1 --upload.
  • macOS Intel and Linux remain source-first / Cargo install for this release.