This repository was archived by the owner on Aug 9, 2026. It is now read-only.
v0.0.7
ZuraAI v0.0.7
Highlights
- Reworked Agent Mode with safer background-window ownership, approval-gated computer control, OCR-assisted grounding, and bounded verification that no longer floods chats with repeated thinking blocks.
- Upgraded ChatGPT Codex support with per-model reasoning controls, native tool calls, reliable tool-result follow-ups, and stricter response normalization.
- Added main-owned Fully autonomous approval controls with explicit native confirmation and exact, one-use authorization tokens.
- Added scheduled AI automations, richer reminders and lookouts, run history, and chat-linked automation results.
- Expanded MCP support with a bundled server catalogue, OAuth flows, approval handling, connection hardening, and an Agent Mode request flow.
- Added folder-scoped memories, improved memory retrieval, richer artifact management, and external artifact opening.
- Improved chat streaming, virtualized message scrolling, session persistence, deep links, tool-result cards, and system-failure handling.
- Refreshed the dashboard, settings, command surfaces, native window chrome, accessibility behavior, and cross-platform packaging workflows.
Security and reliability
- Hardened privileged IPC validation, secure storage, provider networking, built-in tool schemas, shell error propagation, and release packaging checks.
- Added broad automated coverage for providers, tools, MCP, storage, streaming, accessibility, and Electron process boundaries.
Changed
- Provider and extension settings now apply immediately.
- The Perplexity provider and the legacy extension-store/Command Center implementation were removed as the capability model was simplified.
- macOS packages remain unsigned and un-notarized; install them manually because in-app auto-update is not yet supported on macOS.
SHA-256 Checksums
bf6da934816efa4fac34b5c647d3bcad3e4bdcf8ce2c67172ae7c2f4db6c9ea5 ZuraAI-0.0.7-mac-universal.dmg
d2619ae982879fde48dd28215785c2b13970c0fb600448836de942a3fb92538f ZuraAI-0.0.7-mac-universal.dmg.blockmap
4810a1a934bc65805046c95a981413b19deaaf71d704848de4821e326c0ac995 ZuraAI-0.0.7-mac-universal.zip
e4abd3f8bbe0244a0da1970f86ab3f2dd94a819680d3a68e005fa48b0556c13e ZuraAI-0.0.7-mac-universal.zip.blockmap
126c0a081d504d8d036bba61ca19af4506e533a4aa5d5e8c93de57f8831e6072 ZuraAI-Portable-0.0.7-x64.exe
18670e149adc296eceed5edb2634bfdc9372edade9bdd8858a1f5a0fb730f2a2 ZuraAI-Setup-0.0.7.exe
2e76894029841612119dd828ce7811208ea4f1a0c229bcb2b628b862fa4bdbd7 ZuraAI-Setup-0.0.7.exe.blockmap
7767cab7c12798a6fb72d9da232a8d17a0ee88db57a3d2312fa3b65125a4d0d2 latest-mac.yml
773a2201155165e9df19466d50ed7cca627f0f8c88e4ded97a6ccdedf8e28981 latest.yml
Known limitations
- macOS auto-update is not available yet. The macOS build is currently unsigned and un-notarized, so in-app
Check for Updateswill fail Gatekeeper on macOS. Please download the latest.dmgfrom this release page when a new version is published. Tracked indocs/MAINTENANCE.md.