Installing OpenToonz¶
Downloading OpenToonz¶
You can download the appropriate version of OpenToonz for your operating system from the Download page in the official OpenToonz web site. Choose either the Windows or macOS version to start downloading the installer application.
Note
All other builds apart from the ones downloaded from the official web site ARE NOT officially supported.
It’s possible to find the developer’s “nightly” builds here, where you can test the latest features and bug fixes, as they are being included in OpenToonz.
Note
WARNING: Use at you own risk! The Nightly Build version could potentially be a highly unstable one, so it is not adviced to use it in production environments.
Also, MorevnaProject provides builds for Windows 32-bit, Windows 64-bit, macOS, and appimage as well as snap for Linux.
Finally, there are OTX (OpenToonz eXperimental) timely releases by manongjohn avalaible for Windows 64-bit, macOS and in appimage format where it is possible to test the latest features and bug fixes in a portable way (i.e. without the need to do a full OpenToonz install).
Installing on Windows¶
Execute the OpenToonzSetup.exe file and follow these steps:
Choose the language for the installer messages.
Accept OpenToonz Terms of Use.
Decide where to install the OpenToonz stuff folder and if you wish to overwrite any settings in a preexisting OpenToonz stuff folder in the chosen location (except for user’s personal settings, which will always be preserved).
Decide whether or not to create a desktop icon during the installation process.
Press the Install button to start the installation process with the chosen settings.
Decide whether or not to Launch OpenToonz right away after closing the installer.
Chocolatey¶
choco install opentoonz
Installing on OS X¶
Follow these steps:
Right-click on the OpenToonz.pkg file in Finder & select Open.
Press the Continue button.
Choose a language and press the Continue button.
Press the Agree button to accept the OpenToonz Terms of Use.
Select the install destination (will be Macintosh HD unless multiple disks are available) and press the Continue button.
Press the Install button to start the installation process with the chosen settings.
Press the Close button to exit the installer.
Homebrew¶
brew cask install opentoonz
Installing on Linux¶
ALT Linux¶
# apt-get install opentoonz opentoonz-doc
Arch Linux¶
# pacman -S opentoonz
Debian GNU/Linux¶
Download PGP signing key package.
wget http://www.deb-multimedia.org/pool/main/d/deb-multimedia-keyring/deb-multimedia-keyring_2016.8.1_all.deb
Install PGP package.
sudo dpkg -i deb-multimedia-keyring_2016.8.1_all.deb
Add repository address to your sources list.
sudo echo "deb http://www.deb-multimedia.org stable main" | tee -a /etc/apt/sources.list
Builds for testing and sid also avalaible.
Note
Debian packages avalaible only for amd64, arm64 and i386 architectures.
Install OpenToonz.
sudo apt update && apt install opentoonz opentoonz-data
Tip
For updating enter sudo apt update && apt upgrade
.
Gentoo¶
sudo emerge media-gfx/opentoonz
NixOS¶
nix-env -iA nixos.opentoonz
openSUSE¶
sudo zypper install opentoonz
Solus¶
sudo eopkg install opentoonz
Void Linux¶
sudo xbps-install -S opentoonz
Universal binaries¶
Flatpak¶
Installing.
flatpak install flathub io.github.OpenToonz
Run.
flatpak run io.github.OpenToonz
Snap¶
sudo snap install opentoonz