| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| autoMate-android.apk | 2026-04-26 | 6.0 MB | |
| autoMate-extension.zip | 2026-04-26 | 7.1 kB | |
| autoMate-linux-x64.tar.gz | 2026-04-26 | 49.5 MB | |
| autoMate-macos-arm64.zip | 2026-04-26 | 34.3 MB | |
| autoMate-windows-x64.zip | 2026-04-26 | 26.7 MB | |
| automate_hub-4.5.7-py3-none-any.whl | 2026-04-26 | 202.7 kB | |
| automate_hub-4.5.7.tar.gz | 2026-04-26 | 158.1 kB | |
| autoMate v4.5.7 source code.tar.gz | 2026-04-26 | 691.7 kB | |
| autoMate v4.5.7 source code.zip | 2026-04-26 | 778.2 kB | |
| README.md | 2026-04-26 | 1.4 kB | |
| Totals: 10 Items | 118.4 MB | 0 | |
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
:::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 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 (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.6...v4.5.7