The Sovereign Local-First AI Agent Operating System, Universal Web Foundry & 3D Omniverse
What it is:
- A 100% local, sovereign autonomous agent ecosystem with 21 specialized AI agents (The Pantheon).
- Universal Interactive Web PTY Terminal: Built-in, cross-platform terminal subsystem (
xterm.js+ Python PTY) that runs on Linux (Parrot OS, Ubuntu), macOS, and Windows. - WebGen Studio: Autonomous natural-language web foundry with live split-screen preview, Three.js kinetic particle loading screen, and DuckyScript keystroke automation.
- 3D Swarm World & Kinetic Arena: Real-time WebGL battle and monitoring NOC featuring vectorized extruded agent medallions and GLTF 3D sci-fi environments.
- Zero-Knowledge SimpleX ↔ Matrix Gateway: End-to-end encrypted messaging bridge without user identifiers, central servers, or telemetry.
- Military-Grade Rust BYOK Key Vault: Argon2id + XChaCha20-Poly1305 loopback-only encryption daemon.
What it is NOT:
- A hosted SaaS product. No data leaves your machine.
- A cloud-dependent application. There are zero third-party CDNs or external trackers included in the codebase.
- A bloated Electron app. It is lightweight, running purely via local HTTP/WebSocket daemons accessed through your browser.
| Layer | Technology | Purpose |
|---|---|---|
| Frontend UI | Vanilla JS, WebGL (Three.js), Tailwind CSS, xterm.js | Ultra-fast local client execution with 4-theme system |
| PTY Kernel | Python (pty.fork, fcntl, termios) |
Real interactive pseudo-terminals with ANSI stream buffers |
| Orchestrator | Python (Starlette, Uvicorn, HTTP/SSE) | Swarm execution, DuckyScript injection & loopback API (:8484) |
| Vault Daemon | Rust (Axum, Argon2id, Tokio) | Secure zero-leak credential storage (:8787) |
| Secure Comms | SimpleX CLI + Matrix Gateway | Metadata-free private agent communications (:8767 / :5225) |
| 3D Rendering | Three.js + GLTFLoader | Vectorized 3D extrusions & interactive CAD/mesh scenes |
zoth-studio/
├── core-app/ # Core Application Workstation
│ ├── public/ # 23+ Web Suites & Static Assets (Serves on :8088)
│ │ ├── studio/ # Specialized visual workspaces (WebGen, Nexus 3D, Swarm)
│ │ ├── agents/ # 21-Agent interactive profile pages
│ │ ├── workspaces/ # Target directories synthesized by WebGen & AGY
│ │ └── index.html # Flagship launchpad dashboard
│ ├── tools/ # PTY Engine, DuckyScript spawner & orchestrator
│ └── legacy-tools/ # Retired legacy utilities & archives
├── hardware-arduino/ # ESP32-S3 Physical Hardware Companion & Bridges
├── vault-daemon/ # Rust Argon2id BYOK Hardware Key Vault Daemon (:8787)
├── tools-and-automation/ # Python CLI tools, Signal daemon & dataset generators
└── docs-and-architecture/ # Blueprints, design systems, and animated banners
Start the entire suite with 1 command, or run services individually:
# Navigate to the workspace root
cd zoth-studio
# Start Public Hub (:8088), Orchestrator PTY (:8484), SimpleX Bridge (:8767) & Vault Daemon (:8787)
./start-zoth-studio.sh --with-all- Public Hub:
http://127.0.0.1:8088/ - WebGen Studio:
http://127.0.0.1:8088/studio/webgen.html - 3D Swarm Arena:
http://127.0.0.1:8088/studio/swarm.html - Operator NOC Deck:
http://127.0.0.1:8484/ - SimpleX Matrix:
http://127.0.0.1:8088/secure-comms/
© 2026 NullAI Tech. Sovereign Open Source Architecture.
