Skip to content

Build It Yourself

zevnda edited this page May 13, 2026 · 4 revisions

Prerequisites

1. Clone Repo

git clone https://github.com/zevnda/woland.git
cd woland

2. Install Dependencies

pnpm install

3. Run Android (Dev)

pnpm tauri android dev

4. Build Release (APK)

pnpm tauri android build --apk --target aarch64
# outputs APK to src-tauri\gen\android\app\build\outputs\apk\universal\release

Your APK needs to be self-signed in order to install it on your device. Follow the links below for more information:

Clone this wiki locally