github yuruotong1/autoMate v4.5.2
autoMate v4.5.2

latest releases: v4.5.7, v4.5.6, v4.5.5...
2 hours ago

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 serve

Docker

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

Full Changelog: v4.5.1...v4.5.2

Don't miss a new autoMate release

NewReleases is sending notifications on new releases.