The dev rig is the way to run Token Factory
locally: the entire Enterprise MVP stack (gateway, identity, control plane,
portal, chat, fake engine) on a kind cluster via the umbrella chart — no GPU
needed, same install path as a customer. Start there.
git clone git@github.com:Mirantis/tokenfactory.git
cd tokenfactory/engineering-hub
npm install
npm start # http://localhost:3000, hot reload
npm run build # full production build — run before every push
Edit content in docs/, status data in src/data/capabilities.ts.
Every component repo also runs standalone — useful for tight loops on one
codebase without the cluster:
tokenfactory-controlplane): docker compose up givesUSE_MOCK_SERVICES=true / docker-compose-local.yml) — see each repo'sFor anything that crosses component boundaries (key flows, OIDC, wiring),
use the rig — mocks lie about exactly the seams the MVP depends on.