mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-17 00:44:18 +01:00
43ded0bd234e5585877b8afa78db54bc00065c85
Damus Android
A multiplatform nostr client. Works on android and desktop
Alpha! WIP!
Compiling
The shell.nix provides a reproducible build environment for android and rust. I recommend using direnv to load this environment when you cd into the directory.
Once you have your dev shell setup, you can build with this command:
$ cargo apk run --release
This will build and run the app on your android device. If you don't have the aarch64-linux-android rust target yet, you can install it with:
$ rustup target add aarch64-linux-android
You can also just type
$ cargo run --release
To run the multiplatform desktop version of the app called NoteDeck.
Description
Languages
Rust
84.6%
Fluent
12.7%
Python
1.3%
Java
0.4%
Shell
0.3%
Other
0.6%