Ross ROSS = Recommend OSS · open-source software intelligence for agents

electron/electron

:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS observed · 2026-08-28

github.com/electron/electron · homepage · C++ · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 87
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 0
  • age_days: 4892
  • days_rel: 8
  • days_push: 7
  • n_releases_24m: 284

Full methodology

Adoption not part of the score

122728 stars · 17440 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Electron is an open-source framework for building cross-platform desktop applications using JavaScript, HTML, and CSS by embedding Chromium and Node.js into a single binary. It is maintained under the OpenJS Foundation and powers apps like Visual Studio Code, with releases for macOS, Windows, and Linux.

Use cases

  • build a cross-platform desktop app with web technologies
  • wrap a web app into a native desktop application
  • create a desktop app with a single JavaScript codebase
  • add native menus, dialogs, and window customization to a web UI
  • distribute an app to the Mac App Store or Microsoft Store
  • extend a desktop app with native C++ Node.js addons
  • implement automatic software updates for a desktop app

When to choose

  • you want one JavaScript/HTML/CSS codebase running natively on macOS, Windows, and Linux
  • your team knows web development but not native platform APIs
  • you need access to OS-level features like menus, dialogs, auto-update, and crash reporting
  • you want a stable Chromium rendering target with regular security updates

When to avoid

  • you need minimal memory footprint or startup time — bundled Chromium is heavy
  • you are building a mobile or web-only application
  • you need deep native look-and-feel or performance-critical UI better served by native toolkits
  • your app is a simple CLI or background service with no GUI

Facets

framework · maturity stable

desktop-framework gui web-framework sdk desktop-applications cross-platform web-development developer-tools cross-platform windows chromium nodejs web-technologies desktop-apps electron macos linux javascript

10 sources

Member repositories

RepositoryRoleHealth v2
electron/electronmain95

For agents

markdown · JSON · MCP: product_card(name="electron/electron")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem