OpenMES v0.21.0
Installation
Web / self-hosted: download openmmes-v0.21.0.zip below — it is self-contained (PHP dependencies in vendor/ and the built frontend in backend/public/build/ are already bundled, so no composer install or npm build is required).
Desktop: grab the installer for your OS — Windows *-setup.exe, macOS *.dmg, or Linux *.deb / *.rpm. They bundle PHP + the backend and run OpenMES as a local app / LAN server.
Mobile (Android): install openmes-mobile-v0.21.0.apk and point it at your OpenMES server.
Shared hosting (no terminal): unzip the web package, upload the folder, point the document root at the package root, then open the URL — the browser-based setup wizard handles environment, database and the admin account.
Docker: unzip the web package and run docker compose up -d from the package root (or bash install.sh).
Changes
- Merge pull request #258 from Mes-Open/fix/mobile-lockfile (d33382b)
- fix(mobile): resync package-lock.json with package.json (c891efe)
- Merge pull request #257 from Mes-Open/fix/step-outputs-coderabbit (beb1cbf)
- fix(steps): address CodeRabbit review on typed outputs & parameters (2a5262f)
- Merge pull request #255 from Mes-Open/chore/release-0.21.0 (8ddbc8c)
- chore(release): v0.21.0 (5e44c8b)
- Merge pull request #254 from Mes-Open/feat/step-typed-outputs (091ba90)
- Merge pull request #250 from Mes-Open/fix/line-product-types-sync-route (e5e28b4)
- Merge remote-tracking branch 'origin/develop' into fix/line-product-types-sync-route (af89d3d)
- Merge pull request #249 from SoiBien-AI/feat/translate-develop (47e2eff)
- Merge pull request #253 from Mes-Open/chore/coderabbit-config (eba61a7)
- chore(ci): enable CodeRabbit auto-review for develop/main (f527566)
- Merge pull request #251 from Mes-Open/feat/step-equipment-parameters (6b1b385)
- feat(steps): typed operator outputs (text/number/bool/select/date/picture) (1a6a70e)
- feat(steps): equipment key:value parameters per process-template step (549de1a)
- fix(lines): match product-types sync route to the URL the UI posts to (a3a0e55)
- translation: update Vietnamese translations after sync with develop (b96c136)
- translation: address CodeRabbit review on #249 (work order terms + MRP Short) (1a67467)
- translation: sync Vietnamese translations with develop and standardize manufacturing terms (1a47b52)