EryxonFlow

Open source · Apache 2.0 · self-hostable

Keep a grip on every job, floor to planning.

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.

app.eryxon.eu/operator/work-queue
eryxon flow
● Laser cutting
19:46
Work queue
WO-4218 TODAY
Laser cut
PN-902-A · Stainless 304
WO-4225 SOON
TIG weld assembly
PN-1021 · Stainless 304
WO-4221 OVERDUE
Press brake bend
PN-887 · Mild steel
What you get

Everything a high-mix, low-volume shop needs.

No add-on store, no per-seat extras, no surprise modules. The full MES from day one — tablet to planner to API.

00

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.

01

Job & part tracking

Full production visibility through cutting, bending, welding, assembly, finishing. Routing visualisation across cells, WIP limits, and a capacity overview.

02

3D STEP viewer

Browser-based CAD, no software install. Measurement, exploded views, embedded inside the operator detail modal.

03

REST API & webhooks

Filtering, pagination, search, and webhook dispatch for every lifecycle event. Built for ERP-to-MES sync, not just point-and-click.

04

Free and open source

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.

05

Multi-tenant, multi-language

Row-level security on PostgreSQL. EN / NL / DE out of the box. Built for shops with one site and groups of shops with many.

How it works

From ERP push to planner dashboard in three steps.

  1. 01

    Import your jobs

    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 · webhooks
  2. 02

    Operators work the queue

    Each 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 · realtime
  3. 03

    Planners watch capacity

    A 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 queue
REST + Webhooks

An API your ERP can actually talk to.

Endpoints with filtering, pagination, search, and webhook dispatch. Built for ERP-to-MES sync — not just point-and-click.

  • Bearer-token auth with scoped API keys
  • Idempotent writes with client-supplied keys
  • Webhooks for every lifecycle event
  • MCP server for AI assistants
cURL
$ 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" }
Integrations

Sits between the systems you already run.

Eryxon Flow takes job intent from your ERP, hands it to the floor as tablet-friendly operations, and pushes results back.

REST API
Integration
Webhooks
Events
CSV import
Onboarding
Supabase
Backend
PostgreSQL
Database
MQTT
Protocol
MCP
AI agents
3D STEP viewer
CAD
Pricing

Three ways to run it.

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.

Free / self-hosted
Free· open source
Apache 2.0, no feature gates. Self-host it forever, or start a free trial.
  • Full product, no feature gates
  • Self-host via Docker Compose
  • Operator terminals on your tablets
  • REST API and webhooks
  • Apache 2.0 — fork it, keep it
Start free trial
Managed on-prem
Let's talk
Installed on your own infrastructure, with updates, monitoring, and backups handled.
  • Installed on your infrastructure
  • Updates, monitoring, and backups
  • ERP integration over REST and webhooks
  • Scoped to your shop
Get in touch
Hosted & managed

Rather not run it yourself?

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 touch
  • Hosted

    We run it for you at a flat rate. Unlimited users, daily backups, updates handled.

  • Managed on-prem

    Installed on your infrastructure, with updates, monitoring, and backups taken care of.

  • ERP connected

    Job intent in over REST and webhooks, results back out, no double entry.

Try it on your own shop floor.

It runs in minutes. Or pull the Docker image and self-host it free. Open source, no strings.