Desktop app for macOS, Windows, and Linux. Requires Python 3.9+ with PyTorch.
Recommended for M1/M2/M3/M4
Remap Studios-1.0.0-arm64.dmg
For most Windows PCs
Remap Studios Setup 1.0.0.exe
No installation required
Remap Studios-portable-1.0.0.exe
For Surface Pro X, Snapdragon PCs
Remap Studios Setup 1.0.0-arm64.exe
Universal — runs on any distro
Remap Studios-1.0.0-linux-x86_64.AppImage
For Ubuntu 20.04+, Debian 11+
unlearn-studio_1.0.0_amd64.deb
# Install PyTorch (CPU) pip3 install torch safetensors psutil numpy # Install PyTorch (CUDA) pip3 install torch --index-url \ https://download.pytorch.org/whl/cu121 # Install PyTorch (Apple Silicon GPU) pip3 install torch safetensors psutil numpy
The desktop app will detect your GPU automatically and use the fastest available device.
Looking for release notes? Check the GitHub Releases page for version history and changelogs.