Open source
Public code.
Specific claims.
Aura is developed publicly under the MIT license. Review the code and the checks used for each release.
Source code
The official repository is github.com/aurabitcoinwallet/aura-wallet. The current public release line is v27.27.60.
What is verified
The repository documents linting, TypeScript checks, wallet security invariants, official Bitcoin test vectors, cryptographic signing tests, dependency advisories, CodeQL, and an Android build.
Architecture
Wallet creation, recovery, address derivation, transaction construction, and signing happen inside the mobile application. Network responsibilities are separated into Electrum, fee, rate, mempool, and explorer modules.
Contributing
Focused issues and pull requests are welcome. Changes involving wallet storage, key derivation, signing, transaction construction, or networking should follow the project’s documented contribution and release process.