install - stakira/OpenUtau GitHub Wiki
The beta version can be downloaded from the GitHub Release Page.
If you install the beta version from the start, you may be prompted to install the stable version during the initial launch update notification (because the default setting in Preferences is to use the stable version).
First, enable “Beta” in Preferences.
How to Download from GitHub's Release Page
The latest stable version is marked with green text Latest
next to the version number. The beta version is marked with brown text Pre-release
.
First, click “Show all assets” to display all versions.
- On Windows, use “OpenUtau-win-x64” by default. The difference between .exe and .zip is explained below.
- For certain specialized Windows environments (Arm devices) like Surface, use “OpenUtau-win-arm64”.
- If you are using a 32-bit OS on Windows, 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 (such as 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.
OpenUtau supports Windows 8.1 and above (Windows 10 is required for DiffSinger).
Double-click the downloaded .exe and follow the installation instructions.
- Please install to the default location (Program Files).
(Currently, there is an issue where the location of the previous installation is not remembered during updates.) - When using the installer version, the location for voicebanks, engines, plugins, etc., is fixed to the user's Documents folder.
Since this requires a significant amount of storage space, if your C drive lacks sufficient capacity or you use OneDrive backup, please use the portable version instead of the installer version.
After unzipping 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 folder containing OpenUtau.exe.
Installation on a separate partition or external HDD is also possible (note that operation may be slower on external devices). - Never place it in locations requiring administrator privileges, such as "Program Files".
- If placing it in folders like Downloads or Documents, be sure to disable OneDrive backup.
- If storage space is insufficient, consider placing it on a different drive.
OpenUtau supports macOS 10.14 Mojave and above (macOS 11 Big Sur is required for DiffSinger).
- Double-click the downloaded .dmg file.
- Drag the app icon to the folder icon.
- Open Terminal, type
xattr -rc /Applications/OpenUtau.app
, and press Enter. - Open OpenUtau from the Applications folder or LaunchPad.
- Install openutau-bin from AUR (Eg. using yay
yay -S openutau-bin
).
- Install
app-eselect/eselect-repository
in order to enable the guru overlay. - Run
eselect repository enable guru
andemaint sync -r guru
to enable and sync the overlay (dev-vcs/git
may be needed to be installed). - Run
emerge openutau
to install OpenUtau.
- Extract the tar.gz file yourself, and run
OpenUtau
from a terminal. - Or check the community-created installer scripts.
By default, OpenUtau will use the same language as your computer, or English if a translation is unavailable. To manually change the language, go to Tools > Preferences.
OpenUtau provides an internal wavtool along with a resampler, Worldline.
To install an external resampler, place a resampler .exe or .dll into the "Resamplers" folder where OpenUtau is installed.
Tip
On linux, the Resamplers
folder is located at ~/.local/share/OpenUtau/Resamplers
.
If you already use UTAU, you can copy + paste resamplers that you already have. Check Resamplers for a list of compatible resamplers.
After adding a track, you can select the resampler and wavtool by pressing the settings cog on the lower right of the track header. Please note that only wavtools that are compatible with the currently selected resampler will be shown; for instance only "simple" and "convergence" will be available to choose when Worldline is selected.
Voicebanks can be installed through Tools > Install Singer...
On non-Japanese systems, unzipping a zip file created on a Japanese system often leads to mojibake file names. The Install Singer tool helps convert file names correctly. You could also unzip yourself if the file names can be correctly unzipped.
When installing a voicebank, a window will pop up with a file encoding option. Use this option if you're not sure about how the voicebank is encoded (for example, a Japanese voicebank created by a Chinese user). You will know when the encoding is right.
Another way to install singers is to set the Additional Singer Path to an existing folder with singers, such as the UTAU voice folder.
You can then see your installed voicebanks in the Tools > Singers... menu.
If you're using MacOS, before you download a voicebank, navigate to Settings > General
and uncheck Open "safe" files after downloading
.