mmalmi/nostr-vpn
GitHub: mmalmi/nostr-vpn
Stars: 948 | Forks: 88
# nostr-vpn
'
nvpn set --participant "$MY_NPUB"
nvpn create-invite
nvpn start --daemon --connect
Use the printed invite on another device; do not paste the example placeholder:
INVITE=''
nvpn init
nvpn import-invite "$INVITE"
nvpn start --daemon --connect
For the background daemon flow used by desktop apps:
nvpn start --daemon --connect
nvpn status
nvpn stop
For persistent startup:
sudo nvpn service install
nvpn service status
On Windows, run `nvpn service install` from an elevated shell instead of using `sudo`.
## Native Apps
The native apps share the Rust app-core state/action contract and use platform shells for macOS, Linux, Windows, Android, and iOS.
just build
just run
Use `just run-macos` or `just run-linux` when you want a specific desktop target.
标签:通知系统