Skip to content

Releases: BobSynfig/synfig

UNOFFICIAL-1.5.3-2025.08.01

04 Aug 12:58
b9880a2
Compare
Choose a tag to compare
Pre-release

SynfigStudio-UNOFFICIAL-1.5.3-2025.08.01-linux64-b9880.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.3-2025.08.01-linux64-b9880.AppImage.home
mkdir SynfigStudio-UNOFFICIAL-1.5.3-2025.08.01-linux64-b9880.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.3-2025.08.01-linux64-b9880.AppImage
./$APPIMAGE "$@"

synfig :

#!/bin/bash
APPIMAGE=SynfigStudio-UNOFFICIAL-1.5.3-2025.08.01-linux64-b9880.AppImage
./$APPIMAGE --exec synfig "$@"

SynfigStudio-UNOFFICIAL-1.5.3-2025.07.23 with Converter Absolute

SynfigStudio-UNOFFICIAL-1.5.3-2025.07.23-linux64-ffb14.AppImage

Built from BobSynfig/synfig:converter_abs (which is a copy of synfig/synfig:master + Converter Absolute) 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)
Converter Absolute for Angle/Integer/Real

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.3-2025.07.23-linux64-ffb14.AppImage.home
mkdir SynfigStudio-UNOFFICIAL-1.5.3-2025.07.23-linux64-ffb14.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.3-2025.07.23-linux64-ffb14.AppImage
./$APPIMAGE "$@"

synfig :

#!/bin/bash
APPIMAGE=SynfigStudio-UNOFFICIAL-1.5.3-2025.07.23-linux64-ffb14.AppImage
./$APPIMAGE --exec synfig "$@"

UNOFFICIAL-1.5.3-2025.07.06

06 Jul 11:58
9041eeb
Compare
Choose a tag to compare
Pre-release

SynfigStudio-UNOFFICIAL-1.5.3-2025.07.06-linux64-9041e.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.3-2025.07.06-linux64-9041e.AppImage.home
mkdir SynfigStudio-UNOFFICIAL-1.5.3-2025.07.06-linux64-9041e.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.3-2025.07.06-linux64-9041e.AppImage
./$APPIMAGE "$@"

synfig :

#!/bin/bash
APPIMAGE=SynfigStudio-UNOFFICIAL-1.5.3-2025.07.06-linux64-9041e.AppImage
./$APPIMAGE --exec synfig "$@"

UNOFFICIAL-1.5.3-2025.06.19

19 Jun 19:05
77f1654
Compare
Choose a tag to compare
Pre-release

SynfigStudio-UNOFFICIAL-1.5.3-2025.06.19-linux64-77f16.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.3-2025.06.19-linux64-77f16.AppImage.home
mkdir SynfigStudio-UNOFFICIAL-1.5.3-2025.06.19-linux64-77f16.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.3-2025.06.19-linux64-77f16.AppImage
./$APPIMAGE "$@"

synfig :

#!/bin/bash
APPIMAGE=SynfigStudio-UNOFFICIAL-1.5.3-2025.06.19-linux64-77f16.AppImage
./$APPIMAGE --exec synfig "$@"

UNOFFICIAL-1.5.3-2025.06.12

12 Jun 23:02
f5f338c
Compare
Choose a tag to compare
Pre-release

SynfigStudio-UNOFFICIAL-1.5.3-2025.06.12-linux64-f5f33.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.3-2025.06.12-linux64-f5f33.AppImage.home
mkdir SynfigStudio-UNOFFICIAL-1.5.3-2025.06.12-linux64-f5f33.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.3-2025.06.12-linux64-f5f33.AppImage
./$APPIMAGE "$@"

synfig :

#!/bin/bash
APPIMAGE=SynfigStudio-UNOFFICIAL-1.5.3-2025.06.12-linux64-f5f33.AppImage
./$APPIMAGE --exec synfig "$@"

UNOFFICIAL-1.5.3-2025.05.18

19 May 11:08
a32f461
Compare
Choose a tag to compare
Pre-release

SynfigStudio-UNOFFICIAL-1.5.3-2025.05.18-linux64-a32f4.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)

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.3-2025.05.18-linux64-a32f4.AppImage.home
mkdir SynfigStudio-UNOFFICIAL-1.5.3-2025.05.18-linux64-a32f4.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