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)