{"slug": "show-hn-lazysusan-run-commands-on-your-machines-from-anywhere-with-just-curl", "title": "Show HN: Lazysusan – run commands on your machines from anywhere with just curl", "summary": "A developer released Lazysusan, a tool that lets users run commands on remote machines via curl without SSH, using an ephemeral relay connection. The project aims to simplify infrastructure debugging and VM setup, especially for LLM-driven workflows, with an option to self-host the relay for privacy.", "body_md": "This project might be overkill, but I just wanted a fast, straightforward way to run commands on the machines I work with, especially through LLMs. Setting up SSH each time is cumbersome (and sometimes not possible for protected nodes). The machine just needs outbound internet connectivity. And nothing needs to be installed on the calling side, a simple curl command works.\n\nUse cases can vary, but I think it's good for infra work like debugging a node that's misbehaving, checking logs, setting up a VM with Coolify, Dokploy, etc.\n\nHow it works: you install the susan binary on the machine with a single command and run it. It prints a curl string that any LLM (or you) can use to talk to the machine. The connection is ephemeral, so once the susan command is killed, the auth dies with it.\n\nOne thing to note: by default, susan connects to the public relay I run. That can be a concern for more private use cases, so I also provide a binary to self-host your own relay (called tray, keeping with the lazy susan theme).\n\nComments URL: [https://news.ycombinator.com/item?id=48884431](https://news.ycombinator.com/item?id=48884431)\n\nPoints: 2\n\n# Comments: 0", "url": "https://wpnews.pro/news/show-hn-lazysusan-run-commands-on-your-machines-from-anywhere-with-just-curl", "canonical_source": "https://github.com/belugashark/lazysusan", "published_at": "2026-07-12 20:26:19+00:00", "updated_at": "2026-07-12 20:35:02.635252+00:00", "lang": "en", "topics": ["developer-tools", "ai-tools"], "entities": ["Lazysusan", "Coolify", "Dokploy"], "alternates": {"html": "https://wpnews.pro/news/show-hn-lazysusan-run-commands-on-your-machines-from-anywhere-with-just-curl", "markdown": "https://wpnews.pro/news/show-hn-lazysusan-run-commands-on-your-machines-from-anywhere-with-just-curl.md", "text": "https://wpnews.pro/news/show-hn-lazysusan-run-commands-on-your-machines-from-anywhere-with-just-curl.txt", "jsonld": "https://wpnews.pro/news/show-hn-lazysusan-run-commands-on-your-machines-from-anywhere-with-just-curl.jsonld"}}