Skip to content

Installation

  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.