Announcement by the creator: https://forum.syncthing.net/t/discontinuing-syncthing-android/23002
Unfortunately I don’t have good news on the state of the android app: I am retiring it. The last release on Github and F-Droid will happen with the December 2024 Syncthing version.
Reason is a combination of Google making Play publishing something between hard and impossible and no active maintenance. The app saw no significant development for a long time and without Play releases I do no longer see enough benefit and/or have enough motivation to keep up the ongoing maintenance an app requires even without doing much, if any, changes.
Thanks a lot to everyone who ever contributed to this app!
Cool, now I have to find something else to sync my Obsidian vault to my phone. It just worked! Fuck. =____=
Check out resilio.
As noted elsewhere Syncthing-Fork is still going strong, and a drop-in replacement, it’s on F-Droid.
Do you know if I need to reconfigure my folders?
I guess if the transition is not smooth there is still time for them to adapt something until the very end…
On another hand, it seems like we all deposited all our eggs in one basket huh?
I really can’t think of many Synching replacements… Even when I know there are a few.
Not sure, but it is still active with like 80 contributors. It’s much the same as the original with a couple of extra features and more languages, so transition should be minimally painful, maybe even export - import level. I’ve been using it for years as I saw the original wasn’t very active, but they’re pretty much (essential) feature complete and stable, which is good. Apparently, google thinks that’s bad.
Just made the transition, couldn’t be easier. Export, import, profit
Great to hear!
deleted by creator
God this is sad.
The parts of tech that are useful and elegant are contracting, while subscriptions and ads just get more obnoxious.
Oh my goodness! Syncthing without Android leaves me screwed. My whole digital life revolves around it.
Oh don’t worry to much, mine too: If there wasn’t an alternative for syncthing on android, I might have kept it on lifesupport :)
What is this alternative of which you speak?
deleted by creator
Ooh.
Thanks.
I’ve been running the fork for a long time but somehow figured it was a soft-fork and maybe not really viable without upstream development from syncthing.
Now @imsodin@infosec.pub 's comments are making a lot more sense.
This whole thing is more or less a non-issue then?
not quite
But that is the original Syncthing app @fine_sandy_bottom was talking about the fork that is available in F-Droid
Only one I can think of is Resilio, but it’s hard on RAM and battery for large folders.
It’s been forever since I looked at resilio so this may be an unfair appraisal but… I seem to remember it’s one of those OSS projects that feels a lot more like free tier commercial software. Do you think that’s the case or nah?
Honestly just a dumb rsync client would be enough for me.
And I don‘t know what‘s going on with them. There weren’t any updates for years, now there is a design overhaul, no new features and suddenly they want me to register. Duck
What’s the history behind this? Why could the changes be done upstream, necessitating a fork?
Sounds like the original maintainer is tired of maintaining it, and the amount of community support wasn’t enough to justify continuing to put in the effort. And then Google’s packaging process pushed it over the edge, hence retiring the project.
The fork is just another person deciding to take up maintenance of the project.
I know that part.
The other fork has existed for a long while.
Mine too!
FolderSync is a good alternative, more battery friendly too!
deleted by creator
OH NO, I hope the fork will continue for a bit otherwise I’m so cooked 🥶🥶🥶
Agreed. Horrible news.
Hoping Syncthing-Fork will continue.
Well that’s a shame. I’m sort of half-assedly using syncthing to backup my photos from my phone to my server, but mostly I rely on immich. I never really got the hang of using syncthing with my phone.
It’s stupid easy to setup, even has a built-in photo backup job.
I use Syncthing-Fork because it moves all the sync conditions into each job.
So my photos sync regardless of charging state or network (I’m willing to pay for the data to ensure photos are instantly synced). While other things only sync while on WiFi and charging (e.g. Neobackup).
Just got into using Syncthing for my home network, was thinking I should add it to my phone. Makes sense it dies the instant I consider it
deleted by creator
Lol, I was also looking at installing it last weekend.
I guess this thing is on the same connection as my stock choices.
My advice is to be less like me
It seems to be working for other people
Consider yourself lucky, I feel the pain of seeing the end of years of a loving relationship.
this is your fault.
I’m a fucking albatross, I know… Or whatever that sailor’s curse bird is I forget. A crested wank.
Out of the loop. What is this app for?
It’s a very stable, reliable, local, cross-platform file syncing that is pretty easy to set up. Basically, it allows you to have a shared folder (or folders) on multiple devices without using Google Drive, OneDrive, iCloud, etc.
Syncing things
Syncthing is application that sync folders across devices. This was the mobile version
It’s a very convenient app to sync files between your devices. It’s cro-platform and doesn’t require any registrations.
Many people (me included) use it to sync their password databases.
Oh No! This is terrible news. This IMHO is one of the most irreplaceable projects out there. I don’t know of another cross-platform local file syncing app that comes anywhere close to this. I hope that it can continue even if it’s not through the Play Store.
Google seems to be torpedoing open source developments with a number of decisions lately. Maybe they see F-Droid as a threat now that EU is making them open competition? Maybe they just don’t care.
Fyi the syncthing-fork guy (catfriend1) who’s still updating has a donating button on F-droid via Liberapay. It’s up to you if your financial situation allows you to donate, but the more of us help the remaining developers for their time, in particular those of us that rely so much on their work, the better off we’ll be. Let’s give them a little motivation to keep working on this.
FYI2 syncthing-fork (as written and confirmed in this thread) has an import button for your folders from syncthing Android.
PayPal though. Is there another way to donate to this superhero?
I tried looking around but this humble soul doesn’t have much in the way of receiving donations. I suggest contacting him via https://github.com/Catfriend1 to ask for an alternative and if he gets back to you, share it here for other people who dislike paypal.
Great idea.
For the F-droid enabled users, it seems there’s a Syncthing app in the Termux repos:
~ $ apt show syncthing Package: syncthing Version: 1.28.0 Maintainer: @termux Installed-Size: 26.4 MB Homepage: https://syncthing.net/ Download-Size: 7857 kB APT-Sources: https://packages.termux.dev/apt/termux-main stable/main aarch64 Packages Description: Decentralized file synchronization
Holy shit. I can use apt to install packages on my phone securely?? Please tell me more
Termux (on F-droid) is a userland environment that runs on top of your Android device’s kernel. It has Debian/Ubuntu-like package management system that pulls from repos maintained by the termux team. If the package is available for aarch64, its probably available in the termux repos. Its not so much of an app as it is an alternate userland that runs on top of the same kernel, but can interact with Android a couple of different ways.
The main Termux app gets you a basic command line environment with the usual tools included in a headless Linux install. From there you can select your preferred repos, do package updates, installs, etc, just like on a desktop or laptop. You could even install a desktop environment and use RDP to access it.
Then there are some companion apps that are useful:
- Termux:boot is like a primitive rc.d feature that executes upon boot up any scripts found in the termux ~/.termux/boot directory. You could use the feature to launch an SSH server, or perhaps start your syncthing service when the phone starts up.
- Termux:Tasker is a Tasker plugin that allows Tasker to launch scripts in .termux/tasker based on whatever triggers or profiles you define in Tasker. For example, stop or start selected services when connected to your home WiFi
- Termux:API is a set of termux utilities to interact with the Android API, and do things like send messages, interact with the camera or battery, and manipulate system settings.
So you could install the syncthing package in Termux and (after setting up Termux access for your internal storage) configure it to sync folders from your phone to wherever syncthing syncs. You’d set up a start script under Termux:boot to launch it when your phone starts, or Tasker to start/stop the service on your home WiFi.
Yeah, seems like this is what some people are using. They said you can use Tasker to run it in the background.
So is this the same as installing on the desktop? Run the service and then http to home to configure?
Does systemd for daemons work on Android?
deleted by creator
Hoping it remains viable for a long time without updates. Syncing my KeePass database is really key for me. I need to fluidly add and read passwords from at least 3 devices.
Syncthing-fork on fdroid.
deleted by creator
With today’s BitWarden drama, I planned to use KeePass with SyncThing for like an hour before seeing this :(((
Got any links to the bitwarden drama? I missed it.
Bitwarden’s last update made the iOS categorically worse and impacted the Pin unlock functionality on Linus desktop. Guess I’m migrating to Proton’s offering along with the rest of their suite. Hope they don’t go down the enshittification rabbit hole anytime soon.
That sucks. But I think this is specifically about their open source licensing.
Hope they don’t go down the enshittification rabbit hole anytime soon.
Apparently they’re transitioning to a non-profit business model
Thanks for that. Looks like I’ll be keeping an eye out for replacements just in case.
I use bitwarden. Are they not good anymore? Data Breach?
Here you go https://lemmy.ndlug.org/post/1268531
I too use Bitwarden, self-hosted. What’s up with Bitwarden? I haven’t heard anything (other than some of the Keypass master race sometimes throwing dirt at it).
deleted by creator
Thanks. I guess it’s about time for me to start looking at being part of the master race crowd then. I appreciate the link.
They couldn’t take the heat in Github 🤣
This is one of the many things I use Syncthing for.
Is webDAV not good enough for that? I use keepass via webDAV feature of the nextcloud (I know some think it is bloated) but I guess there are other lightweight webDAV solutions…
I’ve used both. NC android app doesn’t sync and one needs to host the entire platform. When using generic webDAV one still needs a dedicated sync solution.
I self host NC and still prefer SyncThing for keeping my KeePass database updated and fresh across devices.
I see, my app that I use for keepass has integrated webDAV sync where I can point it to a keepass file on the webDAV server (strongbox iOS) I just thought android keepass apps should have such feature as well.
The iOS app of NC is slow as well, and not good enough for using to sync keepass files, but the Linux app seems to be good enough.
And yea, just learned, that sync thing apparently works without a server but all P2P? That is 100% killer feature 😃👌🏻
The NC app (and DAVx5 contacts and calendar sync for that matter) do provide a WebDAV mount point on android so I suppose I could access content directly. And someone mentioned there’s DAV support in some clients as well. Perhaps I’m just overly worried about losing access, with Syncthing the files are on my device no matter if my self-hosted home solution or internet goes down.
But the no-server cloud function of Syncthing is absolutely a killer feature. And very important as a simple and easy privacy solution for inexperienced users IMO. I was hoping for a better windows solution, not a deprecation of device support.
Speaking of servers, I also run a Syncthing server so I can sync files without having two user devices online at the same time. Syncthing natively support encryption at rest (files on disk) so it satisfies my absolute demand of never storing unencrypted personal files on a server. Even if the server is disk encrypted, in my own home and only accessibly through VPN…
Encrypted password database in encrypted storage on an encrypted storage only accessibly by encrypted connection via an encrypted connection… Maybe I’m overdoing it. Who am I kidding, I’d get a rottweiler to guard my home server if I could.
IIRC Keepass2Android does have that feature.
Fair point. Does it cache the database for when one’s of the grid?
Yup!
I am not the creator, funnily that is/was one of the Lemmy creators: Nutomic :)
I am a syncthing co-maintainer that kept the android app on life support since a while.THANK you for the hard work! Your app is part of my phone photo and appdata backup.
Side question: Will you continue with a fork for f-droid?
As the statement says I wont - it will be fully discontinued. This statement applies to the official app only. It doesn’t say anything about other apps or forks - any existing once can and hopefully will continue to exist. Also all the code is free.
In that case, could the syncthing-fork app be renamed to syncthing, now that it’ll probably be the main Android app for Syncthing?
Sad to hear but my point still stands: Thank you very much for your work.
Any recommendation for an Android fork or any other way to make it work on mobile without an app (if that’s even possible)
Thank you for your work!!!
funnily that is/was one of the Lemmy creators: Nutomic :)
Plot twist
Thank you for all of your hard work!
Oh boy, just wanted to get into it. Damn sad, not of course understandable, the developers are only humans as well
deleted by creator
Ah thanks for the info.
oof. All I can do is thank you for the hard work that anybody’s put into this, and I’m sad to see it go because I’ve been using this with my keypass for probably about a year now.
Really hoping the Graphene OS lawsuit allows for some Options to open up again!
Can you share what lawsuit you’re referring to? 🙏
Looks like they still haven’t launched it yet. They just mentioned they would in this Ars Technica article.