Flites Logo

Get started with Flites on your platform of choice

Follow the installation instructions below to set up Flites on Linux, macOS, Windows, or directly in your browser.

# macOS

  1. Download the latest macOS build:  Download
  2. Open the .dmg file and drag Flites into the Applications folder.
  3. Launch Flites from the Applications folder.

# Windows

  1. Download the latest Windows installer:  Download
  2. Run the .exe file and follow the installation steps.
  3. Open Flites from the Start Menu.

# Linux

.deb Package (Debian, Ubuntu, Pop_OS!, TuxedoOS, etc.)

  1. Download the latest .deb package:  Download
  2. Install it using the command below
  3. Then launch flites from your applications menu
sh
        sudo dpkg -i flites.deb
      

AppImage

(we recommend installing using AppImageLauncher)
  1. Download the latest .AppImage file:  Download
  2. (Recommended) Install AppImageLauncher for automatic updates and integration.
  3. If using AppImageLauncher: Just double-click the file, and it will be added to your applications.

or alternatively, run manually:
sh
        chmod +x flites.AppImage
./flites.AppImage