Global Feed Post Login
Replying to Avatar jb55

#dmail will be the second notedeck app and will work on all platforms! It’s nice to have a fast, native, cross-platform base to build these on now.

Cool thing is that #notedeck apps share same local db: contacts, profiles, dms, accounts. You can’t really do this on the web because web apps are isolated from each other. Notedeck is offline first which is also great for mail.

notedeck will provide a high level api for building nostr apps, will be able to rapidly iterate on new apps faster than before.

If you want to help us build “the nostr browser”, come hack on it with us!

https://github.com/damus-io/notedeck nostr:note1h8vycn70zcc3gza8c44n8s08maaeh322zlccjxj63jc08vkypv5qv5fc4f

f7
nobody 1y ago

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

sudo apt update

sudo apt install build-essential

git clone https://github.com/damus-io/notedeck

cd notedeck

cargo build --release

./target/release/notedeck

Reply to this note

Please Login to reply.

Discussion

Avatar
jb55 1y ago

looks about right

Thread collapsed