SDKs & Developer Tools

Official SDKs, tools, and libraries for every language and platform

Official SDKs

Production-ready SDKs maintained by the NeuralChip team

🐍

Python SDK
v2.1.0

Official Python SDK with PyTorch and TensorFlow integration

pip install neuralchip
Features:
PyTorch support
TensorFlow support
NumPy integration
Async operations

📦

JavaScript/TypeScript SDK
v1.8.0

Node.js and browser SDK with TypeScript definitions

npm install @neuralchip/sdk
Features:
TypeScript support
Promise-based API
Browser compatible
Node.js support

🔷

Go SDK
v1.5.0

High-performance Go SDK for backend services

go get github.com/neuralchip/sdk-go
Features:
Concurrent requests
Streaming support
Zero dependencies
gRPC support

🦀

Rust SDK
v0.9.0

Memory-safe Rust SDK for embedded and edge devices

cargo add neuralchip
Features:
Zero-copy operations
Safe concurrency
No runtime overhead
WASM support

C++ SDK
v2.0.0

Native C++ SDK for maximum performance

Download from GitHub releases
Features:
C++17 standard
Header-only option
CUDA integration
OpenMP support

Java SDK
v1.6.0

JVM SDK for enterprise applications

Add Maven or Gradle dependency
Features:
Spring integration
Thread-safe
Connection pooling
Kotlin support

Developer Tools

Essential tools for development, deployment, and debugging

NeuralChip CLI

Command-line interface for model deployment and management

curl -fsSL https://get.neuralchip.ai | sh
Features:
  • Model conversion
  • Deployment automation
  • Performance profiling
  • Cloud sync
VS Code Extension

IDE integration with IntelliSense and debugging support

Install from VS Code Marketplace
Features:
  • Syntax highlighting
  • Code completion
  • Debugging tools
  • Model visualization
Docker Images

Pre-built Docker images with runtime and SDKs

docker pull neuralchip/runtime:latest
Features:
  • GPU support
  • Multiple versions
  • Slim variants
  • CI/CD ready
Kubernetes Operator

Deploy and manage NeuralChip workloads on Kubernetes

kubectl apply -f https://get.neuralchip.ai/k8s
Features:
  • Auto-scaling
  • Load balancing
  • Health checks
  • Rolling updates
Need Help?

Join our developer community for support, discussions, and updates