Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview
How to install oso95/Codirigent. 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.

oso95/Codirigent Installation Guide

How to install oso95/Codirigent. Official project installation instructions and setup guide.

Automated Install (Recommended)

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

Install via curl

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

Install via npx

npx @hexmos/ipm i oso95/Codirigent

Prerequisites

Rust

language

Version: 1.75+

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Windows

iwr https://github.com/oso95/Codirigent/releases/latest/download/codirigent-v0.1.6-x86_64-pc-windows-msvc.msi -OutFile codirigent.msi

macOS

curl -LO https://github.com/oso95/Codirigent/releases/latest/download/codirigent-v0.1.6-aarch64-apple-darwin.dmg

Build from Source (macOS)

git clone https://github.com/oso95/Codirigent.git

cd Codirigent

cargo install --path . --all-features

cargo install --path crates/codirigent-hook