Skip to content

UNOFFICIAL-1.5.5-2026.07.01

Pre-release
Pre-release

Choose a tag to compare

@BobSynfig BobSynfig released this 04 Jul 13:14
4d488c2

SynfigStudio-UNOFFICIAL-1.5.5-2026.07.01-linux64-4d488.AppImage

Built from BobSynfig/synfig:master (which is a copy of synfig/synfig:master) with morevna-builds system

Modifications

Converted to linux64 AppImage v2 for smaller size and portability features.
Added "branding" as a reminder that it is not an official build (Splash screen, Main window + About dialog)
Removed duplicated libs making them as symlink as it should be (also spares disk space)

Make it Portable

Make it portable by creating .home and .config subfolders in the same folder as your AppImage with the exact same name plus the extensions.
You will avoid to mess your official install of SynfigStudio and you can keep your settings with the application on a USB stick even on another computer.

mkdir SynfigStudio-UNOFFICIAL-1.5.5-2026.07.01-linux64-4d488.AppImage.home
mkdir SynfigStudio-UNOFFICIAL-1.5.5-2026.07.01-linux64-4d488.AppImage.config

You should rename the whole as Synfig-UNOFFICIAL.AppImage, everytime you download a new version, so you could keep your current portable settings.

Synfig CLI

In order to use synfig cli with this build, call this AppImage with the parameters --exec synfig

To make it easier to use, you can create 2 bash scripts (make them executable, without extension)

synfigstudio :

#!/bin/bash
APPIMAGE=SynfigStudio-UNOFFICIAL-1.5.5-2026.07.01-linux64-4d488.AppImage
./$APPIMAGE "$@"

synfig :

#!/bin/bash
APPIMAGE=SynfigStudio-UNOFFICIAL-1.5.5-2026.07.01-linux64-4d488.AppImage
./$APPIMAGE --exec synfig "$@"

Gentoo compatibility

In order to use Synfig in Gentoo, please ensure to have audit installed and to make these 2 symlinks

sudo emerge --sync
sudo emerge audit
sudo ln -s /usr/lib64/libaudit.so.1   /usr/lib64/libselinux.so.1
sudo ln -s /usr/lib64/libelogind.so.0 /usr/lib64/libsystemd.so.0

Running Synfig AppImage (Linux) in Windows 11 (WSL 2)

You can also run the AppImage in Windows.
See details here