Install
Desktop — standalone binaries (no Python required)
| OS | file |
|---|---|
| Windows x64 | autoMate-windows-x64.zip
|
| macOS Apple Silicon | autoMate-macos-arm64.zip
|
| Linux x64 | autoMate-linux-x64.tar.gz
|
Unzip and run ./automate/automate serve. The browser opens to
http://127.0.0.1:8765.
Android — native APK
Download autoMate-android.apk and sideload it (allow install
from unknown sources). Works standalone in local mode for
notes and memory; tap the yellow banner to sync with a hub
running on your laptop.
iOS — PWA only
Open your hub's URL in Safari → Share → Add to Home Screen.
Apple does not allow non-Store apps; the PWA is the iOS path.
pip
pip install 'automate-hub[full]'
automate serveDocker
docker run --rm -p 8765:8765 -v automate-data:/data \
ghcr.io/yuruotong1/automate:latestBrowser extension — autoMate-extension.zip. Unzip, then
chrome://extensions → Developer mode → Load unpacked → pick the
folder. The toolbar badge flips to ON when paired.
See docs/mobile.md
for detailed phone install instructions and
docs/sync.md
for the local-vs-hub data model.
Full Changelog: v4.2.6...v4.3.0