OpenFunscripter on Linux

Hi i am new here. Look like no one talked about this so I am going to write something about it.
Actually running OpenFunscripter on Linux is quite simple, firstly you have to install FUSE (Filesystem in Userspace) library, as I am using Ubuntu 22.04, I can use the following command to install it:
sudo apt install libfuse2
If your Linux is Ubuntu 24.04, you need to run the following command instead:
sudo apt install libfuse2t64
Then you just have to download the AppImage version of it from GitHub, right-click on it and select Properties, then go to the Permissions tab and check the box that says “Allow executing file as Program”. Once you have made the AppImage file executable, just double-click on it to run it.

In most cases it should work, but for OpenFunscripter it didn’t. So I open the terminal at file manager by right-clicking at space and select “Open in terminal”.
ofs01
Then run it at command line to look for more info:
./OFS-64x_5b0c699b84b871eff5534303ce07adeef82679b6.AppImage
It complains about cannot find some libraries.


So I install it by the following command:
sudo apt install libmpv1
Finally it works!

6 Likes

Seems to be working pretty well for me. I appreciate the info share. We have a lack of supported software xD