Onnxify.CLI
0.3.0
See the version list below for details.
dotnet tool install --global Onnxify.CLI --version 0.3.0
dotnet new tool-manifest
dotnet tool install --local Onnxify.CLI --version 0.3.0
#tool dotnet:?package=Onnxify.CLI&version=0.3.0
nuke :add-package Onnxify.CLI --version 0.3.0
Warning This package is currently in active development and research. Its public API is unstable and may change radically in future versions.
Onnxify.CLI
Onnxify.CLI is the command-line entry point for this repository. It is published as a dotnet tool and exposes the onnxify command.
Install
dotnet tool install --global Onnxify.CLI
What It Provides
- Inspect ONNX model structure from the terminal.
- Inspect safetensors files from the terminal.
- Generate C# project output from an ONNX model.
Example Commands
onnxify --version
onnxify onnx show model.onnx
onnxify onnx io model.onnx
onnxify safetensors show model.safetensors
onnxify project generate model.onnx output-dir
Repository
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.3.9 | 112 | 7/8/2026 |
| 0.3.8 | 116 | 6/30/2026 |
| 0.3.7 | 104 | 6/27/2026 |
| 0.3.6 | 113 | 6/26/2026 |
| 0.3.5 | 114 | 6/23/2026 |
| 0.3.4 | 116 | 6/19/2026 |
| 0.3.3 | 121 | 6/15/2026 |
| 0.3.2 | 117 | 6/14/2026 |
| 0.3.1 | 106 | 6/12/2026 |
| 0.3.0 | 113 | 6/11/2026 |
| 0.2.0 | 114 | 6/8/2026 |
| 0.1.4 | 125 | 6/2/2026 |
| 0.1.3 | 122 | 6/1/2026 |
| 0.1.2 | 137 | 5/28/2026 |
| 0.1.1 | 115 | 5/20/2026 |
| 0.1.0 | 125 | 5/18/2026 |
| 0.0.0.15 | 110 | 5/18/2026 |
| 0.0.0.14 | 116 | 5/17/2026 |
| 0.0.0.13 | 110 | 5/14/2026 |
## 0.3.0
- Aligned the package version with the 0.3.0 Onnxify package family release.
- Picked up the latest package-family improvements, including expanded ModelGenerator TorchModule import coverage.
## 0.2.0
- Aligned the package version with the 0.2.0 Onnxify package family release.
## 0.1.2
- Aligned the package version with the 0.1.2 Onnxify package family release.
## 0.1.1
- Aligned the package version with the 0.1.1 Onnxify package family release.
## 0.0.0.1
- Initial release