Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

238 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Athva

An agentic coding assistant desktop app built with Tauri 2, Vite, and TypeScript.

Installation (macOS)

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.app

Run this once after copying Athva to your Applications folder.

Development

npm install
npm run tauri dev

Build

npm run tauri build

Recommended IDE Setup