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.
v4.2.1
@aevumzenth/core
Base SDK for authentication, configuration, shared types, and cross-divisional event buses.
npm i @aevumzenth/core
v3.8.0
@aevumzenth/energy
Grid telemetry, load balancing APIs, fusion plant monitoring, and smart meter integration.
npm i @aevumzenth/energy
v5.1.3
@aevumzenth/quantum
Quantum circuit simulation, hybrid classical-quantum pipelines, and QPU scheduling interfaces.
npm i @aevumzenth/quantum
v2.9.4
@aevumzenth/orbit
Satellite uplink/downlink, telemetry parsing, orbital mechanics calculations, and defense contracts.
npm i @aevumzenth/orbit
v4.0.2
@aevumzenth/bio
Genomic data processing, clinical trial management, FDA compliance helpers, and med-device APIs.
npm i @aevumzenth/bio
v6.3.1
@aevumzenth/ledger
Cross-border payments, smart contract deployment, risk modeling, and institutional trading feeds.
npm i @aevumzenth/ledger
v3.2.0
@aevumzenth/kinematics
Inverse kinematics, motion planning, sensor fusion, and industrial arm control protocols.
npm i @aevumzenth/kinematics
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-cliAPI Reference
Complete endpoint documentation, request/response schemas, and SDK method signatures.
Swagger / OpenAPICommunity & Support
Join the developer Discord, report bugs, or request features for specific divisional SDKs.
Discord / GitHubChangelog & Deprecations
Track version history, breaking changes, and migration guides for all official packages.
Semantic Release