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.6.0
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.6.0-py3-none-any.whl 2026-04-28 206.9 kB
automate_hub-4.6.0.tar.gz 2026-04-28 161.9 kB
autoMate v4.6.0 source code.tar.gz 2026-04-28 679.4 kB
autoMate v4.6.0 source code.zip 2026-04-28 750.7 kB
README.md 2026-04-28 1.2 kB
Totals: 9 Items   112.4 MB 2

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.10...v4.6.0

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