AGENTIC CAM · OPEN-SOURCE CLI · VERIFIED MACHINE CODE

A photo goes in.
A verified cut comes out.

Indraki is an agentic workspace that turns a photo, sketch, DXF, or a single sentence into machine-ready G-code for your exact CNC — and nothing reaches the machine without passing a signed verification gate.

Open the workspace →Log in
GRBL/diode laser/hobby router/plasma table

One gate. Every job passes through it.

deterministic · byte-identical · signed
01 · INPUT
Photo / sketch / DXF / STEP
02 · VECTORIZE
Clean vector document
03 · TOOLPATH
Contour · tabs · passes
04 · THE GATE
Signed simulation gate
05 · OUTPUT
Verified .nc
THE MOAT

The bolt of the gate. Nothing passes without verification.

01

The LLM never writes G-code

It orchestrates deterministic geometry and CAM kernels — Clipper, potrace, ezdxf — not freehand code.

02

The gate is outside the agent's reach

The authoritative check runs in a separate trusted container and signs a report bound to the SHA-256 of the exact file.

03

Deterministic by design

Same input plus same params produces byte-identical output. Golden fixtures are hash-compared in CI.

THE WEDGE

Built for the 2.5D bench first.

Diode lasers, hobby routers, plasma tables and GRBL machines — where the funded CAM copilots don’t play. We win on photos, sketches and natural-language jobs, and export clean SVG straight into the tools you already trust.

shapeoko-3grbldiode laserplasma
$ indraki vectorize bracket.jpg --threshold 128
→ vectors/bracket.svg  ok
$ indraki op contour --tool 3.175 --tabs 4
→ toolpaths/contour.json  ok
$ indraki post --dialect grbl --machine machine.json
→ gcode/bracket.nc  ok
$ indraki verify gcode/bracket.nc
→ PASS · signed · sha256:9f3c…a1  exit 0

Cut your first part today.

From a phone photo to a downloaded, verified .nc — in under five minutes.

Open the workspace →Create an account