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 rtk-ai/rtk. 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.

rtk-ai/rtk Installation Guide

How to install rtk-ai/rtk. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for rtk-ai/rtk. This is the fastest way to complete project installation and setup.

Install via curl

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

Install via npx

npx @hexmos/ipm i rtk-ai/rtk

Prerequisites

Rust

programming_language

Version: >=1.60

Homebrew

package_manager

Version: >=3.0

curl

utility

git

utility

wget

utility

Version: >=1.0

tar

utility

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Homebrew (macOS/Linux)

brew install rtk

Quick Install (Linux/macOS)

curl -fsSL https://raw.githubusercontent.com/rtk-ai/rtk/refs/heads/master/install.sh | sh

echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc

echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc

Cargo

cargo install --git https://github.com/rtk-ai/rtk

Pre-built Binaries (Linux)

wget https://github.com/rtk-ai/rtk/releases/download/v0.40.0/rtk-x86_64-unknown-linux-musl.tar.gz

tar -xzf rtk-x86_64-unknown-linux-musl.tar.gz

sudo mv rtk /usr/local/bin/

Pre-built Binaries (macOS)

curl -LO https://github.com/rtk-ai/rtk/releases/download/v0.40.0/rtk-x86_64-apple-darwin.tar.gz

tar -xzf rtk-x86_64-apple-darwin.tar.gz

sudo mv rtk /usr/local/bin/

Pre-built Binaries (Windows)

Download rtk-x86_64-pc-windows-msvc.zip from releases

Extract the zip and place rtk.exe somewhere in your PATH (e.g., C:\Users\<you>\.local\bin)

Source Install (Linux/macOS)

git clone https://github.com/rtk-ai/rtk

cd rtk

cargo install --path .

Post Installation Steps

  • rtk --version
  • rtk gain