Get Remap Studios

Desktop app for macOS, Windows, and Linux. Requires Python 3.9+ with PyTorch.

PyTorch 2.xPython 3.9+4 GB RAM minimum

macOS

Recommended

Apple Silicon

Recommended for M1/M2/M3/M4

arm64DMG~94 MB
Download DMG

Remap Studios-1.0.0-arm64.dmg

Intel Mac

For 2019 and earlier Macs

x64DMG~102 MB
Download DMG

Remap Studios-1.0.0-x64.dmg

Windows

Recommended

Windows x64

For most Windows PCs

x64EXE Installer~88 MB
Download EXE Installer

Remap Studios Setup 1.0.0.exe

Windows x64 Portable

No installation required

x64-portablePortable EXE~82 MB
Download Portable EXE

Remap Studios-portable-1.0.0.exe

Windows ARM64

For Surface Pro X, Snapdragon PCs

arm64EXE Installer~85 MB
Download EXE Installer

Remap Studios Setup 1.0.0-arm64.exe

Linux

Recommended

AppImage

Universal — runs on any distro

x64AppImage~96 MB
Download AppImage

Remap Studios-1.0.0-linux-x86_64.AppImage

Debian / Ubuntu

For Ubuntu 20.04+, Debian 11+

x64-deb.deb~88 MB
Download .deb

unlearn-studio_1.0.0_amd64.deb

Fedora / RHEL

For Fedora 36+, RHEL 9+

x64-rpm.rpm~86 MB
Download .rpm

unlearn-studio-1.0.0-1.x86_64.rpm

System Requirements

OSmacOS 12+, Windows 10+, Ubuntu 20.04+
RAM4 GB minimum, 8 GB recommended
Disk500 MB for app + space for models
Python3.9+ with pip
PyTorch2.1+ (installed via pip)
GPUOptional — CUDA, MPS, or CPU fallback

Install Python Dependencies

# 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.