Inochi Creator is a free and open source Inochi2D puppets creator software for Linux, Windows and MacOS. Inochi2D is a framework for realtime 2D puppet animation. You can use this animation in your games and VTubing. It is written in D Programming language and released under BSD 2-Clause “Simplified” License.
Download Inochi Creator [Windows,Linux,MacOS]
How to Install Inochi Creator on Ubuntu Linux
Download Inochi Creator in .AppImage file format and save it in your Downloads folder. Now in your terminal software (ctrl+alt+t) run below commands one by one. Here “inochi-creator-x86_64.AppImage” downloaded file name.
cd Downloads
sudo chmod +x ~ inochi-creator-x86_64.AppImage
./inochi-creator-x86_64.AppImage
[OR]
Download portable Linux Inochi Creator zip file. It will look like “inochi-creator-linux-x86_64.zip” . Just right click the extract here. Open the extracted folder and run or double click the “inochi-creator” program file. I will run the Inochi Creator app
Install Inochi Creator via Flatpak:
First install flatpak and flathub and restart your system after the installation . Now in the terminal software run below Inochi Creator flatpak installation command.
flatpak install flathub com.inochi2d.inochi-creator
After that open Inochi Creator using this command.
flatpak run com.inochi2d.inochi-creator
You can uninstall it using this command.
sudo flatpak uninstall com.inochi2d.inochi-creator
That’s it.