logoalt Hacker News

kofta999yesterday at 8:21 PM0 repliesview on HN

Currently building Tensou in my free time

https://github.com/kofta999/tensou

I always get frustrated when using local file transfer tools like:

Dukto: was my personal favorite, but is tiring to run cross platform, and most importantly does not support transfer resumes (so if copy got cancelled/disconnected at 99% you either have to copy again or search for the diff and copy it manually)

LocalSend: pretty good cross platform support, but does not work when connecting 2 devices using a LAN cable, and resume support is poorish

So I'm building Tensou to be an alternative that doesn't compromise all these features. Supporting resumes, folder syncing similar to rsync, cross platform (well I don't have a Mac to test on but it should work, and mobile support is planned)

Performance wise it's on par with Dukto and even slightly better with large files (and I'm still working on optimizations for small files too)

Would like to hear HN's feedback or what other features should I add? My goal with Tensou is to be the best, most performant and feature rich local file transfer tool ever.