Skip to main content

Installation

Gitquarry is distributed through a published npm wrapper package, tagged GitHub release binaries, a Homebrew tap, a Scoop bucket, the AUR, and the repository’s Nix flake.

Install With npm, pnpm, Or Bun

Install With Homebrew

Install With Scoop

Install From GitHub Releases

Tagged releases publish platform archives on GitHub Releases: https://github.com/Microck/gitquarry/releases Pick the archive that matches your platform:
  • gitquarry-vX.Y.Z-x86_64-unknown-linux-gnu.tar.gz
  • gitquarry-vX.Y.Z-aarch64-unknown-linux-gnu.tar.gz
  • gitquarry-vX.Y.Z-x86_64-apple-darwin.tar.gz
  • gitquarry-vX.Y.Z-aarch64-apple-darwin.tar.gz
  • gitquarry-vX.Y.Z-x86_64-pc-windows-msvc.zip

Install With Nix

Install From AUR

The tracked Arch packaging files remain in packaging/aur/ and are the same metadata pushed to AUR.

Install From A Checkout

If you do not want to install it globally yet:

Requirements

  • Rust toolchain
  • network access to GitHub’s API
  • a GitHub personal access token for any real command

Release and Publish Flow

Tagged releases verify the package, attach per-target platform archives plus raw binaries and a source tarball to the GitHub release, and provide the versioned artifacts the downstream Homebrew, Scoop, npm, and AUR packaging surfaces should track.

Verify

Local Docs Preview

Mintlify uses docs.json as the site configuration file. In this repo it lives at docs/docs.json. Run the Mintlify preview server from the docs/ directory:
If you do not already have the Mintlify CLI installed, follow Mintlify’s current CLI install docs first.