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

Download

macOS

Latest version: v1.9.3

File size: 85 MB

Compatible with macOS 11 or later

Download

Linux (AppImage)

Latest version: v1.9.3

File size: 65 MB

Tested on Debian / Ubuntu / Fedora

Download

Build from Source

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

OSDependenciesBuild Command
Windows Visual Studio Build Tools, Git, Node.js (UI)
git clone https://github.com/dexlose/jax-wallet
cd jaxwallet
build.bat
macOS Xcode CLT, Homebrew (optional), Git
git clone https://github.com/dexlose/jax-wallet
cd jaxwallet
./build-mac.sh
Linux GCC / Clang, Make, Git, Node.js (UI)
git clone https://github.com/dexlose/jax-wallet
cd jaxwallet
./build-linux.sh

License & Open Source

Jax Wallet is distributed under the MIT License. You can freely use, modify and distribute our code under its simple, permissive terms.

We encourage everyone to dive into our code, report issues and contribute improvements.

View on GitHub