Installation
eunha is a Tauri v2 desktop app. macOS 11+ is required.
Download a release
Section titled “Download a release”Download the latest .dmg from the GitHub Releases page, open it, and drag eunha to your Applications folder.
Build from source
Section titled “Build from source”You’ll need Rust, Node.js 20+, and pnpm.
git clone https://github.com/JinmuGo/eunha.gitcd eunhapnpm installpnpm tauri buildThe built app lands in src-tauri/target/release/bundle/.
First launch
Section titled “First launch”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.