Skip to content

v0.1.0 — Initial public release

Choose a tag to compare

@deyzho deyzho released this 15 Apr 04:03
· 25 commits to main since this release

Axon TypeScript SDK v0.1.0

First public release of the Axon TypeScript / Node.js SDK — a provider-agnostic compute routing layer for AI workloads.

Packages

Package Description
@phonixsdk/sdk Core TypeScript SDK
@phonixsdk/mobile React Native / Expo SDK for iOS & Android
@phonixsdk/cli CLI tool (axon init, axon deploy, axon status)
@phonixsdk/inference OpenAI-compatible inference handler for Next.js

What's included

  • 10 providers: io.net, Akash Network, Acurast, Fluence, Koii, AWS, GCP, Azure, Cloudflare Workers, Fly.io
  • Multi-provider routing with 5 strategies: latency, availability, cost, balanced, round-robin
  • Circuit breaker & automatic failover — configurable thresholds and recovery windows
  • OpenAI-compatible inference endpoint via @phonixsdk/inference
  • Mobile SDK — React Native hooks (useAxonContext, useMessages, useSend, useAxonRouter) with iOS Keychain / Android Keystore secure storage
  • 200 tests across all providers and routing logic (Node.js 20 + 22)

Install

npm install @phonixsdk/sdk
npm install -g @phonixsdk/cli

Full documentation

https://phonixsdk.dev