Syncthing GTK GUI Application for Syncthing

Syncthing GTK is a free and open source GUI for Syncthing continuous file synchronization service for Windows and Linux. It is written in python and released under GNU General Public License v2.0. You can add, edit and delete nodes and repositories, daemon setting and more. And easily configure it via first run wizard setup. It comes with Desktop notifications and Nautilus, Files, Nemo, Caja file manager integration.

Syncthing GTK

How to install Syncthing GTK GUI on Ubuntu Linux

Syncthing GTK is available as a flatpak package from flathub. First you need to setup flatpak and flathub on your system and restart it.

Open the terminal software using ctrl+alt+t keys and run below Syncthing GTK flatpak installation command.

flatpak install flathub me.kozec.syncthingtk

It will install the latest version of Syncthing GTK on your linux system. And open it it via below command.

flatpak run me.kozec.syncthingtk

You can also uninstall it via below command.

sudo flatpak uninstall me.kozec.syncthingtk

Install Syncthing GTK via AppImage

Download Syncthing GTK

Also Read:  Enable AppImage Support in Ubuntu 23.04

Download Syncthing GTK in .Appmage file format from the above download link and save it on your Downloads folder. Open the terminal app and run below commands to start it.

cd Downloads
sudo chmod +x ~ Syncthing_GTK-with-everything.x86_64.AppImage
./Syncthing_GTK-with-everything.x86_64.AppImage

That’s all

If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Leave a Reply