STACK
The neuromorphic toolchain
From PyTorch model to sealed .thx artifact — one pipeline, any conformant target.
Open front door.
Production trust layer.
Open front door.
Production trust layer.
1┌─────────────────────────────────────┐2│ Your product │3├─────────────────────────────────────┤4│ Trust layer │ ← production (roadmap)5│ runtime · fleet · certification │6├─────────────────────────────────────┤7│ Open SDK │ ← shipped today8│ Python · simulator · compiler │9├─────────────────────────────────────┤10│ Neuromorphic silicon (any vendor) │11└─────────────────────────────────────┘Neuron dynamics, specified
Neuron dynamics, specified
1mem_t = α · mem_prev + x_t2spk_t = H(mem_t − threshold)3mem_out = mem_t − spk_t · threshold4 5α = exp(−dt / τ_mem), dt = 1 msSame seed. Same artifact. Same output.
Reproducible execution tested in CI on every merge.
Reproducible execution tested in CI on every merge.
threads=1 vs threads=N
Byte-identical
Python ↔ Rust agreement
≥99%
MNIST — within published range
97.77%
threads=1 vs threads=N
Reduction in manual workflow coordination across teams
MNIST — within published range
97.77%
Python ↔ Rust agreement
≥99%
The error message is the product
The error message is the product
1✗ E0107: LIF reset mode not recognized2 3 What happened4 reset="decay" is not a valid reset mode.5 6 Why7 reset must be "subtract" or "zero".8 9 How to fix10 1. Use reset="subtract"11 2. Use reset="zero"12 13 Docs: https://docs.thrindex.com/errors/E0107Install. Run a template. Inspect the raster. No hardware. No account.
pip install thrindex
Install. Run a template. Inspect the raster. No hardware. No account.
pip install thrindex
Install. Run a template. Inspect the raster. No hardware. No account.
pip install thrindex