Download
Cutter release binaries for all major platforms (Linux, macOS, Windows) can be downloaded from GitHub Releases.
- 
Linux: Download the .AppImagefile. Then make it executable and run as below or use AppImageLauncher.
 chmod +x Cutter*.AppImage; ./Cutter*.AppImage
- 
macOS: Download the .dmgfile or use Homebrew Cask:
 brew install --cask cutter
- 
Windows: Download the .ziparchive or use Chocolatey:
 choco install cutter
 
											