Nostr relay tray can run on Mac. https://github.com/CodyTseng/nostr-relay-tray/releases/download/v1.2.1/nostr-relay-tray-darwin-x64-1.2.1.zip Rosetta will allow it to run smoothly. Because I'm not an Apple developer, I'm unable to package an Apple silicon version.
If you want to run an Apple silicon version, you'll need to compile it from the source code. The performance will be better.
```
# 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.