Touch-friendly operator terminals
Kanban work queues organised by production cell. 56px touch targets. Glanceable status, due-date urgency, and elapsed timing from one metre away.
Open source · Apache 2.0 · self-hostable
Eryxon Flow tracks each job through cutting, bending, welding, and assembly. Operators work a tablet at the machine; the planner sees it the moment it changes. Free and open source. No spreadsheets, no whiteboard.
No add-on store, no per-seat extras, no surprise modules. The full MES from day one — tablet to planner to API.
Kanban work queues organised by production cell. 56px touch targets. Glanceable status, due-date urgency, and elapsed timing from one metre away.
Full production visibility through cutting, bending, welding, assembly, finishing. Routing visualisation across cells, WIP limits, and a capacity overview.
Browser-based CAD, no software install. Measurement, exploded views, embedded inside the operator detail modal.
Filtering, pagination, search, and webhook dispatch for every lifecycle event. Built for ERP-to-MES sync, not just point-and-click.
Apache 2.0 — free for any use, including commercial. Self-host via Docker Compose with no feature gates, or let us host it. Fork it, audit it, keep it.
Row-level security on PostgreSQL. EN / NL / DE out of the box. Built for shops with one site and groups of shops with many.
Push from your ERP via the REST API, drop in a CSV, or use a planning adapter. Eryxon Flow normalises parts, operations, and routing so the floor sees one shape regardless of upstream system.
REST · CSV · webhooksEach cell sees its own tablet. Tap an operation to open it, start the timer, mark good and scrap quantities, raise issues. Real-time updates push back to the planner without a refresh.
Tablet · 56px touch targets · realtimeA dashboard with WIP limits per cell, due-date heat, and an issue queue. Capacity over 100% is flagged — no surprise overruns on Friday at 16:55.
Capacity · WIP limits · issue queueEndpoints with filtering, pagination, search, and webhook dispatch. Built for ERP-to-MES sync — not just point-and-click.
$ curl https://app.eryxon.eu/api/jobs \
-H "Authorization: Bearer ery_live_..." \
-X POST -H "Content-Type: application/json" \
-d '{
"job_number": "WO-4218",
"due_date": "2026-06-12",
"parts": [
{ "part_number": "PN-902-A",
"quantity": 200,
"operations": ["cut","bend","weld"] }
]
}'
> 201 Created
> { "id": "job_01H...", "job_number": "WO-4218" } Eryxon Flow takes job intent from your ERP, hands it to the floor as tablet-friendly operations, and pushes results back.
Self-host it free and open source. Let us host it at a flat rate, unlimited users. Or have it run on-prem with updates, monitoring, and backups handled.
The software is free and open source — self-host it whenever you want. If you'd rather not, we'll host it for you, or install and run it on your own infrastructure.
Get in touchWe run it for you at a flat rate. Unlimited users, daily backups, updates handled.
Installed on your infrastructure, with updates, monitoring, and backups taken care of.
Job intent in over REST and webhooks, results back out, no double entry.