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 refactoringhq/tolaria. 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.

refactoringhq/tolaria Installation Guide

How to install refactoringhq/tolaria. Official project installation instructions and setup guide.

Automated Install (Recommended)

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

Install via curl

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

Install via npx

npx @hexmos/ipm i refactoringhq/tolaria

Prerequisites

Node.js

runtime

Version: 20+

pnpm

package manager

Version: 8+

Rust

language

Version: stable

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Homebrew (macOS)

brew install --cask tolaria

Download from Releases

echo 'Download the latest release from https://refactoringhq.github.io/tolaria/download/'

Source (Linux System Dependencies - Arch/Manjaro)

sudo pacman -S --needed webkit2gtk-4.1 base-devel curl wget file openssl appmenu-gtk-module libappindicator-gtk3 librsvg

git clone https://github.com/refactoringhq/tolaria

cd tolaria

pnpm install

pnpm tauri dev

Source (Linux System Dependencies - Debian/Ubuntu)

sudo apt install libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev --yes

git clone https://github.com/refactoringhq/tolaria

cd tolaria

pnpm install

pnpm tauri dev

Source (Linux System Dependencies - Fedora)

sudo dnf install webkit2gtk4.1-devel openssl-devel curl wget file libappindicator-gtk3-devel librsvg2-devel --assumeno

git clone https://github.com/refactoringhq/tolaria

cd tolaria

pnpm install

pnpm tauri dev

Source (General Development)

git clone https://github.com/refactoringhq/tolaria

cd tolaria

pnpm install

pnpm tauri dev

Post Installation Steps

  • Clone the getting started vault for a walkthrough of the app.
  • Consult the public user docs for further guidance: site/start/install.md and site/start/first-launch.md.