apps.header.allAppsCount
lymow-toolkit
apps.detail.types.app from UnraidUser-0548789481's Repository
apps.detail.sections.overview
Readme
View on GitHubLymow Toolkit — Downloads
Free installers for the Lymow Toolkit, a local companion dashboard for the Lymow One robotic mower. It adds scheduling, a mow-history calendar, a per-zone freshness map, RTK/link diagnostics + heat maps, and safety auto-pause guards — features the official app doesn't offer.
Independent community project — not affiliated with, endorsed by, or supported by Lymow. Use at your own risk.
☕ Donations
If the Toolkit is useful to you, you can support its development at https://ko-fi.com/lymow_toolkit.
It is free and always will be — donations are appreciated, never expected.
⬇️ Download
Grab the latest installer from the Releases page:
| Platform | File | Notes |
|---|---|---|
| Windows (recommended) | LymowToolkitSetup-vX.Y.Z.msi |
Standard installer. Windows Defender leaves it alone. |
| Windows (alternative) | LymowToolkitSetup-vX.Y.Z.exe |
Unsigned — may trigger a Windows Defender virus warning because it's an unsigned file. The .msi avoids that. |
| macOS | lymow-mac-vX.Y.Z.tar.gz |
|
| Linux / Ubuntu | lymow-ubuntu-vX.Y.Z.tar.gz |
|
| Docker | lymow-docker-vX.Y.Z.tar.gz |
Updating from an older .exe build? Uninstall the old .exe first, then
install the .msi — or use the new .exe (same unsigned-file warning as above).
⚠️ Please read — safety
This software controls a real machine with spinning blades.
- No warranty, provided "as is." Not liable for injury, property damage, or a lost/damaged mower.
- Supervise your mower. Don't treat remote start/stop or the safety guards as a substitute for keeping people, pets, and hands clear of the blades.
- You sign in with your own Lymow account; nothing is shared with anyone else.
Quick start
- Install/unzip for your platform and launch it.
- Open the printed address in a browser (e.g.
http://<your-computer-ip>:8787), set a dashboard password, and sign in with your Lymow account. - For scheduling: keep the Toolkit running (install it as the always-on background service). Scheduled mows fire from your computer, so it must be running at the scheduled time — but the web page does not need to stay open.
The Calendar and Freshness map read your real mow history from the Lymow cloud, so the first load takes a short moment, then it's cached.
Found a bug or a security issue?
- 🐞 Bug or feature request: open an issue — the form walks you through it. (Please don't paste your account login or map/GPS data.)
- 🔒 Security vulnerability: report it privately via Report a vulnerability — never in a public issue. See our Security Policy for details.
Acknowledgements
- d3dfantasy99/Lymow-HA — the Home Assistant integration and authoritative device-protocol reference this project builds on. Big thanks.
Community
👉 Facebook group: https://www.facebook.com/share/g/1Jc7YfPStf/
apps.marketingCta.appInstallTitle
apps.marketingCta.appInstallDescription
apps.detail.sections.categories
apps.downloadStats.title
apps.detail.sections.related
apps.detail.related.exploreCategories
apps.detail.related.exploreAllapps.detail.sections.links
apps.detail.sections.details
ghcr.io/appguy77/lymow-toolkit:latestapps.detail.sections.runtime
- apps.detail.details.webui
http://[IP]:8787/- apps.detail.details.network
host- apps.detail.details.privileged
- false
- apps.detail.details.extraParams
--security-opt seccomp=unconfined
apps.detail.sections.configuration
Where your login, settings, maps, history and backups are kept. Mount a DIRECTORY, never individual files — a missing file makes Docker create a directory in its place and cloud login then fails.
- apps.detail.config.target
- /app/data
- apps.detail.config.default
- /mnt/user/appdata/lymow-toolkit
- apps.detail.config.value
- /mnt/user/appdata/lymow-toolkit
Where the Toolkit stores its data inside the container. Leave this alone unless you changed the path above.
- apps.detail.config.default
- /app/data
- apps.detail.config.value
- /app/data
Port the web UI listens on. With host networking this is the port on your server itself, so change it only if 8787 is already taken.
- apps.detail.config.default
- 8787
- apps.detail.config.value
- 8787