Skip to content

Installation

There are several ways to install Applio. We recommend using the Dione Launcher for the easiest setup and management.

The Dione Launcher is the simplest way to install and update Applio. It handles all the dependencies and setup for you.

  1. Download and install the Dione Launcher.
  2. Open the launcher and search for “Applio”.
  3. Click Install and follow the on-screen instructions.

If you prefer to install Applio manually, you can use our precompiled version (Windows) or the installation scripts.

  1. Download the latest precompiled .zip file from Hugging Face.
  2. Extract the archive to a simple path on your C: drive (e.g., C:\Applio).
  3. Run the run-applio.bat file to start Applio.

This section contains advanced installation methods and guides for specific hardware.

If you have an AMD GPU, you can set up Applio with Zluda for hardware acceleration.

  1. Download and install the VC++ Runtime.
  2. Verify your GPU meets the System Requirements.
  3. Install the appropriate HIP SDK version from the AMD ROCm Hub for your GPU.

If the manual installation for Linux/macOS fails, you may need to set up a virtual environment manually.

  1. Ensure you have Python 3.10 installed.
  2. Open a terminal in the Applio directory and run:
    Terminal window
    sudo apt install python3.10-venv -y
    python3.10 -m venv .venv
    source .venv/bin/activate
    # Continue with installation steps inside the virtual environment

  • To update Applio, we recommend deleting the current Applio folder and reinstalling using your preferred method. Be sure to back up your audios and models folders first!
  • To uninstall Applio, simply delete the Applio folder.