spesmilo/electrum

Electrum Bitcoin Wallet

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 19 minutes ago
Added to GitGenius on September 7th, 2026
Created on August 2nd, 2012
Open Issues & Pull Requests: 1,239 (+0)
GitHub issues: Enabled
Number of forks: 3,483
Total Stargazers: 8,581 (+0)
Total Subscribers: 404 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 8.3 hours
Mean response time: 73.4 days
90th percentile: 97.2 days
Tracked items: 795

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 88% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "gui-qt-desktop" is answered fastest, typically in about an hour, while "topic-walletstorage 💾" waits about 5 days. 55% of tracked open issues have had no activity in three months. Only 7% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 337
New in 7 days: 8
Closed in 7 days: 21
Avg open age: 1,055 days
Stale 30+ days: 280
Stale 90+ days: 235

Recent activity

Opened in 7 days: 7
Closed in 7 days: 21
Comments in 7 days: 8
Events in 7 days: 38

Top labels

  • bug 🐞 (131)
  • OS-android🤖 (63)
  • gui-qml (36)
  • build/packaging 📦 (27)
  • topic-wizard 🧙‍♂️ (27)
  • topic-wallet 👛 (25)
  • lightning ⚡ (21)
  • gui-qt-desktop (16)

Detailed Description

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.