1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
site_name: AXTerminator
site_description: MCP server that gives AI agents the ability to see and control macOS applications
site_url: https://mikkoparkkola.github.io/axterminator/
repo_url: https://github.com/MikkoParkkola/axterminator
repo_name: MikkoParkkola/axterminator
theme:
name: material
palette:
- scheme: slate
primary: cyan
accent: cyan
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
primary: cyan
accent: cyan
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
icon:
repo: fontawesome/brands/github
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
show_source: true
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- attr_list
- md_in_html
- tables
- toc:
permalink: true
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Quick Start: getting-started/quickstart.md
- Permissions: getting-started/permissions.md
- User Guide:
- Finding Elements: guide/finding-elements.md
- Actions: guide/actions.md
- Self-Healing: guide/self-healing.md
- VLM Vision: guide/vlm.md
- Audio & Speech: guide/audio.md
- Camera & Gestures: guide/camera.md
- Virtual Desktops: guide/spaces.md
- API Reference:
- Core API: api/core.md
- Element API: api/element.md
- MCP Tools: api/mcp-tools.md
- Config: api/config.md
- Performance:
- Benchmarks: performance.md
- Tool Comparison: comparison.md
- Architecture:
- Design: DESIGN.md
- Sync Engine: SYNC_ENGINE.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/MikkoParkkola/axterminator
- icon: fontawesome/brands/python
link: https://pypi.org/project/axterminator/
copyright: Copyright © 2024-2026 Mikko Parkkola