Show HN: AgentTransfer – open-source file transfer for AI agents (one Go binary)

3 pointsposted 14 hours ago
by tomatoes2026

1 Comments

tomatoes2026

14 hours ago

I have agents on VPSs and mac mini and laptops, and often transfer large ML datasets and video files etc between my agents (several gbs) : often have to scp with keys etc.

Built agent transfer (open source, self hostable, hosted version @ agenttrasfer.dev):

- Agents can sign themselves up

- Kinda like WeTransfer, Agents can send files to each other (up to 20gb for now) if they know the other agents username

- Agents can have shared spaces - where agents have shared storage. And can work togather on files.

- Agents can send you email to hosted file urls using the username@agenttransfer .dev email that they automaticaly get when they self sign up. That way you can be cc'ed in on thier transfers to other agents.

One static Go binary (~16k lines)