Installation

Download

Tip

Check if your system meets the minimum requirements before installing.

Stable Version:

To download OpenUTAU, access the Official Website.

OpenUTAU

OpenUTAU Website

https://www.openutau.com/

OpenUTAU Github

https://github.com/stakira/OpenUtau

Beta Version:

However, we recommend using the beta version of the program, which can be found on the Github Release Page.

Github Release Page

https://github.com/stakira/OpenUtau/releases

How to download from Github Release Page

The latest stable version is identified with the green text Latest next to the version number. The beta version is identified with the yellow text Pre-release.

First, click on "Assets" to show all versions.

  • On Windows, use OpenUtau-win-x64 by default. The difference between .exe and .zip is explained in the installation section.
  • For specialized Windows environments (Arm devices like Surface), use OpenUtau-win-arm64.
  • If you are using a 32-bit Windows OS, use OpenUtau-win-x86.
  • On macOS, if your CPU is an Intel chip, use OpenUtau-osx-x64.dmg.
  • On macOS, if your CPU is Apple Silicon (like an M1 chip), use OpenUtau-osx-arm64.dmg.
  • On Linux, use OpenUtau-linux-x64.zip or OpenUtau-linux-arm64.zip.
  • Files ending in ".xml" are administrative files for developers and are not used for installation.
Info

When installed, a prompt to install the stable version will appear on screen, close the prompt window.
To show beta updates, enable it in Preferences.

How to enable Beta Version
  1. Open OpenUTAU
  2. Go to Tools > Preferences
  3. In the General section, check the "Beta" option
  4. Restart OpenUTAU
  5. If a beta version is available, you can install it

Toggle Beta

System Requirements

Operating System:Windows 10/11, macOS 10.15+, Linux (tested on Ubuntu 20.04+)
CPU:Processor x86, x64, or ARM64
RAM:4GB minimum, 8GB recommended
Disk Space:200Mb for installation + space for voicebanks
Screen Resolution:1280×720 minimum

Installing OpenUTAU

Windows
macOS
Linux

Installer

Click twice on the downloaded .exe file and follow the installation instructions.

  • Install in the default location (Program Files).
    (Currently, there is a problem where the previous installation location is not remembered during updates.)
  • When using the installer version, the location for voicebanks, engines, plugins, etc. is fixed in the user's Documents folder.
    As voicebanks require a significant amount of storage space, if your C: drive doesn't have enough capacity or if you use OneDrive backup, use the portable version instead of the installer version.

Portable

After unpacking to a new folder, you can start the application by double-clicking OpenUtau.exe.

  • For the portable version, you will place voicebanks, engines, plugins, etc., in the specific folders where the OpenUtau.exe is located.
    Installation in a separate partition or external HDD is also possible (note that operations may be slower on external devices).
  • Never place it in locations that require administrator privileges, such as Program Files.
  • If you place it in folders like Downloads or Documents, make sure to disable OneDrive backup.
  • If storage space is insufficient, consider placing it on a different drive.
OpenUtau
Plugins# Local where plugins will be installed / added
plugin.dll
plugin.exe
Singers# Local where voicebanks will be installed / added
singer01
singer02
singer03
Resamplers# Local where resamplers will be installed / added
resampler01.exe
resampler02.exe
resampler03.exe
Wavtools# Local where wavtools will be installed / added
wavtool01.exe
wavtool02.exe
wavtool03.exe
OpenUtau.exe# Main OpenUTAU file
  1. Double-click the downloaded .dmg file.
  2. Drag the application icon to the folder icon.
  3. Open the Terminal, type xattr -rc /Applications/OpenUtau.app and press Enter.
  4. Open OpenUtau in the Applications folder or LaunchPad. '

Arch or similar (for example, Manjaro)

  • Install the openutau-bin from AUR (for example, using yay yay -S openutau-bin).

Gentoo

  • Install app-eselect/eselect-repository to enable the guru overlay.
  • Run eselect repository enable guru and emaint sync -r guru to enable and sync the overlay (you may need to install dev-vcs/git).
  • Execute emerge openutau to install OpenUtau.

Others

  • Extract the .zip file and run OpenUtau from a terminal using ./OpenUtau in the same folder where OpenUtau was extracted.
  • Or check the installation scripts created by the community.