This repository was archived by the owner on Aug 9, 2026. It is now read-only.
ZuraAI v0.0.8
Added
npx zuraainow installs the matching desktop release from GitHub when ZuraAI is not already installed, then opens the app.- Added an explicit
zuraai installcommand for reinstalling the matching desktop version.
Security and reliability
- Installer downloads use fixed ZuraAI GitHub release assets and must match the SHA-256 checksum published with that release before execution or extraction.
- Windows installation remains visible and user-controlled; macOS installs the verified universal app under the current user's
Applicationsdirectory. - Marked the Electron workspace package as private so running
npm publishfrom the repository root cannot accidentally target the unrelatedzuraregistry package.
SHA-256 Checksums
aa86a3bf99ef4d30b609c715f557294bc35cc9860db824570bfba9cce2195e71 ZuraAI-0.0.8-mac-universal.dmg
5095e9ec150981a2a08b73a45ce17206e7fa5e62dd185b37552cb09bca9a86dc ZuraAI-0.0.8-mac-universal.dmg.blockmap
8616c39def91debaf100c67c9c6bdbe8aa219c7fd41aa222e4e2eacfeb1f23cd ZuraAI-0.0.8-mac-universal.zip
758eb54f5f767a4f2f27dfd806475066df936cc16ac0738af0e438d18203f6df ZuraAI-0.0.8-mac-universal.zip.blockmap
aa15407f5815183a208c6dc2c18fa8d87050f45aad0319336c7bc63c03243592 ZuraAI-Portable-0.0.8-x64.exe
9860cf1d5167a0d08f3a6c20fdfddbb731db51dac3942949c6b33111d0f55b50 ZuraAI-Setup-0.0.8.exe
e9b34cb37ec70cf967470851ddc82c8ddb2b230a50a93035b52479a9957c26ac ZuraAI-Setup-0.0.8.exe.blockmap
d102d6631471b56ce0d80af666599e74b3b1e635f9be83b763856193e422040e latest-mac.yml
3fd9a91d509b6f8e64c2916567d95859e6b04b21fe56a968498be609d245b8ff 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.