Show HN: Agent-desktop – Native desktop automation CLI for AI agents
21–30 of 55 posts
Re: Show HN: Agent-desktop – Native desktop automation CLI for AI agents
#22Re: Show HN: Agent-desktop – Native desktop automation CLI for AI agents
#23Earlier quoted context omitted.
I don't think the accessibility story on Linux is comprehensive enough to make this possible unfortunately. Especially with Wayland. One advantage Mac apps have is they're all targeting the same underlying OS primitives, which is the layer their accessibility platform lives at.
Quote from a sibling comment: - macOS: Accessibility API - Windows: UI Automation - Linux: AT-SPI
Re: Show HN: Agent-desktop – Native desktop automation CLI for AI agents
#24Re: Show HN: Agent-desktop – Native desktop automation CLI for AI agents
#25The best desktop automation system would take HDMI input and output USB keystrokes and mouse movements so that it can be plugged into any computer transparently, including work computers.
Arguably though, browser automation gets you 95% of the way there for most things.
Re: Show HN: Agent-desktop – Native desktop automation CLI for AI agents
#26The best desktop automation system would take HDMI input and output USB keystrokes and mouse movements so that it can be plugged into any computer transparently, including work computers.
You don't need hdmi out, just ability to do screenshots, which easy to script. Arguably though, browser automation gets you 95% of the way there for most things.
Re: Show HN: Agent-desktop – Native desktop automation CLI for AI agents
#27Re: Show HN: Agent-desktop – Native desktop automation CLI for AI agents
#28I've long thought about why the tools we have operate on screenshots, and not the accessibility tree. To me the latter would have seemed like the obvious choice from the beginning (structured data), but yet, here we are with pixels. Happy to see progress being made here.
Re: Show HN: Agent-desktop – Native desktop automation CLI for AI agents
#29i knew it... macos
> It's a cross-platform CLI for structured desktop automation through the accessibility tree.Re: Show HN: Agent-desktop – Native desktop automation CLI for AI agents
#30I've long thought about why the tools we have operate on screenshots, and not the accessibility tree. To me the latter would have seemed like the obvious choice from the beginning (structured data), but yet, here we are with pixels. Happy to see progress being made here.
While the accessibility tree is great in many aspects it has its own limitations for example when it comes to stacked views or lazy loading outside the viewport.