Getting Started
Download From GitHub Releases
On the GitHub Releases page, click Nahida-Desktop-Setup-<version>.exe to download the latest installer.
Build From Source
Before building, make sure the following tools are installed:
- pnpm v10
- Rust toolchain, including
cargoandrustc
sh
git clone https://github.com/myparsleycat/nahida-desktop.git
cd nahida-desktop
pnpm install && pnpm run build:native
pnpm run build:win