SyncUp (Syncthing) icon
SyncUp (Syncthing) icon

SyncUp (Syncthing)

Syncthing's official Android client was archived in December 2024. No single client ran on both phones from one codebase, so I built this. The daemon runs in-process via gomobile, with a React Native UI scaffolded from react-native-go.

SyncUp (Syncthing) screenshot 1

Cost / License

Platforms

  • Android
  • iPhone
1like
0comments
0articles

Features

Properties

  1.  Privacy focused

Features

  1.  Schedule Backup
  2.  No registration required
  3.  Automatic Backup
  4.  Selective Synchronization
  5.  Synchronization
  6.  File Sync

 Tags

SyncUp (Syncthing) News & Activities

Highlights All activities

Recent activities

SyncUp (Syncthing) information

  • Developed by

    IN flagSiddarth Kumar
  • Licensing

    Open Source (MPL-2.0) and Free product.
  • Written in

  • Alternatives

    6 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Backup & Sync

GitHub repository

  •  26 Stars
  •  0 Forks
  •  0 Open Issues
  •   Updated  
View on GitHub
SyncUp (Syncthing) was added to AlternativeTo by Darlene Sonalder on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is SyncUp (Syncthing)?

Syncthing's official Android client was archived in December 2024. No single client ran on both phones from one codebase, so I built this. The daemon runs in-process via gomobile, with a React Native UI scaffolded from react-native-go.

Differences from other clients

  • Daemon runs in-process on Android. The Go daemon lives inside the app via gomobile. There is no subprocess to manage, no IPC between a background service and the UI, and no service-restart handling.
  • Auto-accept folders from trusted peers. When you add a peer, you can toggle auto-accept so any folder they share is added to your device automatically without a prompt. Other pending offers show up as accept/ignore cards in the Folders tab.
  • QR pairing works both ways. Display your device's QR for a peer to scan, or scan theirs. The 56-character device ID never needs to be typed by hand.
  • UI updates in near real time. Long-polling /rest/events means config changes, folder state, and incoming offers reach the UI in about a second, instead of on a polling interval.

Official Links