Life & fun · September 6, 2026
Byosynch – Continuous two-way file sync over SSH for Mac and Linux
Sync a folder across Mac and Linux using compatible SSH storage. Your SSH private keys stay on your devices, and files travel directly to your storage.
What it does
byosynch keeps a folder in sync across your devices using compatible SSH storage, including rsync.net or a server you run. Your SSH private keys stay on your devices, and files travel directly between your devices and your storage. Our servers handle accounts and licensing, without receiving your SSH keys or file traffic. You run one guided command from the terminal, and each of its steps is also a standalone command when you would rather script it. After setup, a background daemon watches the folder you chose and keeps it in sync in both directions, using filesystem events with periodic scans to catch anything they miss. Setup asks about your SSH host and folders, creates this…from byosynch.com
Does a similar job
all alternatives →- SRSimple realtime two-way sync with SSH, fswatch and rsync2019 · github.com · ▲71
- SASshync – Auto-sync files over SSH2015 · github.com · ▲65
- SSSink – Sync any directory with any device on your local network2025 · github.com · ▲151
i made sink. it's a simple little tool that continuously syncs folders between 2 devices. no cloud, no email, flash drives, no bs. it just uses your local wifi. run it on your machines, tell them to trust each other, and you're set. and if you manage to edit the same file at once, it handles the conflict and saves both copies. for anyone who just wants to get files from point a to b without the headache. hope it makes your life a bit less annoying. github: https://github.com/sirbread/sink binary:…
- SCSshsync – CLI tool to run shell commands across multiple remote servers2025 · github.com · ▲47
I built a CLI tool called `sshsync` to run shell commands and transfer files across multiple servers over SSH concurrently. It was inspired by tools like `pssh`, but I wanted something more modern, intuitive, and Pythonic. What it does: - Run shell commands on multiple servers (in parallel) - Push/pull files or directories with progress bars - Uses `~/.ssh/config` and lets you group hosts with YAML - Supports `--dry-run` mode to preview actions without executing - Outputs results using `rich` (tables, colors) - Built with `Typer`, `asyncssh`, and `rich` There’s no daemon or…

More life & fun this month
the category →- TL
Life & fun · 11d ago · louisabraham.github.io



Photosynthesis fires two of your iPhone
Life & fun · 29d ago · photosynthesis.camera
- CCCreatium Coach▲319
Your multimedia mentor that takes you from mid to great
Life & fun · 11d ago · producthunt.creatium.info
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 29d ago · solouno.io
Launched alongside, September 2026
the whole month →
OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 3d ago · opentrailpaper.com


- OD

I built slotstream, a way to run Qwen3.8-Flash-Next 4-bit on a low-memory mac starting from 16GB, a 125B parameter model that would need 100GB+ memory/RAM, thanks to expert-offloading/ssd-streaming. Easy to install/update, and mac-native using MLX and Swift. It ships with auto-mode, which makes a good tradeoff between memory usage and speed. I'll be implementing and porting the MTP module for speculative decoding next Local models really are the future of computing!
Life & fun · 6d ago · github.com
