onnxruntime and onnx2c

These are ecosystem siblings where one is a widely-adopted runtime for executing ONNX models across platforms, while the other is a specialized compiler that transpiles ONNX models to C code for embedded or resource-constrained deployment scenarios where a full runtime is impractical.

onnxruntime
100
Verified
onnx2c
51
Established
Maintenance 25/25
Adoption 25/25
Maturity 25/25
Community 25/25
Maintenance 10/25
Adoption 10/25
Maturity 9/25
Community 22/25
Stars: 19,534
Forks: 3,759
Downloads: 76,261,123
Commits (30d): 160
Language: C++
License: MIT
Stars: 368
Forks: 67
Downloads:
Commits (30d): 0
Language: C
License:
No risk flags
No Package No Dependents

About onnxruntime

microsoft/onnxruntime

ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator

Supports inference across diverse ML frameworks (PyTorch, TensorFlow, scikit-learn, XGBoost, LightGBM) through the ONNX standard, applying graph optimizations and hardware acceleration (CPUs, GPUs, NPUs) for optimal performance. Training acceleration targets PyTorch transformer models on multi-GPU setups with minimal code changes. Operates as a portable runtime layer abstracting hardware and framework differences across Windows, Linux, and macOS.

About onnx2c

kraiskil/onnx2c

Open Neural Network Exchange to C compiler.

Scores updated daily from GitHub, PyPI, and npm data. How scores work