SDK Preview · Releasing 2027

strataos.dev

The developer platform for building on Roxy Systems substrate. Time and Truth as computational primitives.

Read Documentation Join Waitlist

What You Get

Four substrate primitives. One coherent API. Guaranteed performance.

Witness

Byzantine fault-tolerant attestation. Cryptographic proof of presence and action. Truth you can verify.

ChronosLedger

Immutable temporal anchoring with sub-50ms latency. Time becomes infrastructure, not afterthought.

Harmonics

Perceptual sensing layer. Detect tension, drift, and strain before they become failures.

Accord

Multi-party coordination without central authority. Where perception becomes response.

API Design Preview

Review the API design now. SDKs ship with these exact patterns in 2027.

Python
# Python SDK (2027) from strataos import Witness, ChronosLedger # Attest with cryptographic quorum proof = await Witness.attest({ "type": "user.action", "payload": { "action": "transfer", "amount": 1000 }, "quorum": 3 }) # Anchor with immutable timestamp anchor = await ChronosLedger.anchor({ "data": proof, "retention": "permanent" }) # Result guaranteed <50ms print(f"Latency: {anchor.latency_ms}ms") # Always <50
JavaScript
// JavaScript SDK (2027) import { Witness, ChronosLedger } from '@strataos/sdk'; // Attest with cryptographic quorum const proof = await Witness.attest({ type: 'user.action', payload: { action: 'transfer', amount: 1000 }, quorum: 3 }); // Anchor with immutable timestamp const anchor = await ChronosLedger.anchor({ data: proof, retention: 'permanent' }); // Result guaranteed <50ms console.log(`Latency: ${anchor.latency_ms}ms`); // Always <50
Rust
// Rust SDK (2027) use strataos::{Witness, ChronosLedger}; // Attest with cryptographic quorum let proof = Witness::attest(AttestRequest { event_type: "user.action", payload: json!({ "action": "transfer", "amount": 1000 }), quorum: 3, }).await?; // Anchor with immutable timestamp let anchor = ChronosLedger::anchor(AnchorRequest { data: proof, retention: Retention::Permanent, }).await?; // Result guaranteed <50ms println!("Latency: {}ms", anchor.latency_ms); // Always <50

SDK Roadmap

Transparent timeline. Join the waitlist for early access.

Q1 2026

API Finalization

Complete API specification published. Integration patterns documented. Architecture diagrams available.

Q2 2026

Private Beta

Foundry partners get access to preview SDKs. Feedback loop begins. Performance testing at scale.

Q3 2026

Public Beta

Waitlist members get access. Python and JavaScript SDKs available. Playground environment live.

Q1 2027

Production Release

All four SDKs (Python, JavaScript, Rust, Go) available on package registries. Full SLA guarantees active. Enterprise support available.

Join SDK Waitlist

Get early access when SDKs launch. Priority given to Foundry partners.

✓ You're on the waitlist! We'll email you when SDKs launch.

Foundry partners get priority access · Apply to Foundry