Replies (37)

its a responsive, cross platform client. on android it turns into something that looks like damus ios
yes it should be the fastest possible client by design. its all rust code with a heavily optimized embedded C database/relay.
yes i don't think it has ever crashed on me. rust is great for that
something is wrong with our debs i think. packaging on linux sucks outside package managers
you could just type β€œcargo run β€”release” in the notedeck repo
@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).
monad> cargo --version cargo 1.93.0 (083ac5135 2025-12-15) you can just use rustup to get the latest stable version
↑