100 % Open Source 100 % Local

Open means transparent.
Local means secure.

DMAIC.io is the modular toolbox for process improvement and innovation — Six Sigma (DMAIC, DMADV), 8D problem solving and TRIZ — running entirely in your browser. No server, no uploads, no dependency on third parties. Every line of code is open, every calculation stays on your machine.

100 %
Open Source
100 % Transparency
100 %
Local
100 % Secure
🔓
100 % Open Source

Transparency, not black boxes

Every formula, every algorithm is open. You don't have to trust proprietary software — read the code, verify the logic, have it audited.

Full source code on GitHub — AGPL-3.0 license
Algorithms verifiable against reference literature
Community-driven: bugs are reported and fixed publicly
No hidden dependencies, no tracking, no telemetry
Free forever — no subscription, no vendor lock-in
🛡️
100 % Local

Your data stays with you

All calculations run exclusively in the browser. No server uploads, no cloud services. Your measurement data, quality reports and analyses never leave your machine.

No server communication — fully offline-capable
GDPR-compliant by design: no third-party data processing
No account, no registration, no cookies
Air-gap capable: deployable in high-security environments
Open the HTML file — instantly ready, zero setup
Methodologies

Beyond DMAIC.
Four methodologies, one toolbox.

DMAIC.io is no longer just Six Sigma. Pick the right framework for the job — and combine tools across methods without leaving your browser.

DMAIC

Six Sigma improvement

DMAIC

Define, Measure, Analyze, Improve, Control — the classic Six Sigma cycle for systematically improving existing processes.

DMADV

Design for Six Sigma

DMADV

Define, Measure, Analyze, Design, Verify — develop new products and processes that are robust by design.

8D

Eight Disciplines

D0D1D2D3D4D5D6D7D8

Team-based problem-solving — from immediate containment to root cause to recognition. The automotive industry standard.

TRIZ

Inventive problem solving

ContradictionsSystem Operator40 Principles

When the contradiction blocks you, TRIZ resolves it. The 9-Windows operator, the Contradiction Matrix and the four separation principles — formalized creativity instead of brainstorming.

How it works

Professional statistics.
No black box.

Modular statistics tools built on pure JavaScript and HTML. No build system, no backend, no dependencies.

Zero Setup

Open an HTML file in your browser — done. No installation, no server, no npm.

🧩

Modular & extensible

Each module is self-contained — add your own or customize existing ones.

🔍

Verifiable calculations

Every algorithm is open source and verifiable against textbooks.

💰

Free forever

Open source under AGPL-3.0 license. No subscription, no freemium, no vendor lock-in.

// DMAIC.io — every line verifiable
// Source: github.com/dmaic-io

import { cpk, normalTest } from './modules';

const data = [12.1, 12.4, 11.9, 12.2, ...];
const spec = { LSL: 11.5, USL: 12.5 };

// Process capability — transparently computed
const result = cpk(data, spec);
// → { Cpk: 1.33, Cp: 1.45 }

// No API call. No upload. No server.
// Everything happens here — in your browser.

console.log("Process capable ✓");
Modules

A growing toolkit, organized by method.

Each module is self-contained, open source and verifiable. Pick what you need from any methodology — they all share the same data backbone.

DMAIC

Six Sigma improvement toolkit

Define → Measure → Analyze → Improve → Control

📋

Project Definition

Project charter, SIPOC, stakeholder analysis, VOC/CTQ — structurally define the problem before measuring.

DEFINE
📊

Descriptive Statistics

Central tendency, dispersion, histograms, box plots and distribution analysis.

MEASURE
🔬

Measurement System Analysis

Gage R&R, linearity, stability per AIAG standard.

MEASURE
📈

Process Capability

Cp, Cpk, Pp, Ppk with normality tests and graphical output.

ANALYZE
🧪

Hypothesis Tests

t-tests, ANOVA, Chi², regression — make statistically sound decisions.

ANALYZE
🎯

Design of Experiments (DOE)

Factorial designs, response surface methodology and interaction analysis.

IMPROVE
📉

Control Charts (SPC)

X̄-R, X̄-S, I-MR, p, np, c, u charts with automatic rule violation detection.

CONTROL
TRIZ

Inventive problem solving

Resolve contradictions instead of compromising

🔲

Contradiction Matrix

39 × 39 Altshuller matrix mapping technical contradictions to the 40 inventive principles — interactive lookup with explanations and examples.

TRIZ
🪟

9 Windows (System Operator)

Think across system levels and time: sub-system, system, super-system × past, present, future. Break out of fixed framing and see the full problem context.

TRIZ
⚖️

Physical Contradiction

When the same parameter has to take opposite values, the four separation principles (space, time, condition, system level) point the way to a resolution.

TRIZ
More cycles

8D problem-solving · DMADV design

Switch cycles per project — same modules, different framing

🧯

8D Eight Disciplines

D0–D8: prepare, team, problem description, containment, root cause, corrective action, implementation, prevention, recognition. With Is-/Is-Not, 5-Why, fishbone — all attached to the right discipline.

8D
🛠️

DMADV Design for Six Sigma

Define → Measure → Analyze → Design → Verify. For new products and processes — concept selection, robust design, capability verification before launch.

DMADV
Who is it for?

Built for people who
make processes better.

Professional statistics with no barriers to entry and no data privacy risks.

🏭

Quality Engineers

SPC, MSA and process capability — usable even in environments with the strictest IT security policies, since no data leaves the network.

🎓

Six Sigma Belts

Green Belt to Master Black Belt — all DMAIC phases supported. Open code enables deep understanding of the methods.

📚

Universities & Education

Free, no installation, instantly usable in courses. Reading the code = understanding the statistics.

Trust through openness and control

🛡️

GDPR by Design

No data leaves the browser. No logs, no tracking.

🔍

Audit-ready

Open algorithms — ideal for regulated industries like automotive and pharma.

🌐

Cross-platform

Chrome, Firefox, Safari, Edge — any operating system.

📴

Air-gap capable

Fully offline. Perfect for secured production networks.

Enterprise

Local doesn't mean
isolated.

Your process data already lives in-house — in SharePoint, in SAP, in internal databases. DMAIC.io picks it up right there. Inside your own network, with no detour through third parties.

  • SharePoint
  • SAP
  • Internal databases
  • On-premise deployment
Discuss an integration →

Tailored to your system landscape. Details in conversation.

The app stays free and open — Enterprise adds to it, it replaces nothing.

Diagram: data connection inside the corporate network SharePoint, SAP and internal databases connect to DMAIC.io in the browser. All connections stay inside the corporate network; the path to cloud services and third parties is severed. Your corporate network SharePoint SAP Internal DB σ DMAIC.io in the browser Cloud · third parties
Ready?

Statistics you can
actually trust.

Open DMAIC.io and start your first analysis — no registration, no upload, no cost. Or read the source code first. Both are just one click away.