Download the latest .dmg from the Releases page:
- Apple Silicon:
Lekha-<version>-arm64.dmg - Intel:
Lekha-<version>-x64.dmg
Or via Homebrew:
brew tap mocarram/tap
brew install --cask lekha
Builds are currently unsigned during early releases - on first launch macOS may say the app "cannot be opened". Right-click the app, choose Open (or run
xattr -dr com.apple.quarantine /Applications/Lekha.app). Signed + notarized builds (no warning) land once code-signing is enabled.
npm install
npm run devnpm run build
npm run dist:macSee docs/publishing/releasing.md for the full
release process and docs/publishing/homebrew.md
for Homebrew distribution.