Documentation
Developer documentation
Everything you need to install NMC, compile your first model, deploy to neuromorphic silicon, and scale to production. Start with the Quickstart — most engineers are compiling in under 15 minutes.
$ pip install nmc-cli
Successfully installed nmc-cli 0.9.1
$ nmc --version
nmc 0.9.1 (neurmorph.com/docs)
Get started
Documentation guides
Quickstart
Install NMC, compile a sample PyTorch model, and run inference on the NT3000 eval kit in under 15 minutes.
Start hereAPI Reference
Complete reference for the NMC Python SDK, nrm_runtime.h C API, and CLI command options.
View referenceSupported Hardware
NT3000, BrainPulse-2, SynCore-V chip specs, eval kit setup, HAL shim porting instructions.
View hardwareMigration Guide
Migrating from TFLite Micro, TensorRT, or a previous NMC version. Step-by-step with diff examples.
View migrationQuick links
Common tasks
Install NMC
Python 3.9+, pip, and an NT3000 eval kit. Installation takes two minutes.
Installation stepsCompile a model
From model.pt to model.snn — single command with optional calibration.
Port HAL shim
Implement 8 function pointers to bring up a new neuromorphic target. Includes a stub template.
HAL porting guideQuestions not in the docs?
The engineering team responds to pilot-program participants directly. Apply for access to unlock direct support.