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:

  • x64 (Intel/AMD): CutReady_x.x.x_x64-setup.exe or .msi
  • ARM64 (Snapdragon / Copilot+ PCs): CutReady_x.x.x_arm64-setup.exe or .msi
  1. Run the installer
  2. Follow the setup wizard
  3. Launch CutReady from the Start Menu

The recommended macOS install path is the CutReady Homebrew tap:

Terminal window
brew tap sethjuarez/cutready https://github.com/sethjuarez/cutready
brew trust --cask sethjuarez/cutready/cutready
brew install --cask cutready

This installs the notarized macOS build into /Applications. The cask chooses the right download for your Mac automatically:

  • Apple Silicon Macs use CutReady_aarch64.dmg
  • Intel Macs use CutReady_x64.dmg

If you already installed CutReady from the .dmg, quit the app before installing or upgrading with Homebrew.

The brew trust command allows Homebrew to install the cask from the CutReady tap. Run it after adding the tap and before installing the cask.

If Homebrew cannot find the cask, refresh the tap and try again:

Terminal window
brew untap sethjuarez/cutready
brew tap sethjuarez/cutready https://github.com/sethjuarez/cutready
brew trust --cask sethjuarez/cutready/cutready
brew install --cask cutready

If the download fails with a missing asset, install the latest .dmg from GitHub Releases. The Homebrew cask depends on the latest release publishing both macOS assets:

  • CutReady_aarch64.dmg
  • CutReady_x64.dmg

To remove CutReady and its local app data:

Terminal window
brew uninstall --zap --cask cutready

The current planning, AI, screenshots, versioning, sync, and Word export features do not require browser setup. Later-phase browser recording features will 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