Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/CodyTseng/nostr-relay-tray

a simple nostr relay tray
https://github.com/CodyTseng/nostr-relay-tray

electron nostr relay sqlite3

Last synced: about 2 months ago
JSON representation

a simple nostr relay tray

Lists

README

        




nostr-relay-tray


nostr-relay-tray




A simple nostr relay tray. For Mac, Windows, and Linux.

powered by nostr-relay

## Download

You can download the latest version from the [release page](https://github.com/CodyTseng/nostr-relay-tray/releases).

Because the app is not signed, you may need to allow it to run in the system settings.

## Build from source

You can also build the app from the source code.

```bash
# Clone this repository
git clone https://github.com/CodyTseng/nostr-relay-tray.git

# Go into the repository
cd nostr-relay-tray

# Install dependencies
npm install

# Build the app
npm run make
```

The executable file will be in the `out` folder.

## Screenshot

![screenshot](./screenshots/screenshot.png)

## Donate

If you like this project, you can buy me a coffee :) ⚡️ [email protected] ⚡️

## Icon Attribution

The ostrich element within the icon is sourced from [nostr_icons](https://github.com/satscoffee/nostr_icons). Special thanks to satscoffee for providing such a beautiful ostrich.

## License

MIT