this post was submitted on 27 Jul 2026
21 points (100.0% liked)

Privacy

50695 readers
595 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 6 years ago
MODERATORS
 

TL;DR: v1.4.2 is the latest stable release. Since v1.0, I've added P2P synchronization, ArchiveBox integration, and expanded platform support to Windows and BSD.

Release v1.4.2

GitHub: https://github.com/blob42/gosuki Documentation: https://gosuki.net/


Hi All,

It has been about a year since I posted the first version of GoSuki here. For those who missed it, I built this tool because I was tired of bookmark managers that require a cloud account or a browser extension that tracks every page I visit.

Since v1.0, the project has evolved from a simple aggregator into a more robust local-first data tool.

What has changed since v1.0 The core philosophy remains the same—no extensions, no cloud, no telemetry—but the implementation is significantly more capable:

  • P2P Synchronization (Gosuki+): I implemented a real-time peer-to-peer sync mechanism. You can now synchronize bookmarks across multiple devices without a central server or a third-party provider.
  • Archival Integration: I've integrated ArchiveBox support, allowing users to automatically trigger local snapshots of their bookmarks to prevent linkrot.
  • Expanded Browser Support: Beyond the basics, GoSuki now supports Zen Browser, IceCat, Pale Moon, and Basilisk.
  • Database Resilience: The storage layer has been hardened with schema versioning and automatic backups before migrations to ensure data integrity.

Highlights of the v1.4.x Series

The latest updates focus on platform accessibility and developer workflow:

  • Windows and BSD Support: GoSuki is no longer Linux-only. It now builds for Windows (with a native systray icon) and Open/Net/Free-BSD.
  • macOS: Available via homebrew Tap / Cask
  • Decoupled Browser Definitions: Anyone can participate to add support for new browser by defining default paths in a simple YAML file.
  • Enhanced CLI: The suki command now supports advanced search and sort syntax.

Upcoming feature: Local Reddit Archival

I am currently building a deeper archival system for the Reddit module that will keep a full local copy of all your liked/upvoted posts, including comment tree and media. Lemmy would be an easy update afterwards.

GoSuki remains open source under the AGPLv3 license. If you value data ownership and want a tool that treats your bookmarks as your own, I invite you to check out the latest release.

Note: Multi devices sync with Syncthing is also possible

top 9 comments
sorted by: hot top controversial new old
[–] eldavi@lemmy.ml 4 points 1 month ago* (last edited 1 month ago) (1 children)

i've been dragging my feet about getting off firefox before it enshitifies too much and my bookmarks is a big part of it since i rely on syncing between all my devices, but now i know that alternatives exist; thanks for that.

[–] blob42@lemmy.ml 4 points 1 month ago (1 children)

The enshittification is what motivates me to keep working on this project.

[–] eldavi@lemmy.ml 1 points 1 month ago

I need to adopt the motto.

I have the skills to do this, so i really should.

[–] warmaster@lemmy.world 4 points 1 month ago (1 children)

Hi, first I wanted to thank you for making something FOSS. Secondly, I wanted to point out the huge elephant in the room:

There's a gazillion self-hostable bookmarking apps, yet only a handful that do browsing history sync and they are old, clunky or not well maintained. I see that as an oppportunity if you ever wanted to add something useful and unique. Sure, it has it's own challenges, however if you found how to solve them, your app would be one of a kind.

[–] blob42@lemmy.ml 3 points 1 month ago (1 children)

Thanks for the feedback !

Regarding "history sync", I designed Gosuki specifically to make this functionality feasible. For now I am prioritizing improving the web UI first and Reddit archival. I will add history sync right after. FYI it would be a trivial PR for someone comfortable with programming.

[–] warmaster@lemmy.world 1 points 1 month ago

Thank you ! I'll keep watch for when that happens. Great news indeed!

[–] helix@feddit.org 2 points 1 month ago (1 children)

Can you sync with Syncthing or another cloud instead of the inbuilt p2p feature?

[–] blob42@lemmy.ml 3 points 1 month ago* (last edited 1 month ago) (1 children)

Yes with Syncthing and the html autoimport module you could potentially sync with anything until other sync protocols are builtin

https://gosuki.net/docs/features/multi-device-sync/syncthing/

[–] helix@feddit.org 1 points 1 month ago