Onnxify.CLI 0.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global Onnxify.CLI --version 0.2.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Onnxify.CLI --version 0.2.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Onnxify.CLI&version=0.2.0
                    
nuke :add-package Onnxify.CLI --version 0.2.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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.3.9 103 7/8/2026
0.3.8 112 6/30/2026
0.3.7 101 6/27/2026
0.3.6 110 6/26/2026
0.3.5 104 6/23/2026
0.3.4 113 6/19/2026
0.3.3 113 6/15/2026
0.3.2 114 6/14/2026
0.3.1 104 6/12/2026
0.3.0 110 6/11/2026
0.2.0 106 6/8/2026
0.1.4 122 6/2/2026
0.1.3 115 6/1/2026
0.1.2 134 5/28/2026
0.1.1 114 5/20/2026
0.1.0 119 5/18/2026
0.0.0.15 107 5/18/2026
0.0.0.14 116 5/17/2026
0.0.0.13 108 5/14/2026

## 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