The Intelligent Workspace

An open agentic intelligence platform for research, development, and everyday work. Chat, code, write, present — with AI woven into every workflow.

One Platform, Many Workspaces

Purpose-built AI applications sharing a common intelligence fabric. Each app is tailored for a specific workflow — all powered by the same agentic runtime.

The Agentic Intelligence Runtime

A headless server with NeoVim-style architecture. Manage LLM conversations, tool execution, terminal sessions, and workspace storage — then connect any UI over JSON-RPC 2.0.

🧩 Headless Server

zgent-server runs as a daemon. No rendering, no UI opinions — just abstract ConversationEvent notifications that frontends interpret however they like.

🔌 Multi-Frontend

TUI client (ratatui), Tauri desktop apps, browser SPAs, Telegram bots — all connect to the same server via WebSocket or stdio pipes.

🛡️ Isolated Execution

Agent code runs in Docker containers with masked /proc, disabled ICC, and egress firewalling. Read-only mounts by default.

🧬 App Profiles

Each app is a profile.toml manifest — system prompt, tools, skills, daemon process, and HTTP config. Deploy new AI apps without touching server code.

🐍 DSL Worker

SGLang-like Python DSL for programmatic LLM control — multi-step generation, fork/join branching, structured extraction, all from within a conversation.

📦 TypeScript SDK

@zgent/sdk for WebSocket clients, @zgent/ui for shared React components, @zgent/session-runtime for framework-agnostic state.