Docs / Getting Started / Installation

Installation

What Ditto needs, how to install it, where it lives, and how to update or remove it.

Requirements

Download

Get Ditto-Setup-1.0.0.exe from the download page or directly from GitHub Releases.

The installer is around 400 MB. Most of that is the bundled CUDA runtime (cuBLAS, cuDNN). The Whisper model is downloaded separately on first launch.

Run the installer

Double-click the .exe. The first time Windows will show a SmartScreen warning:

This is expected. Ditto is not yet signed with a code-signing certificate, which is common for open source apps shipping their first release. To continue:

  1. Click More info
  2. Click Run anyway

The NSIS installer opens. By default Ditto installs to:

%LOCALAPPDATA%\Programs\Ditto\

You can change the location during install. The installer creates:

Where things live

After install, Ditto’s files are in two places:

WhatPath
Program files (binary, DLLs, app code)%LOCALAPPDATA%\Programs\Ditto\
User data folder (created on first launch)%APPDATA%\ditto\
Whisper models%APPDATA%\ditto\models\
Your settings%APPDATA%\ditto\config.json

Program files are removed when you uninstall. User data is not — your settings and downloaded models stay until you delete them manually or use Settings → Advanced → Delete all data.

Update

Ditto does not yet auto-update. To install a newer version:

  1. Download the new Ditto-Setup-X.Y.Z.exe
  2. Run it (you can keep the old version installed; the installer handles the upgrade)
  3. Your settings and downloaded models are preserved

Uninstall

Two ways:

From Windows:

  1. Open Settings → Apps → Installed apps
  2. Find Ditto
  3. Click ⋯ → Uninstall

From the install folder:

Either way, the program files are removed. To also remove your downloaded models and settings, delete the folder %APPDATA%\ditto\ manually.