Get Started

Updated on September 27, 2025

Welcome to the DEEPX Developer Page.

I will provide a brief introduction to DXNN (DEEPX SDK) and a guide on how to install it.

Introduction to DXNN

DXNN is the SDK for DEEPX NPUs and consists of the following components:

  • DX-COM: A specialized compiler that converts standard model formats to DEEPX-optimized files ( .onnx -> .dxnn(model file for NPU).
  • DX-Tron: An intuitive graph viewer for visualizing and analyzing .dxnn model files.
  • DX-RT: The core runtime stack, including APIs, Drivers, and Firmware for seamless NPU operation.
  • DX-APP: A collection of reference samples and example source code to accelerate your development.
  • DX-STREAM: GStreamer-based plugins designed for efficient multimedia pipeline integration and NPU-accelerated streaming.

Quick Start Guide for DX-Allsuite

DX-Allsuite is a comprehensive package that ensures version compatibility across all DXNN components, allowing for a seamless, all-in-one installation.

You can download DX-Allsuite from our Developer Page or GitHub(https://github.com/DEEPX-AI/dx-all-suite).