Installation
Download
Section titled “Download”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.
- Run the installer
- Follow the setup wizard
- Launch CutReady from the Start Menu
Download the .dmg file for your architecture:
- Apple Silicon (M1/M2/M3):
CutReady_x.x.x_aarch64.dmg - Intel:
CutReady_x.x.x_x64.dmg
- Open the
.dmgfile - Drag CutReady to your Applications folder
- On first launch, right-click → Open to bypass Gatekeeper
Download the .deb package or .AppImage:
Debian/Ubuntu (.deb):
sudo dpkg -i cutready_x.x.x_amd64.debAppImage:
chmod +x CutReady_x.x.x_amd64.AppImage./CutReady_x.x.x_amd64.AppImagePrerequisites
Section titled “Prerequisites”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)
Building from Source
Section titled “Building from Source”If you prefer to build from source:
# Clone the repositorygit clone https://github.com/sethjuarez/cutready.gitcd cutready
# Install frontend dependenciesnpm install
# Run in development modenpm run tauri dev
# Build for productionnpm run tauri buildBuild Prerequisites
Section titled “Build Prerequisites”- Node.js (LTS)
- Rust (stable)
- Tauri CLI v2 (
npm install -g @tauri-apps/cli)
For Linux, you’ll also need:
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev \ librsvg2-dev patchelf libpipewire-0.3-dev libgbm-dev