Download Jax Wallet

Get started on your preferred OS within minutes. Stay up-to-date with regular enhancements to security and performance.

Official Binaries

Windows

Latest version: v1.1.2

File size: 72 MB

Compatible with Windows 10 or later

macOS

Latest version: v1.9.3

File size: 85 MB

Compatible with macOS 11 or later

Linux (AppImage)

Latest version: v1.9.3

File size: 65 MB

Tested on Debian/Ubuntu/Fedora

Build from Source

For advanced users, developers, or those who want the cutting edge, Jax Wallet can be built directly from our public GitHub repository. Below are basic commands for each OS.

OSDependenciesBuild Command
WindowsVisual Studio Build Tools, Git, Node.js (if building UI)
git clone https://github.com/dexlose/jax-wallet
                cd jaxwallet
                build.bat
macOSXcode Command Line Tools, Homebrew (optional), Git
git clone https://github.com/dexlose/jax-wallet
                    cd jaxwallet
                    ./build-mac.sh
LinuxGCC or Clang, Make, Git, Node.js (for UI build)
git clone https://github.com/dexlose/jax-wallet
                        cd jaxwallet
                        ./build-linux.sh

License & Open Source

Jax Wallet is distributed under the MIT License. This means you can freely use, modify, and distribute our code as long as you follow the terms of this simple, permissive license.

Our commitment to open-source fosters transparency, innovation, and community-driven growth. We encourage everyone to dive into our code, report issues, and contribute improvements.

View on GitHub