Skip to content

Install

The Go binary is named miucr. Releases ship static, pure-Go binaries (no cgo) for macOS (amd64 + arm64), Linux (amd64), and Windows (amd64). See GitHub Releases.

Terminal window
curl -fsSL https://raw.githubusercontent.com/vanducng/miu-cr/main/install.sh | sh

Pin a specific version:

Terminal window
curl -fsSL https://raw.githubusercontent.com/vanducng/miu-cr/main/install.sh | sh -s -- v0.2.0

The script detects your OS/arch, downloads the matching archive, verifies its SHA-256 checksum against checksums.txt, and installs miucr to /usr/local/bin when that is writable (no sudo) or ~/.local/bin otherwise. It warns if the chosen directory is not on your PATH.

Knobs:

  • MIUCR_VERSION — tag to install (same as the positional arg).
  • MIUCR_INSTALL_DIR — target bin directory.
Terminal window
brew install vanducng/tap/miucr

The formula lives in vanducng/homebrew-tap and is updated automatically on each release.

Terminal window
go install github.com/vanducng/miu-cr/cmd/miucr@latest

Download miucr_windows_x86_64.zip from Releases, extract miucr.exe, and put it on your PATH (e.g. a folder you add via System → Environment Variables).

In PowerShell:

Terminal window
$version = "v0.2.0"
$asset = "miucr_windows_x86_64.zip"
Invoke-WebRequest "https://github.com/vanducng/miu-cr/releases/download/$version/$asset" -OutFile $asset
Expand-Archive $asset -DestinationPath ".\miucr" -Force
.\miucr\miucr.exe version

A Scoop manifest is planned.

Terminal window
miucr version # stable JSON envelope
miucr version -o pretty

Then set a provider key and run your first review — see Usage and Credentials.