onnxruntime-server
Enrichment pendingONNX Runtime Server: The ONNX Runtime Server is a server that provides TCP and HTTP/HTTPS REST APIs for ONNX inference.
GraphCanon updated today · GitHub synced today
193 stars18 forksLast push 4d C++ MIT
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (4d since push)
- As of today
- Provenance
- Not a fork · Personal account
- As of today
- Security (OSV)
- No lockfile
- As of today
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
git clone https://github.com/kibae/onnxruntime-serverSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
ONNX Runtime Server: The ONNX Runtime Server is a server that provides TCP and HTTP/HTTPS REST APIs for ONNX inference.
Capability facts
- Languages
- c++
Source: github.language · Jul 15, 2026
Categories
Tags
README
Requirements
- ONNX Runtime
- Boost
- CMake, pkg-config
- CUDA(optional, for Nvidia GPU support)
- OpenSSL(optional, for HTTPS)
Install ONNX Runtime
Linux
- Use
download-onnxruntime-linux.shscript- This script downloads the latest version of the binary and install to
/usr/local/onnxruntime. - Also, add
/usr/local/onnxruntime/libto/etc/ld.so.conf.d/onnxruntime.confand runldconfig.
- This script downloads the latest version of the binary and install to
- Or manually download binary from ONNX Runtime Releases.
Mac OS
brew install onnxruntime
Install dependencies
Ubuntu/Debian
sudo apt install cmake pkg-config libboost-all-dev libssl-dev
---
# optional, for Nvidia GPU support with Docker
sudo apt install nvidia-container-toolkit
Mac OS
brew install cmake boost openssl
Compile and Install
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release
cmake --build build --parallel
sudo cmake --install build --prefix /usr/local/onnxruntime-server
Install via a package manager
| OS | Method | Command |
|---|---|---|
| Arch Linux | AUR | yay -S onnxruntime-server |
Docker
- Docker hub: kibaes/onnxruntime-server
-
1.27.1-linux-cuda13amd64(CUDA 13.x, cuDNN 9.x) -
1.27.1-linux-cuda12amd64(CUDA 12.x, cuDNN 9.x) -
1.27.1-linux-cpuamd64, arm64
-
DOCKER_IMAGE=kibaes/onnxruntime-server:1.27.1-linux-cuda13 # or 1.27.1-linux-cuda12 or 1.27.1-linux-cpu
docker pull ${DOCKER_IMAGE}
For agents
This page has a .md twin and JSON over the API.