nostr:npub1ye5ptcxfyyxl5vjvdjar2ua3f0hynkjzpx552mu5snj3qmx5pzjscpknpr Hi, is there a Nostr relay tray for mac?

Reply to this note

Please Login to reply.

Discussion

I think https://github.com/CodyTseng/nostr-relay-tray runs on Mac. But not sure since I don't have a Mac

Can you confirm nostr:npub1syjmjy0dp62dhccq3g97fr87tngvpvzey08llyt6ul58m2zqpzps9wf6wl

I'm running it on my windows and linux machine, but couldn't find a way to install it on my mac (m1p)

I am harvesting zaps, zap this to support. ⚡

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.

Thanks, I will give that a try