Skip to content

GoVault v1-beta1

Pre-release
Pre-release

Choose a tag to compare

@ShaeOJ ShaeOJ released this 19 Feb 09:34
· 45 commits to main since this release

Setup Instructions

Windows (GoVault-windows-amd64.exe)

  1. Download GoVault-windows-amd64.exe
  2. Double-click to run — no installation needed
  3. 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.

  1. Download and unzip GoVault-macos-arm64.zip
  2. Right-click GoVault.app → Open (bypasses Gatekeeper since the app is unsigned)
  3. After the first launch, you can open it normally

macOS — Intel (GoVault-macos-amd64.zip)

For older Intel-based Macs.

  1. Download and unzip GoVault-macos-amd64.zip
  2. Right-click GoVault.app → Open (bypasses Gatekeeper since the app is unsigned)
  3. After the first launch, you can open it normally

Linux x64 (GoVault-linux-amd64)

  1. Install required dependencies:
    sudo apt install libgtk-3-0 libwebkit2gtk-4.0-37
  2. 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.

  1. 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
  2. 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.