Download Latest Version autoMate-linux-x64.tar.gz (49.5 MB)
Email in envelope

Get an email when there's a new version of autoMate

Home / v4.5.10
Name Modified Size InfoDownloads / Week
Parent folder
autoMate-extension.zip 2026-04-28 7.1 kB
autoMate-linux-x64.tar.gz 2026-04-28 49.5 MB
autoMate-macos-arm64.zip 2026-04-28 34.3 MB
autoMate-windows-x64.zip 2026-04-28 26.7 MB
automate_hub-4.5.10-py3-none-any.whl 2026-04-28 200.7 kB
automate_hub-4.5.10.tar.gz 2026-04-28 156.7 kB
autoMate v4.5.10 source code.tar.gz 2026-04-28 672.0 kB
autoMate v4.5.10 source code.zip 2026-04-28 737.9 kB
README.md 2026-04-28 1.2 kB
Totals: 9 Items   112.3 MB 1

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

:::bash
pip install 'automate-hub[full]'
automate serve

Docker

:::bash
docker run --rm -p 8765:8765 -v automate-data:/data \
  ghcr.io/yuruotong1/automate:latest

Browser extensionautoMate-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 (github.com) for detailed phone install instructions and docs/sync.md (github.com) for the local-vs-hub data model.

Full Changelog: https://github.com/yuruotong1/autoMate/compare/v4.5.9...v4.5.10

Source: README.md, updated 2026-04-28