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/tolariaor
Install via npx
npx @hexmos/ipm i refactoringhq/tolariaPrerequisites
Node.js
runtimeVersion: 20+
pnpm
package managerVersion: 8+
Rust
languageVersion: stable
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Homebrew (macOS)
brew install --cask tolariaDownload 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 devSource (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 devSource (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 devSource (General Development)
git clone https://github.com/refactoringhq/tolaria
cd tolaria
pnpm install
pnpm tauri devPost 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.
