lymow-toolkit

lymow-toolkit

apps.detail.types.app from UnraidUser-0548789481's Repository

apps.detail.sections.overview

Monitor and control a Lymow One / One Plus robot mower from your own server — live telemetry (battery, status, RTK GNSS position, motor temperature), continuous monitoring with alerts, remote control with a live camera, map and zone management, scheduling, and safety guards that pause and recover the mower automatically. Runs entirely on your hardware and talks to your own Lymow account. Independent community project — not affiliated with Lymow. HOST NETWORKING IS USED ON PURPOSE: on a NAS, Docker's bridge often will not forward published ports to the rest of the LAN, which shows up as "works on localhost, refused from my phone". The web UI is at http://[YOUR-SERVER-IP]:8787 once it is running.

Lymow 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

  1. Install/unzip for your platform and launch it.
  2. 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.
  3. 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.installHelp.stepOpen apps.installHelp.stepSearchApp apps.installHelp.stepReview apps.installHelp.stepInstall

apps.detail.sections.categories

apps.downloadStats.title

171
apps.downloadStats.metrics.totalDownloads

apps.detail.sections.related

apps.detail.sections.details

apps.detail.details.repository
ghcr.io/appguy77/lymow-toolkit:latest
apps.detail.details.lastUpdated2026-08-05
apps.detail.details.firstSeen2026-08-05

apps.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

DataPathrw

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
LYMOW_DATAVariable

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
LYMOW_PORTVariable

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