I was playing around with syncthing macos client and noticed there wasn’t any official iOS client. I looked through the syncting github and found an archived android client.
My background is heavily into building mobile apps and recently I’ve transitioned into Devops.
I missed the thrill of building mobile apps and saw that this seems like a good opportunity to bring that back by building a react-native app that can become both an iOS and Android Client from a singe codebase.
Thoughts and feedback are welcome, you may build the client locally as well the instructions are pretty simple and I’ve used nix so it should be pretty easy to get reproducible builds.
Thank you very much for this and all of your efforts are appreciated.
I’m on Android and I have installed your software thank you.
I have a friend who is an apple person do they get your software from the regular Apple App Store? I mentioned your software to a friend of mine who’s on the Apple platform and he could not find your software in the Apple Store.
Hi @Wank I’m currently in process of getting testflight approved/reviewed by apple.
will also make progress to get it released on apple app store and post here when it becomes available.
Please ask your friend to wait for a week or so and I will post here with progress updates on the same.
now available on apple app store SyncUp-Client App - App Store
I am working to also make it available in EU, have filled the necessary compliance documentation.
I will also be sharing public testflight link to join once i publish a new version here.
I applaud your effort. And I’m sure my friends and Associates will appreciate your efforts a lot more than I because I’m not an apple person. I have passed on your information to my friend who is interested in iOS software for syncthing. He’s currently using it on Windows and Mac.
I’d be interested to know how this compares to Synctrain functionality wise, besides being available for Android (which I think is great but not a platform I use personally).
I haven’t used Synctrain so I don’t know, but if you do and find something is missing in functionality or UX please let me know by opening an issue Issues · siddarthkay/syncup · GitHub and I will make it my mission to make it available.
Synctrain developer here. I haven’t yet had the time to test SyncUp, but I did have a quick look at the screenshots and code. Both apps run Syncthing in-process and wrap it with their own UI. I see two more fundamental differences between the two:
Synctrain exclusively focuses on Apple platforms (and supports iPadOS and macOS in addition to iOS). The goal is to closely integrate with the native platform and its affordances, i.e. with native UI (SwiftUI), Shortcuts, Handover support, etc. SyncUp instead supports both Android and iOS (although I can imagine iPadOS and macOS can be added easily). This can (with due effort) be as integrated of course, but there is a tradeoff between how similar the app is between the platforms (if end users want that consistency) and how native it is to each of them. For Synctrain, iOS and iPadOS and macOS are essentially close enough to build native UI from the same code with some ifdefs.
Synctrain’s UI is file-centered, whereas (so far) SyncUp follows the ‘control center’ UI paradigm (where the app is primarily there to configure a service that syncs folders, which you then access through other means) also used in the Syncthing web UI. There’s no reason SyncUp couldn’t also add a file browser of course at some point.
In addition to the technical differences, it may be relevant for end users to know how maintenance and the development process will be.
@siddarthay I am curious to see where your app is headed, and what the vision is as to the above points. Also cordially invited to try Synctrain of course
I use Syncthing for cross platform syncing between Mac/Windows/Linux devices. It’s the most reliable/performant solution for me. But on my phone I actually don’t need sync at all. Basically I’d be happy with on demand file access with thumbnail preview and file management (including deleting files from the Global State without downloading them locally first). Photo back-up (with PhotoKit Background Resource Upload) would be a bonus. I’m fine even with a centralized setup + VPN, just for phone access.
I’d been hosting Nextcloud on top of the folders synced by Syncthing, just to be able to access them from my phone with a native iOS app. Now I’m transitioning to OpenCloud because it does what I need out of the box without having to install lots of plugins. But if there’s an app which talks directly Syncthing and works more like a virtual file provider (with thumbnail support) I’d happily switch to that.
Still very interested to follow the development of native Syncthing clients for iOS/Android
I’ve just setup a home server and since I use macOs, iOs and linux I was looking for a reliable Synching client for iOs and found yours yesterday evening so I was thrilled. The app is very well built and does its job perfectly for the moment so thanks for your work !!
One request though: would it be possible to save the synced documents in another folder than ‘SyncUp/syncthing/folders’ ? It’s the only issue I’ve got for the moment, other than that it’s amazing
Ewan