Skip to content

Zoth Studio v4.6.0 — Sovereign Multi-Agent Workstation

Latest

Choose a tag to compare

@NullAITech NullAITech released this 27 Aug 03:37
· 118 commits to main since this release

Zoth Studio is an open-source, local-first workstation that orchestrates 21 autonomous AI specialists and 298+ deterministic tools with zero cloud telemetry, hardware memory enclaves, and client-side 3D/video engines.


🌟 What's New in This Release

1. 🔐 Sovereign Rust Key Vault (zoth-vault-daemon)

  • Memory-Hard KDF: RFC 9106 Argon2id v19 ($m=64\text{ MiB}, t=3, p=4$) preventing GPU rainbow attacks.
  • Symmetric Encryption: Authenticated XChaCha20-Poly1305 stream ciphers with 192-bit random nonces.
  • Volatile RAM Zeroization: ZeroizeOnDrop memory sanitizer ensuring secrets are overwritten with 0x00 on drop.
  • Network Isolation: Loopback daemon bound strictly to :8787 (0.0.0.0 exposure strictly prevented).

2. ⚔ Multi-Agent Consensus Triangulation Arena

  • Pits multiple frontier weights (Grok 4.5, Hermes 3, Claude 3.5, local Ollama) against each other.
  • Synthesizes and fuzzes AST proposals to drop code generation error rates from 14.2% to under 0.40%.

3. 🎬 OmniPost 3.5 & Client-Side Silicon Forges

  • Hardware-accelerated 60 FPS video encoding via browser WebCodecs + WebGL.
  • Real-time procedural 432Hz Solfeggio audio synthesis with zero cloud GPU rendering bills.

4. 🌐 Full Multi-Platform Distribution Suite (Linux & Windows)

  • Standalone portable Windows package (.zip and .exe) with double-clickable zoth.bat launcher.
  • Linux 1-Click AppImage, .deb, .run, and portable tarball.
  • Cyberpunk curses terminal cockpit (zoth tui).

📦 Binary Assets & Cryptographic Checksums

🪟 Windows Packages (dist/release/windows/)

Asset Format Size SHA256 Checksum
zoth-windows-x86_64.exe Standalone Executable 77 MB 84fead88d515877788a8baf33a49424e25530a428f895bc6031e59e8ff57824d
zoth-studio-v2.6.0-windows-x86_64.zip Portable ZIP 88 MB 7d7fef03f3b407b31dba38b9c8cfb45e77485a69209ed2bb3aa5f1386810b2a6

🐧 Linux Packages (dist/release/linux/)

Asset Format Size SHA256 Checksum
Zoth_Studio-v2.6.0-x86_64.AppImage 1-Click AppImage 77 MB 827d30dcadb68fe00bdd7725f06011ccd397469b43b47a7db96ddde6c8a94d6e
zoth-studio_2.6.0_all.deb Debian/Ubuntu Package 81 MB f5f3e50d2f98909eec67850e17ba8f4743539f9dfddbdb8cb6759cbc929b9ad4
zoth-linux-x86_64.run Self-Extracting Installer 122 MB b7ec9ea73d7703fd59b740db8aa3a9645660fe3a9ceb252f438c0e2d5cc8cf58
zoth-studio-v2.6.0-linux-x86_64.tar.gz Full Portable Tarball 90 MB 40a5d7852d4cf77868617afb5fb25aa19caec97c9f820968cfabe2566aa61e10

🔐 Native Rust Keyring Daemon (dist/release/)

Asset Format Size SHA256 Checksum
zoth-vault-daemon-linux-x86_64 ELF Binary 2.4 MB d1906421413db54b0b2683c76d8daac9314413bde217f2f44c4ddd0bc2588804
zoth-vault-daemon-v0.1.0-linux-x86_64.tar.gz Compressed Archive 1.1 MB e045cc639a877b0e2f147a32aac72b291149cf94b0e934f6f717d5f1fed26496

🚀 1-Minute Bootstrap

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/NullAITech/zoth-studio/main/core-app/public/install.sh | bash
zoth tui

#### Windows:

1. Download zoth-studio-v2.6.0-windows-x86_64.zip (or run zoth-windows-x86_64.exe).
2. Extract and double-click zoth.bat to launch the local workstation.
──────
### 📖 Architecture Whitepapers & Documentation

• Manifesto & Whitepapers: https://zoth.nullai.tech/article/
• Documentation Hub: https://zoth.nullai.tech/docs/
• GitHub Repository: https://github.com/NullAITech/zoth-studio