← Package directory
Available on winget

Install Nostr VPN

nostr-vpn is a Rust workspace for a Tailscale-style mesh VPN control plane built on Nostr signaling and userspace WireGuard.

Install with winget
winget install --id mmalmi.nostr-vpn
Upgrade
winget upgrade --id mmalmi.nostr-vpn
Uninstall
winget uninstall --id mmalmi.nostr-vpn

About Nostr VPN

nostr-vpn is a Rust workspace for a Tailscale-style mesh VPN control plane built on Nostr signaling and userspace WireGuard. It includes the nvpn CLI plus a Tauri/Svelte app codebase that targets desktop and mobile platforms.

What's new in 0.3.12

Downloads Most people - Nostr VPN for Linux (AppImage) - Nostr VPN for Debian/Ubuntu (.deb) - Nostr VPN for Windows - Nostr VPN for Android > Note: The macOS desktop app is not included in this GitHub release because Apple signing/notarization did not complete. > If you only need macOS today, use the CLI tarball below or build from source. Prebuilt Intel macOS release artifacts have been sunset. Intel Mac users should build from source or use an older release. Headless CLI downloads - macOS Apple Silicon CLI - Windows x86_64 CLI - Linux x86_64 CLI - Linux ARM64 CLI Quick CLI install (Apple Silicon macOS/Linux) case "$(uname -s)/$(uname -m)" in Darwin/arm64) ASSET=nvpn-aarch64-apple-darwin.tar.gz ;; Linux/x86_64) ASSET=nvpn-x86_64-unknown-linux-musl.tar.gz ;; Linux/aarch64|Linux/arm64) ASSET=nvpn-aarch64-unknown-linux-musl.tar.gz ;; Darwin/x86_64) echo "Prebuilt Intel macOS releases have been sunset. Build from source or use an older release." >&2 exit 1 ;; *) echo "Unsupported platform: $(uname -s)/$(uname -m)" >&2 exit 1 ;; esac curl -fsSL "https://github.com/mmalmi/nostr-vpn/releases/download/v0.3.12/${ASSET}" | tar -xz && cd nvpn && ./install.sh That command auto-detects the matching Apple Silicon macOS/Linux CLI tarball, extracts nvpn, and runs the bundled installer. Manual CLI install # macOS Apple Silicon curl -LO https://github.com/mmalmi/nostr-vpn/releases/download/v0.3.12/nvpn-aarch64-apple-darwin.tar.gz # Linux x86_64 curl -LO https://github.com/mmalmi/nostr-vpn/releases/download/v0.3.12/nvpn-x86_64-unknown-linux-musl.tar.gz # Linux ARM64 curl -LO https://github.c...

Read release notes

Version history

Version Updated Notes
0.3.12 Unknown Downloads Most people - Nostr VPN for Linux (AppImage) - Nostr VPN for Debian/Ubuntu (.deb) - Nostr VPN for Windows - Nostr VPN for Android > Note: The macOS desktop app is not included in this GitHub release because App...
0.3.10 Unknown Downloads Most people - Nostr VPN for Linux (AppImage) - Nostr VPN for Debian/Ubuntu (.deb) - Nostr VPN for Windows - Nostr VPN for Android > Note: The macOS desktop app is not included in this GitHub release because App...
0.3.9 Unknown Downloads Most people - Nostr VPN for macOS (Apple Silicon) - Nostr VPN for Linux (AppImage) - Nostr VPN for Debian/Ubuntu (.deb) - Nostr VPN for Windows - Nostr VPN for Android Prebuilt Intel macOS release artifacts hav...
0.3.8 Unknown Downloads Most people - Nostr VPN for macOS (Apple Silicon) - Nostr VPN for Linux (AppImage) - Nostr VPN for Debian/Ubuntu (.deb) - Nostr VPN for Windows - Nostr VPN for Android Prebuilt Intel macOS release artifacts hav...
0.3.6 Unknown Downloads Most people - Nostr VPN for macOS (Apple Silicon) - Nostr VPN for Linux (AppImage) - Nostr VPN for Debian/Ubuntu (.deb) - Nostr VPN for Windows - Nostr VPN for Android Prebuilt Intel macOS release artifacts hav...
0.3.4 Unknown Downloads Most people - Nostr VPN for macOS (Apple Silicon) - Nostr VPN for Linux (AppImage) - Nostr VPN for Debian/Ubuntu (.deb) - Nostr VPN for Windows - Nostr VPN for Android Prebuilt Intel macOS release artifacts hav...
0.3.3 Unknown Downloads Most people - Nostr VPN for macOS (Apple Silicon) - Nostr VPN for Linux (AppImage) - Nostr VPN for Debian/Ubuntu (.deb) - Nostr VPN for Windows - Nostr VPN for Android Prebuilt Intel macOS release artifacts hav...
0.3.1 Unknown Downloads Most people - Nostr VPN for macOS (Apple Silicon) - Nostr VPN for Linux (AppImage) - Nostr VPN for Debian/Ubuntu (.deb) - Nostr VPN for Windows - Nostr VPN for Android Prebuilt Intel macOS release artifacts hav...
0.2.28 Unknown Downloads Most people - Nostr VPN for macOS (Apple Silicon) - Nostr VPN for Linux (AppImage) - Nostr VPN for Debian/Ubuntu (.deb) - Nostr VPN for Windows - Nostr VPN for Android Prebuilt Intel macOS release artifacts hav...
0.2.27 Unknown Downloads Most people - Nostr VPN for macOS (Apple Silicon) - Nostr VPN for Linux (AppImage) - Nostr VPN for Debian/Ubuntu (.deb) - Nostr VPN for Windows - Nostr VPN for Android Prebuilt Intel macOS release artifacts hav...
0.2.26 Unknown Downloads Most people - Nostr VPN for macOS (Apple Silicon) - Nostr VPN for Linux (AppImage) - Nostr VPN for Debian/Ubuntu (.deb) - Nostr VPN for Windows - Nostr VPN for Android Prebuilt Intel macOS release artifacts hav...
0.2.22 Unknown Release notes