To3akaRin/mac-computer-use
让任意大模型可以操控电脑,多平台可用,附 3D 建模案例与实机动态图。
About the project
A toolkit that lets any LLM agent control a Mac: see windows, read the AX tree, type, click, and verify results. Works via Agent Skills, supports multiple agents and CDP for embedded Chromium.
Useful for
- Automate form filling in a native app with read-back verification.
- Capture a window screenshot and read the AX snapshot for UI debugging.
- Drive an embedded Chromium page via CDP: type text and click.
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 32 stars so far today, about 65 expected by the end of the day. The usual pace is 1 per day, so that's 48× as much.
- Over the last two days the pace is 2× that of the previous week and a half.
- The spike has held for 3 days in a row — not a one-off blip.
- The repository is 15 days old and already has 909 stars.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 909
- Today
- 32 · ≈ 65 by evening
- Forks
- 16
- Issues and pull requests
- 6
- Watchers
- 12
- Language
- JavaScript
- License
- MIT
- Latest release
- v0.2.0 · September 9, 2026
- Created
- September 8, 2026
- Last push
- September 23, 2026
Star trust
Star growth looks organic. The magnitude is lowered, not zeroed:
- Fewer forks than usual: 16 for 909 stars.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 23, 2026Top new repositories this month: #100
Similar by description
-
2.9
vercel-labs/agent-browser
A Rust CLI for browser automation aimed at AI agents: it opens pages, clicks elements, fills forms, and takes screenshots via simple commands.
-
0.7
AutoHotkey/AutoHotkey
AutoHotkey is a free Windows utility with its own scripting language that lets users automate repetitive tasks and define hotkeys. It suits users and admins who want to automate routine actions without deep programming.
-
2.8
ChromeDevTools/chrome-devtools-mcp
An MCP server from Chrome DevTools that lets coding agents control a live Chrome browser: record performance traces, inspect network requests, take screenshots and read console messages. A CLI is also provided for use…
-
3.8
lahfir/agent-desktop
Rust CLI that lets AI agents control desktop apps via macOS accessibility trees, with stable element refs and a snapshot-to-action loop. Combines a native binary with a C-ABI cdylib for Python/Swift/Go/Node bindings.