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 ArthurBrussee/brush. 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.

ArthurBrussee/brush Installation Guide

How to install ArthurBrussee/brush. Official project installation instructions and setup guide.

Automated Install (Recommended)

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

Install via curl

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

Install via npx

npx @hexmos/ipm i ArthurBrussee/brush

Prerequisites

Rust

programming language

Version: 1.88+

Android SDK & NDK

sdk

Node.js

runtime

npm

package manager

Rerun CLI

cli

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Build for Windows

git clone https://github.com/ArthurBrussee/brush

cd brush

cargo run --release

Build for macOS

git clone https://github.com/ArthurBrussee/brush

cd brush

cargo run --release

Build for Linux

git clone https://github.com/ArthurBrussee/brush

cd brush

cargo run --release

Build for Web

git clone https://github.com/ArthurBrussee/brush

cd brush

npm run dev

Build for Android

rustup target add aarch64-linux-android

cargo install cargo-ndk

cargo ndk -t arm64-v8a -o crates/brush-app/app/src/main/jniLibs/ build

cargo ndk -t arm64-v8a -o crates/brush-app/app/src/main/jniLibs/ build --release

./gradlew build

./gradlew installDebug

adb shell am start -n com.splats.app/.MainActivity

Post Installation Steps

  • Run `brush --help` for CLI overview.
  • Open ./brush_blueprint.rbl in Rerun for best results during training.