Skip to content

Installation

CutReady provides pre-built installers for all major platforms. Download the latest release from GitHub Releases.

Download the .msi or .exe (NSIS) installer from the release page.

  1. Run the installer
  2. Follow the setup wizard
  3. Launch CutReady from the Start Menu

CutReady uses Playwright under the hood for browser automation. For recording features, you’ll need:

  • Chrome or Microsoft Edge installed
  • An active browser profile (CutReady detects installed profiles automatically)

If you prefer to build from source:

Terminal window
# Clone the repository
git clone https://github.com/sethjuarez/cutready.git
cd cutready
# Install frontend dependencies
npm install
# Run in development mode
npm run tauri dev
# Build for production
npm run tauri build
  • Node.js (LTS)
  • Rust (stable)
  • Tauri CLI v2 (npm install -g @tauri-apps/cli)

For Linux, you’ll also need:

Terminal window
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev \
librsvg2-dev patchelf libpipewire-0.3-dev libgbm-dev