Electrobun icon
Electrobun icon

Electrobun

Electrobun is an emerging framework designed to build ultra-fast, lightweight, and cross-platform desktop applications using TypeScript. It aims to provide an all-in-one solution that simplifies the entire development lifecycle—from coding to packaging, updating, and...

Electrobun screenshot 1

Cost / License

  • Free
  • Open Source (MIT)

Platforms

  • Windows
  • Mac
  • Linux
1like
0comments
0articles

Features

  1.  Cross-Platform

Electrobun News & Activities

Highlights All activities

Recent activities

Electrobun information

  • Developed by

    blackboardsh
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    16 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  11,133 Stars
  •  271 Forks
  •  190 Open Issues
  •   Updated  
View on GitHub
Electrobun was added to AlternativeTo by Jossy on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is Electrobun?

Electrobun is an emerging framework designed to build ultra-fast, lightweight, and cross-platform desktop applications using TypeScript. It aims to provide an all-in-one solution that simplifies the entire development lifecycle—from coding to packaging, updating, and distribution.

Unlike traditional frameworks such as Electron, Electrobun focuses on performance and minimal footprint. It leverages the Bun runtime for executing the main process and bundling application code, while relying on the system’s native webview (instead of embedding a full Chromium browser) to render the user interface. This approach results in significantly smaller application sizes and faster startup times.

The framework also introduces a modern architecture with a clear separation between the main process and the UI layer, connected through a fast, typed RPC system. Additionally, it includes built-in features such as native bindings (written in Zig/C++), cross-platform packaging (macOS, Windows, Linux), and an efficient update mechanism that distributes only small binary patches.

Overall, Electrobun positions itself as a developer-friendly, high-performance alternative for building desktop applications, enabling teams to quickly create and ship compact, native-feeling apps using web technologies.

Official Links