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.
Phone — PWA
Open your hub's URL in mobile Chrome / Safari → "Add to Home
Screen". Works on both Android and iOS without an app store.
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.5.10...v4.6.0