Desktop only, you have to build from source. Pretty easy to do since it's written in Rust.

https://github.com/mikedilger/gossip

Reply to this note

Please Login to reply.

Discussion

So you don't need Alby or anything to safely store your nsec?

That is correct. It even has a way of adding a passphrase so that when you open the Gossip client, you can't get write access to your account until you enter the passphrase. Really cool.

Nice. Ok that's a tomorrow morning project. Thanks.

There was a .Deb So in the end lucky me it was fast and easy on PopOS.

Hopefully there will be signatures with each release in the future.

Best to build from source if you are able to until then, which is pretty easy to do thanks to Rust and cargo.

Well, I just downloaded *.deb file (version 0.5.0) and installed it (building from source was not needed).

Is it safe to copy paste my current nsec in gossip?

It basically carries the same risks as using a mobile app, although sometimes computer can have a higher attack surface. Still much more secure than pasting into a web client.

Building from source is preferable to running a .deb file (I forgot I *had* to build from source because I am running it on macOS), especially since Gossip doesn't seem to have signatures on the files, meaning you cannot verify that the files are signed and approved by the lead dev.

Thanks!

OK, understood. I will play with gossip with new generated nsec in the beggining. I am trying to figure it out, I guess I need to add some relays first.

That is true, I have not find a digital signature to verify deb file.

One cool thing you can do in Gossip is encrypt your nsec with a passphrase. That way, each time you fire up Gossip, you have to enter the passphrase before being able to post or make edits to your profile.