Automatically sync your files with Git
Twinkle is powered by the version control system Git and supports the Large File Storage (LFS) extension. Collaborate using services like GitHub, GitLab and Codeberg or self-host.
Twinkle is designed and built for the GNOME platform. Available on Flathub.
# Install from Flathub
flatpak remote-add flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub studio.planetpeanut.Twinkle
Twinkle is Free and Open Source software: you can redistribute it and/or modify it under the terms of the GNU General Public License v3 or later. It's written in Rust and here's how to build it:
# Build with Meson
meson setup build
ninja -C build
sudo ninja install -C build
Have fun, make awesome. :)
– Hylke