Downloads
Delentia Desk GUI, TypeScript SDK, Python SDK, and CLI — all platforms.
Delentia Desk GUI
v1.0.1Latest StableJune 2026
- Version sync 1.0.1 across Tauri + Cargo
- 4 new navigation pages: Ecosystem, Models, Workflow, Monitor
- Ollama SLM manager with model pull & inference testing
- Helix-TTD system health monitor
- JITNA Visual Workflow Builder (Phase 2 skeleton)
SDK Packages
@delentia/delentia-os
TypeScript edge SDK — JITNA v3 intent execution, FDIA scoring, WebSocket streaming
npm install @delentia/delentia-osfdia-wasm
FDIA equation WebAssembly module — runs in browser or Node.js
npm install fdia-wasmdelentia-os
Python SDK — JITNA v3, Delta Engine compression, SignedAI HexaCore client
pip install delentia-osCLI
Install the CLI to run JITNA workflows, deploy adapters, and manage Delentia OS.
pip install delentia-os[cli]Requires Python 3.11+ on Windows, macOS, Linux.