An agentic coding assistant desktop app built with Tauri 2, Vite, and TypeScript.
Download the latest .dmg from the Releases page.
"Athva is damaged and can't be opened"?
The app is not code-signed with an Apple Developer certificate, so macOS Gatekeeper blocks it with a misleading "damaged" message. The app is fine — remove the quarantine flag and it will open normally:
xattr -cr /Applications/Athva.appRun this once after copying Athva to your Applications folder.
npm install
npm run tauri devnpm run tauri build