Electrum is a lightweight Bitcoin wallet written in Python that enables users to manage Bitcoin and interact with the Lightning Network without requiring a full blockchain download.
The tool solves the problem of needing a full node to transact Bitcoin by using a simplified payment verification approach. It connects to remote servers to query the blockchain state while keeping private keys under user control. The wallet supports multiple interfaces including a Qt GUI and command-line access, and provides hardware wallet integration for enhanced security. It includes features for managing multiple accounts, creating and signing transactions, and participating in the Lightning Network.
Electrum suits users who want a self-custodial Bitcoin wallet without the storage and bandwidth demands of running a full node. It is particularly valuable for those seeking portability across platforms—the tool runs on Linux, macOS, Windows, and Android—and for users who prefer open-source software they can audit and run from source. The project does not position itself against specific alternatives in its documentation.
Development activity shows consistent engagement with the codebase through pull request review and testing contributions. The maintainers actively encourage discussion of larger changes on the issue tracker and IRC before implementation to prevent wasted effort. Translation improvements are managed through a dedicated crowdsourcing platform, indicating organized localization efforts. The project maintains a comprehensive test suite that can be parallelized, and provides detailed build documentation for multiple platforms including Linux, macOS, Windows, and Android.