Get started on your preferred OS within minutes. Stay up-to-date with regular enhancements to security and performance.
For advanced users or developers, Jax Wallet can be built directly from our public GitHub repository. Below are basic commands for each OS.
OS | Dependencies | Build 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 |
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.