logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install agavra/tuicr. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

agavra/tuicr Installation Guide

How to install agavra/tuicr. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for agavra/tuicr. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i agavra/tuicr
or

Install via npx

npx @hexmos/ipm i agavra/tuicr

Prerequisites

git

version_control_system

jj

version_control_system

Version: optional

mercurial

version_control_system

Version: optional

gh

cli_tool

Version: optional (for GitHub submission)

glab

cli_tool

Version: optional (for GitLab submission)

Rust

programming_language

Version: >=1.65

Cargo

build_tool

Version: >=1.65

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install via script (curl)

curl -fsSL tuicr.dev/install.sh | sh

Install via Homebrew

brew install agavra/tap/tuicr

Install via Cargo

cargo install tuicr

Install via Mise

mise use github:agavra/tuicr

Install via Nix

nix run github:agavra/tuicr

nix profile install github:agavra/tuicr

Install from source

git clone https://github.com/agavra/tuicr.git

cd tuicr

cargo install --path .

Install binary release (Linux x86_64)

curl -Lo tuicr.tar.gz https://github.com/agavra/tuicr/releases/download/v0.19.1/tuicr-0.19.1-x86_64-unknown-linux-gnu.tar.gz

tar xzf tuicr.tar.gz

sudo mv tuicr /usr/local/bin/tuicr

Install binary release (macOS x86_64)

curl -Lo tuicr.tar.gz https://github.com/agavra/tuicr/releases/download/v0.19.1/tuicr-0.19.1-x86_64-apple-darwin.tar.gz

tar xzf tuicr.tar.gz

sudo mv tuicr /usr/local/bin/tuicr

Install binary release (macOS aarch64)

curl -Lo tuicr.tar.gz https://github.com/agavra/tuicr/releases/download/v0.19.1/tuicr-0.19.1-aarch64-apple-darwin.tar.gz

tar xzf tuicr.tar.gz

sudo mv tuicr /usr/local/bin/tuicr

Install binary release (Windows x86_64)

curl -Lo tuicr.zip https://github.com/agavra/tuicr/releases/download/v0.19.1/tuicr-0.19.1-x86_64-pc-windows-msvc.zip

unzip tuicr.zip

Move tuicr.exe to a directory in your PATH

Post Installation Steps

  • tuicr update
  • tuicr update 0.18.0