Replies (39)

jb55's avatar
jb55 _@jb55.com 2 months ago
its a responsive, cross platform client. on android it turns into something that looks like damus ios
jb55's avatar
jb55 _@jb55.com 2 months ago
yes it should be the fastest possible client by design. its all rust code with a heavily optimized embedded C database/relay.
jb55's avatar
jb55 _@jb55.com 2 months ago
yes i don't think it has ever crashed on me. rust is great for that
@jb55 which version of cargo i have to use to compile? The package requires the Cargo feature called `edition2024`, but that feature is not stabilized in this version of Cargo (1.83.0 (5ffbef321 2024-10-29)). Consider trying a newer version of Cargo (this may require the nightly release).
jb55's avatar
jb55 _@jb55.com 2 months ago
monad> cargo --version cargo 1.93.0 (083ac5135 2025-12-15) you can just use rustup to get the latest stable version
↑