I’m glad to announce v0.4.4 release!
Syncspirit is independent BEP protocol implementation. Like syncthing is continuous peer-to-peer file synchronization tool.

You can download ready-to-use binaries for Linux x86_64 (AppImage), Windows 32 bit (WindowsXP is supported), Windows 64 bit and Mac OS X (Apple silicon, xattr -dr com.apple.quarantine syncspirit-fltk.app is required to launch).
Notable changes:
- [fltk] allow to regenereate certificate/key pair and soft restart
- [core] reduce memory consumption to ~30%
- [core] do not consume CPU when idle
- [core] govern file system operations (scan, read, write, delete etc.) from control thread
- [core, bugfix] use system/default ssl root CAs to connect to syncthing infrastructure (might require to delete configuration from previous installation).
- [fltk, bugfix] fogetting to insert deleted folder into pending list
(Syncspirit)[https://github.com/basiliscos/syncspirit/] is a syncthing-compatible is written from the scratch software in C++ as classical desktop application.
Syncspirit source code uses GPLv3 license.
Any feedback is welcome!
WBR, basiliscos.
I just realized: Can this be run in Termux for Windows-to-Android-syncing (for example)?
Yep, if is is ok for you to use some minimalistic command-line daemon, just for doing bidirectional sync without any complex setup – then yes, it should work.
(It might be a bit tricky to compile, but I can help, if u ask). I checked v0.4.0 on Termux, it worked well.
I’m going to check where the fresh development version is compiling and running on Termux. Will write down here.
PS. New version will coming soon!


