Installation

Install OAS tools, SDKs, and the reference runtime.

A.M. TorlopovJanuary 15, 20261 min read

Installation

Requirements

  • Node.js 20+ (for SDK and CLI)
  • Rust 1.75+ (for reference runtime)
  • Git

CLI Installation

npm install -g @oas/cli

SDK Installation

npm install @oas/sdk

Reference Runtime

git clone https://gitlab.amtcloud.ru/AMT/oas-runtime.git
cd oas-runtime
cargo build --release

Verify Installation

oas --version
# OAS CLI v1.0.0