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
- Download the latest macOS build: Download
- Open the .dmg file and drag Flites into the Applications folder.
- Launch Flites from the Applications folder.
# Windows
- Download the latest Windows installer: Download
- Run the .exe file and follow the installation steps.
- Open Flites from the Start Menu.
# Linux
.deb Package (Debian, Ubuntu, Pop_OS!, TuxedoOS, etc.)
- Download the latest .deb package: Download
- Install it using the command below
- Then launch flites from your applications menu
sh
sudo dpkg -i flites.deb
AppImage
(we recommend installing using AppImageLauncher)
- Download the latest .AppImage file: Download
- (Recommended) Install AppImageLauncher for automatic updates and integration.
- 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