v4.2.1-stable · Released Oct 12, 2026

Official SDKs & Developer Toolkit

Production-ready libraries for integrating with Aevum Zenth's 400+ enterprise divisions. Built for TypeScript, Python, Go, and Rust.

\u{1F310}
v4.2.1
@aevumzenth/core
Base SDK for authentication, configuration, shared types, and cross-divisional event buses.
npm i @aevumzenth/core
\u26A1
v3.8.0
@aevumzenth/energy
Grid telemetry, load balancing APIs, fusion plant monitoring, and smart meter integration.
npm i @aevumzenth/energy
\u{1F6E1\uFE0F}
v5.1.3
@aevumzenth/quantum
Quantum circuit simulation, hybrid classical-quantum pipelines, and QPU scheduling interfaces.
npm i @aevumzenth/quantum
\u{1F680}
v2.9.4
@aevumzenth/orbit
Satellite uplink/downlink, telemetry parsing, orbital mechanics calculations, and defense contracts.
npm i @aevumzenth/orbit
\u{1F3E5}
v4.0.2
@aevumzenth/bio
Genomic data processing, clinical trial management, FDA compliance helpers, and med-device APIs.
npm i @aevumzenth/bio
\u{1F4B0}
v6.3.1
@aevumzenth/ledger
Cross-border payments, smart contract deployment, risk modeling, and institutional trading feeds.
npm i @aevumzenth/ledger
\u{1F916}
v3.2.0
@aevumzenth/kinematics
Inverse kinematics, motion planning, sensor fusion, and industrial arm control protocols.
npm i @aevumzenth/kinematics
\u{1F5A5}
v4.2.1
@aevumzenth/auth
OAuth2/OIDC flows, hardware key support, RBAC policy engine, and zero-trust network access.
npm i @aevumzenth/auth

\u25B6 Quick Start

typescript
// 1. Install the core SDK npm install @aevumzenth/core @aevumzenth/energy // 2. Initialize your client import { AevumClient, EnergyTelemetry } from '@aevumzenth/core'; const client = new AevumClient({ apiKey: process.env.AEVUM_API_KEY, region: 'eu-west-1', telemetry: true }); // 3. Query live grid data async function getLoadMetrics() { const metrics = await client.energy.getGridStatus({ zone: 'NeoGeneva-Main', window: '15m' }); console.log(`Load: ${metrics.load}%, Efficiency: ${metrics.efficiency}`); } getLoadMetrics();

CLI & DevOps Tools

Deploy, scaffold, and manage Aevum Zenth services directly from your terminal.

az-cli

API Reference

Complete endpoint documentation, request/response schemas, and SDK method signatures.

Swagger / OpenAPI

Community & Support

Join the developer Discord, report bugs, or request features for specific divisional SDKs.

Discord / GitHub

Changelog & Deprecations

Track version history, breaking changes, and migration guides for all official packages.

Semantic Release
Copied to clipboard!