GoVault v1-beta1
Pre-release
Pre-release
Setup Instructions
Windows (GoVault-windows-amd64.exe)
- Download
GoVault-windows-amd64.exe - Double-click to run — no installation needed
- Windows 10/11 includes WebView2 by default. If you get a WebView2 error, install it from Microsoft
macOS — Apple Silicon (GoVault-macos-arm64.zip)
For M1/M2/M3/M4 Macs.
- Download and unzip
GoVault-macos-arm64.zip - Right-click
GoVault.app→ Open (bypasses Gatekeeper since the app is unsigned) - After the first launch, you can open it normally
macOS — Intel (GoVault-macos-amd64.zip)
For older Intel-based Macs.
- Download and unzip
GoVault-macos-amd64.zip - Right-click
GoVault.app→ Open (bypasses Gatekeeper since the app is unsigned) - After the first launch, you can open it normally
Linux x64 (GoVault-linux-amd64)
- Install required dependencies:
sudo apt install libgtk-3-0 libwebkit2gtk-4.0-37
- Download and make executable:
chmod +x GoVault-linux-amd64 ./GoVault-linux-amd64
Linux ARM64 / Raspberry Pi (GoVault-linux-arm64)
For Raspberry Pi 4, Pi 5, and other ARM64 boards running 64-bit OS.
- Install required dependencies:
# Ubuntu 24.04+ / Raspberry Pi OS Bookworm+ sudo apt install libgtk-3-0 libwebkit2gtk-4.1-0 # Ubuntu 22.04 / older Raspberry Pi OS sudo apt install libgtk-3-0 libwebkit2gtk-4.0-37
- Download and make executable:
chmod +x GoVault-linux-arm64 ./GoVault-linux-arm64
Requirements: GoVault connects to a Bitcoin Core (or compatible) node via RPC. Make sure your node is running and RPC is enabled before starting.