FlowMiner DWG FM-001 · REV 0.3
Star
SHT 00 — GENERAL ARRANGEMENT DRAWN FROM EVENT LOGS · SCALE 1:1 · Q2 2026

The process you actually run.

START RECEIVE 24 cases · 0.0 d ×24 TRIAGE 24 cases · 0.3 d ×19 ×5 EXAMINE 19 cases · 2.5 d FAST-TRACK 5 cases · 0.4 d DECIDE 24 cases · 1.2 d rework ×3 · dashed = exceptional path END avg 2.5 d — worst bottleneck. touches 19 of 24 cases. see SHT 02. REV 1 END-TO-END · 5.1 D AVG · 4 VARIANTS
FIG. 00 — process map, discovered from running-example.csv in 0.4 s ALL LINEWORK DRAWN FROM YOUR EVENT LOG. NOTHING DECORATIVE.

FlowMiner reads your event log and draws the process as it happened — every path, every rework loop, every queue where cases sit and wait. Filter to the variants that hurt, rank the bottlenecks, check reality against the model, and ask the built-in AI analyst why — every number it answers with is computed from your log, never improvised.

And it’s open: MIT-licensed and free to self-host on your own hardware — one docker compose up, no per-seat licenses, no telemetry, your data never leaves your machines. A managed cloud exists for teams who’d rather skip the server.

Open the live demo Self-host for free Read the docs Demo has sample logs preloaded — no signup, no email.
Time to first map
<5 min
upload → columns mapped → drawn
Analysis views
15+
variants · bottlenecks · conformance · rework · SNA
Log formats
3
CSV · XES · OCEL 2.0
Cost to self-host
$0
MIT license · forever · no per-seat
SHT 01 — THE ANALYSES

Every question an
event log can answer.

The full analyst’s toolkit — discovery, variants, bottlenecks, conformance, object-centric — in one place, on one upload, with no re-ingestion between views.

DETAIL 01·1DISCOVERY

Where do cases
actually go?

Drop in a CSV, XES, or OCEL export. The column mapper auto-detects case, activity, and timestamp; four mining algorithms run in parallel; and you get an interactive map you can filter by frequency or performance — in seconds, not in a workshop.

  • DFG · Petri net · BPMN · Declare
  • Happy path + full variant explorer
  • Frequency & duration overlays on every edge
  • Case-level drill-in with timeline
DETAIL 01·2PERFORMANCE

Where do they
get stuck?

Bottlenecks ranked by where cases actually wait — not just where activities are slow. Rework loops, ping-pong between teams, temporal profiles, and the social network of handoffs, each one click from the map.

  • Bottleneck ranking · wait vs. service time
  • Rework & ping-pong detection
  • Temporal profile per activity
  • Resource handoff network (SNA)
DETAIL 01·3CONFORMANCE · OCEL

Does reality
match the model?

Token-replay conformance against a discovered or imported model, log-skeleton checks, and full OCEL 2.0 — orders, items, and invoices analysed as the separate objects they are, not flattened into one artificial case ID.

  • Token-replay conformance + fitness scores
  • Log skeleton rule checking
  • OCEL 2.0 ingest · OC-DFG · OC-Petri net
  • Cross-object bottleneck report
DETAIL 01·4REF: SHT 02

And an analyst
on call.

Ask the chat panel “why are March cases slower?” and it runs the actual analyses against your log, shows you the charts it fetched, and answers with numbers you can trace. Works with a local model when the data is sensitive.

  • Grounded answers — nothing invented
  • Inline charts & proposed filters
  • Your own LLM key, or fully offline via Ollama
  • Every figure traceable to a tool call

No Python required, no query language to learn. (When you do want to script it, there’s a documented REST API and an MCP server — but that’s a different sheet.)

SHT 02 — REDLINES · AI THAT CITES ITS SOURCES

Every claim,
marked on the drawing.

Most “AI in process mining” is a chatbot guessing around your schema. FlowMiner’s assistant runs the real analyses — you see which one it ran, the chart it got back, and every number in its answer traces to your data.

ASK AI · running-example.csv streaming · 840 ms
YOU

Show me the top 3 bottlenecks and tell me which one is worst.

FLOWMINER AI
TOOLget_bottlenecks(event_log_id="ec7a…", limit=3)
examine check ticket decide 2.5d1.2d1.2d
FIG. 02a · per-activity average duration, 6 cases

The slowest step is examine at 2.5 d average, running across 5 of 6 cases. check ticket is second at 1.2 d over 9 occurrences. decide trails at 1.2 d across 6 occurrences.

The worst offender is examine: it touches nearly every case and consumes roughly half of the end-to-end duration. Focus optimisation there first.

EVERY RED FIGURE ABOVE = ONE TOOL CALL AGAINST YOUR LOG. HOVER ONE.
SHT 03 — SPECIFICATION COMPARISON

Checked against
the vendors.

If you’re weighing this against a Celonis quote or another year of Disco licenses — every row below was checked against current product docs, community reviews, and public pricing. Last verified Q2 2026.

Criterion FlowMiner Celonis Apromore Fluxicon Disco MS Process Mining
Starting price $0 ~$100k / yr ~$10k / yr ~€1k once-off M365 bundle
License MIT · open source Proprietary LGPL + commercial Proprietary Microsoft EULA
Deployment Self-hosted · SaaS SaaS only Self or SaaS Desktop app Azure only
Inductive / Alpha / Heuristic All three All three All three Inductive only DFG only
Variant explorer Graph-isomorphism Flattened Flattened Flattened Flattened
OCEL 2.0 native Yes Yes Yes No Preview
AI chat (grounded) Tool-use loop Process Copilot Preview
Works with local LLMs Ollama-ready No Azure OpenAI only
REST API + MCP for agents Both · documented Paid tier API only API only
Telemetry / phone-home None Yes Yes Anonymous Yes
Data never leaves your infra Guaranteed If self-hosted Yes (desktop)
Sources: vendor documentation, product pages, Gartner Peer Insights, community reviews (2026-Q2). Got a correction? Email us — redlines welcome.
SHT 04 — SELF-HOSTING · $0, NOT FREEMIUM

Yours to run.
Free, forever.

The whole platform — every analysis, the AI assistant, the API — MIT-licensed with no feature gates and no trial clock. If you can run Docker, you can run FlowMiner: three commands, about forty seconds, even on the laptop you’re reading this on.

PLATE 04 — TERMINAL
$ git clone https://github.com/flowminer-stack/flowminer
$ cd flowminer && cp .env.example .env
$ docker compose up -d

✓ Pulled 4 images (postgres · redis · python · node)
✓ Built 2 images (backend · frontend)
✓ 6 services started, 6 healthy ~40s

$ open http://localhost:3000
$ 
INSTALLATION, AS OBSERVED. NO SALES CALL OCCURS AT ANY STEP.
SHT 05 — ORDER FORMS · MANAGED CLOUD

Or let us
hold the pager.

Self-hosting is free forever and always will be. But if you’d rather analyse processes than babysit a server — or IT is six tickets away — we’ll run it for you, patched and backed up, with Ask AI working out of the box.

DEPLOYMENT
EU & US regions
UPGRADES
Rolling, zero downtime
BACKUPS
Nightly, 30-day retention
EGRESS
Your data stays in-region
FORM 05-AMULTI-TENANT

Basic

$49/ month
per workspace

Shared FlowMiner instance, row-level isolation by workspace, provisioned in under a minute. For the team that wants FlowMiner today and can live on a shared box.

  • IsolationWorkspace-scoped rows, strict query guards
  • AI credits1,000/mo · top-up $0.02
  • Storage5 GB uploads per workspace
  • UsersUp to 5 seats · no per-seat fee
  • SupportCommunity + email, 1 business day
FORM 05-CNEGOTIABLE

Enterprise

Customquoted per deal
annual contract

Every knob is on the table. Region, credits, SSO, contracts, SLA, and an optional private AI model we deploy just for you so prompts never leave your environment.

  • IsolationSingle-tenant cluster · VPC peering · BYO KMS
  • AI modelPrivate hosted LLM, no public API
  • CreditsCustom pool, unmetered, or BYO key
  • SecuritySSO · SCIM · audit log · DPA
  • SupportNamed engineer · 4 h SLA · 24/7 option

Managed tiers bundle AI credits so Ask AI works the moment you sign in; self-hosters bring their own LLM key and skip credits entirely. Otherwise: same source code, same features, same MIT license. The only thing that changes is who gets paged when Postgres runs out of disk at 02:00.

“Your process data is your process data. Nobody — not a vendor, not a consulting firm, not an AI provider — needs it more than you do. So why is the tooling for reading it closed?”

— REASON №1 FLOWMINER EXISTS

No deck.
No contract.

Click around the demo, or run it on your own machine before lunch. FlowMiner is MIT-licensed, built in the open, and will stay that way. If it’s useful, star it. If something is broken, file an issue.

FlowMiner contributors DRAWN BY
you, hopefully CHECKED BY
Q2 · 2026 DATE