Alternatives
Products that do what An SSH based utility to transfer pipes across machines – beam does
Hey HN, At work, I was annoyed about having to download logs by writing them out to files and transferring them over to my local over HTTP (admittedly, this is because of a rather novel architectural situation). So, I built a tool in Go that lets you pipe contents into an SSH server for sending and reading them out on another connection. You can also use this tool to transfer files. Just cat the file on the sender end and redirect the output of the receiver end to a file. Please note that the transfer rate is heavily dependent on your connection and proximity to the public ssh.beam.camp…
- 1

- 2

- 3

- 4TS
ts-ssh solves a specific problem: accessing machines on your Tailnet from environments where you can't install the full Tailscale daemon (like CI/CD runners or restricted systems). It uses Tailscale's tsnet library to establish userspace connectivity, then provides a standard SSH experience. Works with existing workflows since it supports normal SSH features like ProxyCommand, key auth, and terminal handling. Some features that proved useful: • Parallel command execution across multiple hosts • Built-in tmux session management for multi-host work • SCP-style file transfers • Works on…
2025 · github.com
- 5PC
Hi HN. I built Payload to make file transfers easy for less-technical users who need large/fast transfers, so I have focused on auto-discovery, drag-and-drop, visually distinct device icons. It's using Tauri (an "Electron alternative" built on Rust) which keeps my binaries small and bundles to .msi, .dmg, .deb and .appimage. No CLI, iOS or Android support (yet). The network stack is a separate binary written in Go. It uses mDNS for local network discovery and TLS over TCP or Quic, with a public Ed25519 keypair for each device. The protocol is ad-hoc and symmetrical control stream using…
2022 · payload.app
- 6

- 7SE
2012 · sendrail.com
- 8

- 9IM
2024 · github.com
- 10

- 11

- 12PA
Greetings! We are excited to announce pipe: our managed pubsub service over ssh. We are at a point where we would love to get feedback on the service to see if it resonates with the HN crowd. All you need to use `pipe` is a pico account which can be created using ssh: `ssh pico.sh` We've been using it internally for a few weeks now and keep coming up with new use cases. For example, we are using `pipe` to create a log drain for all of our services and even a way to share logs with users. You can read more about it on our blog post: https://blog.pico.sh/pubsub
2024 · pipe.pico.sh
- 13

- 14IB
2024 · github.com
- 15CS
2015 · rsync.net
- 16JV
2012 · justbeamit.com
- 17
- 18SS
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:…
2025 · github.com
- 19LS
2013 · log-shuttle.io
- 20

- 21QC
Hey everyone, just wanted to share a quick project I built a bit ago and finally cleaned up enough to post. The premise is simple, you have a file on one computer that you want on a different computer on the same network and don't want a lot of fuss. For the file you want to copy, on the machine where the file is located, run: ./bcp filename Now go to the computer (on the same network) where you want the file to be at, and run: ./bcp The file will be copied over the network and you're done. I created it as a nice way of not having to worry about ssh or anything else really. In fact, it is so…
2013 · github.com
- 22XA
Hey HN, I built this over the last year as I always wanted to have an easy file and terminal access to all of my servers, including containers and clusters that you normally can't connect to with existing solutions out of the box. At first glance it might not look very novel, but if you dig a little deeper, you will see that the entire foundation of how it communicates with remote systems is completely different from any other solution out there. What happens in the background can essentially be explained this way: It launches a local shell process like cmd, sh, etc. and in it executes a…
2024 · xpipe.io
- 23AS
2018 · github.com
- 24GA
2019 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →