Skip to content

Monero GUI Wallet

René Brunner edited this page Aug 12, 2022 · 4 revisions

The GUI wallet is one of two "official" Monero wallets, i.e. wallets that are developed as integral part of the Monero project. Its GitHub is here with a list of releases. It's also offered for download from getmonero.org.

It is implemented using the Qt framework, QML, JavaScript, and some C++. It does not interface with wallet2 directly, but through a layer called Wallet API. That layer is technically not part of the GUI repository, but of the Monero repository (see here).

It supports both the Ledger and the Trezor hardware wallets.

Clone this wiki locally