Hey folks! ๐
I recently built GOSync, a lightweight desktop application that securely syncs files over SSH.
It supports both password and key authentication, has a real GUI (PySide6), and even runs silently in the system tray.
No cloud. No telemetry. Just your files โ synchronized your way.
๐ Features
- โ SSH-based authentication (key or password)
- ๐ฅ๏ธ GUI built with PySide6 (Qt for Python)
- ๐ Encrypted settings saved locally
- ๐ Auto and manual sync options
- ๐ฅ File upload/download over SCP
- ๐ Two-panel file view (local and remote)
- ๐ ๏ธ Tray support with quick actions
- ๐งช Cross-platform builds: Windows (.zip) and Linux (.AppImage)
๐ฆ Install & Use
You can grab the latest release here:
๐ GitHub โ GOSync
No installer required โ just extract and run.
Python source is also available if you'd like to run it manually or contribute.
bash
pip install -r requirements.txt
python main.py

Top comments (0)