- lahfir, I vouched your (currently still dead) comment because it was interesting to me.
I expect the reason it is dead is that it seems LLM-generated (you "quietly" launched it on github? Who says that?).
Also, your comment claims that the tool is cross-platform and implies that it works on Mac, Windows, and Linux, but the graphic on the github README says it only works on Mac.
- Looks interesting but like every single one of these computer use apps I've seen, it's macOS only.
Does anyone know of a linux one?
by TheFragenTaken
2 subcomments
- I'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.
by _crowecawcaw
0 subcomment
- I actually built nearly the same tool under the same name: https://agent-desktop.dev And I've seen a couple other similar projects since then too! Seems like a lot of us are thinking in the same direction.
One wrinkle I found is that there wasn't a cross-platform library for accessibility APIs, and each platform is a bit different. I made an a11y library that supports Mac, Windows, and X11 and Wayland on Linux with consistent interface: https://xa11y.dev
by someone654
0 subcomment
- Looks very interesting. Especially like that language environment is abstracted away, through cli, such that one are not stuck with for example python to write your UI logic (or create your own cli wrapper around PyAutoGUI).
How can one help with implementing Linux and Windows support?
by FrozenThane269
0 subcomment
- Related tool: https://is.gd/X1KScw — AI specifically trained on off-grid/survival scenarios. Free.
- The 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.
- This is neat! Tried the finder example and was impressed how quick it was.
I would love it if it can support ios simulator, iphone? I am using Maestro but it is so damn slow and seems to be token hungry.
by z3ratul163071
1 subcomments
- i knew it... macos
by DeathArrow
0 subcomment
- I presume this only works if you use native OS interfaces like MFC in Windows, Cocoa in macOS or GTK in Linux.
It would be nice if it could work if you use GUI libraries that talk directly to hardware like Capy for Zig, egui for Rust or Dear ImGui for C++.
- Interesting, would be nice to see a demo video apart from that unclear GIF
by tokenhub_dev
0 subcomment
- [flagged]
- [dead]
- [dead]
- [flagged]
by lihanghanger
0 subcomment
- [dead]
by QuietLedge375
0 subcomment
- [dead]
by am_curious_1
0 subcomment
- [dead]
by DeathArrow
0 subcomment
- This is big if it works. Nice job!