-
Notifications
You must be signed in to change notification settings - Fork 0
Build It Yourself
zevnda edited this page May 13, 2026
·
4 revisions
- Node.js (v18+) - nodejs.org
- Rust - rustup.rs
- MSVC C++ build tools. - visualstudio.microsoft.com
- Android SDK - Android Studio or Android SDK command-line tools
git clone https://github.com/zevnda/woland.git
cd wolandpnpm installpnpm tauri android devpnpm tauri android build --apk --target aarch64
# outputs APK to src-tauri\gen\android\app\build\outputs\apk\universal\releaseYour APK needs to be self-signed in order to install it on your device. Follow the links below for more information: