Now in beta

LyDos Desktop
for your whole workflow

A native desktop app that puts the 120-agent autonomy stack on your desk. Offline-first, signed actions, real-time event stream β€” with the same warm-clay palette as the web dashboard.

Loading… Β· universal dmg
LyDos Desktop
SSE latency
< 150 ms
Offline replay
SQLite WAL
Bundle size
~14 MB
Startup
~0.3 s cold
Install Β· Linux / macOSAll platforms β†’
curl -fsSL https://lydos.ailydian.com/install | sh

Installs in ~15 seconds. Then run lydos auth login to authenticate.

Built for the autonomy stack

The desktop shell bridges the Rust process directly into the LyDos event bus so approvals and Q158 fixes arrive without polling.

Offline-first cache

Every GET response is persisted to an on-device SQLite WAL cache; POST mutations queue locally and replay automatically on reconnect.

Real-time SSE stream

A long-lived listener subscribes to /api/events/stream β€” action proposals, approvals, executions, and Q158 fixes land in the panel instantly.

KSL-signed actions

Critical approvals (payments, settlement, policy changes, node removal) sign with a device key stored in the OS keychain. The server verifies before executing.

OS keychain credentials

Session tokens live in macOS Keychain / Windows Credential Manager / Linux libsecret β€” never in plain disk files.

Native notifications

Quorum-pending approvals, autonomy tier changes and Q158 engineer findings surface as OS-level notifications with deep links back into the app.

Signed auto-updater

Updates are distributed through a TUP-gated manifest (release signature + role-diverse quorum + binary hash). Unsigned payloads are refused silently.

Install it your way

Package managers, signed installers, or a reproducible local build β€” all routes produce the same binary.

macOS 11+
detected
brew install --cask lydos-desktop
View on GitHub
Windows 10/11 x64
winget install lydos.desktop
View on GitHub
Linux x86_64
curl -L https://lydos.ailydian.com/api/desktop/release/latest/linux-deb-x86_64 -o lydos.deb && sudo apt install ./lydos.deb
View on GitHub

Build locally β€” 3 commands

git clone https://github.com/lydianai/AILYDIAN-AGENT-ORCHESTRATOR
cd AILYDIAN-AGENT-ORCHESTRATOR/desktop
pnpm install && pnpm desktop:build

Requires Rust 1.77+, Node 20, pnpm 9, and native webview deps (webkit2gtk on Linux, MSVC on Windows, Xcode CLT on macOS).

Read the deep dive

Enterprise capabilities, compliance exports, RBAC, LSIA immunity, FAQ, and platform matrix all live in the docs.

Sovereign stack β€” from browser to kernel

The same 13-engine sovereign security stack that protects the web dashboard protects the desktop β€” KSL device attestation, LSIA immunity, TUP signed updates.