An experimental chat client written with Fyne. Its a work in progress based on kind 9 ideas
This is very early implementation. Use at your own risk!
- Golang
- Fyne Prerequisites
- Clone repo
go mod tidy
go run .
Important! It will take quite a bit of time to complie the first time as its compiling some C libraries. Please be patient. After first compile, it will work normally.
- Add your nsec
- Add kind9 relay exmaple: wss://groups.nostr.com/nostr
- Chat away! You can also add room's
Todo:
-
Lots of things.
-
Add secure key storage to persist your private key.
-
Persist relays
-
Handle errors
-
Handle removing relays
-
Handle removing keys, etc
-
Lots visual updates