Getting started
Installation

Installation

Installing Applio (opens in a new tab) is a simple process, and there are several ways to download and install it. If you are new to Applio, we recommend installing the precompiled version (Zip or Exe) as it comes ready to use.

GitHub

Step 1: Download from GitHub

Learn how to install Applio via the official repository.

  1. Download the .bat file of the latest version from the GitHub repository (opens in a new tab).
  2. Extract the zip file.

āš ļø Before installing:

  • Make sure that you place Applio inside a folder on the C drive.
  • Don't put it in a folder with privileged access.
  • Don't run the run-install.bat as an administrator.
  • Ensure the path does not contain any spaces or special characters.
  • Disable your antivirus and firewall to avoid missing dependencies.

Step 2: Installation on Windows

  1. Run the run-install.bat, and wait for it to download the necessary content.
  2. Run the run-applio.bat file.

Step 3: Installation on Linux

  1. Run the run-install.sh, and wait for it to download the necessary content.
  2. Run the run-applio.sh file.

If you encounter an error during execution, you can try the precompiled (Zip or Exe) version of Applio.

Hugging Face

Step 1: Zip Version

If you encounter an error during execution, try the precompiled Zip version of Applio.

  1. Download the zip here (opens in a new tab).
  2. Extract it.
  3. Click on run-applio.bat.

āš ļø Before executing:

  • Make sure that you place Applio inside a folder on the C drive.
  • Don't put it in a folder with privileged access.
  • Don't run the run-applio.bat as an administrator.
  • Ensure the path does not contain any spaces or special characters.

Step 2: Exe Version

If you encounter an error during execution, try the precompiled Exe version of Applio.

  1. Download here (opens in a new tab).
  2. Open the executable to extract the program files.
  3. Click on run-applio.bat.

āš ļø Before installing:

  • In case you get a Windows message, click on More information and then on Run anyway.
  • Make sure that you place Applio inside a folder on the C drive.
  • Don't put it in a folder with privileged access.
  • Don't open the Applio.exe or run-applio.bat as an administrator.
  • Ensure the path does not contain any spaces or special characters.

If you are having problems trying to run the executable, try with the Zip format.

Run Applio

Learn how to install Applio using commands in CMD.

Windows

./run-install.bat
./run-applio.bat

Linux/Mac

chmod +x run-install.sh
./run-install.sh
chmod +x run-applio.sh
./run-applio.sh

Paperspace

make run-install
make run-applio

How to Update Applio?

To update, delete the current Applio folder and reinstall it. Make sure to save your audios and models before deleting the current folder.