Skip to content

Installation

eunha is a Tauri v2 desktop app. macOS 11+ is required.

Download the latest .dmg from the GitHub Releases page, open it, and drag eunha to your Applications folder.

You’ll need Rust, Node.js 20+, and pnpm.

Terminal window
git clone https://github.com/JinmuGo/eunha.git
cd eunha
pnpm install
pnpm tauri build

The built app lands in src-tauri/target/release/bundle/.

On first launch eunha creates ~/.eunha/ and an empty SQLite database at ~/.eunha/eunha.db. The config file at ~/.eunha/config.toml is also created (permissions 0600).

Next: connect your GitHub account.