@ericoding99: The Electron bloat-killer is here! Electrobun makes even a non-professional programmer like me want to build desktop apps right away! Are you still tortured by Electron's 150MB+ behemoth? I just came across this gem called Electrobun: pure TypeScript …
Summary
Electrobun is a tool for building cross-platform desktop apps using pure TypeScript and Bun. Using the system WebView mode, the packaged size is only about 14MB, startup time is under 50ms, and it supports native GPU control. It has gained 12k+ stars as a lightweight alternative to Electron.
View Cached Full Text
Cached at: 06/16/26, 05:41 PM
Electron Size Killer Has Arrived! Electrobun Makes Even a Non-Professional Developer Like Me Want to Build Desktop Apps Right Now!
Are you still suffering from Electron’s bloated 150MB+ size?
I just stumbled upon Electrobun: a tool that lets you write cross-platform desktop apps in pure TypeScript + Bun. With the system WebView mode, the package is only ~14MB (mostly the Bun runtime), and update patches can be as small as 4KB! Startup <50ms, cold start in seconds, native-like experience fully delivered.
Core highlights (Vibe Coding fans will love this):
npx electrobun initgives you a template in minutes — main process + WebView all in TS, typed RPC is smooth and secure.- Supports bundling CEF (for consistency) or bundling WGPU (pure TS direct control of native GPU, no WebView needed).
- Three.js / Babylon.js runs natively inside Bun, with full support for menus, tray, notifications, drag & drop.
- Self-extracting ZSTD + Zig-optimized bsdiff makes downloads and updates blazing fast.
- Already 12k+ stars, hundreds of real projects: AI dashboards, Codex tools, Markdown editors, PDF editors, DOOM TS version, TTS, Git clients… Perfect fit for AI super-individual productivity tools.
For anyone wanting to quickly build small, high-performance desktop tools (especially AI sidebars, productivity assistants, hardware control panels), this is basically the best combination of Tauri + Electron in a modern package.
Who’s already using it? Share your desktop app ideas, and let’s Vibe Code together!
#VibeCoding #Bun #ElectronAlternative #DesktopDevelopment #AISuperIndividual #TypeScript
Similar Articles
@precisox: A Chinese developer named tw93 got fed up with his desktop apps devouring his RAM and disk space. He'd open Slack and h…
A Chinese developer created Pake, a tool using Rust and Tauri to build ultra-lightweight desktop apps from webpages, dramatically reducing memory usage compared to Electron-based apps. The open-source project has gained significant traction with over 51,000 GitHub stars.
@tarunsachdeva: playing with http://zero-native.dev tonight, this thing is crazy got a native mac app with webview in... 680kb
Zero-native is a new tool for building lightweight native desktop apps using Zig and a WebView, producing sub-megabyte binaries with fast rebuilds and direct C library access.
@GitTrend0x: A Killer Open-Source Gem for 100% Local Desktop AI Agents https://github.com/bytedance/UI-TARS-desktop… This is UI-TARS-desktop, a multi-modal desktop automation agent open-sourced by ByteDance with 31k stars! …
UI-TARS-desktop is a highly popular open-source tool by ByteDance that enables 100% local multimodal desktop automation, allowing users to control apps and browsers via natural language without cloud data leaks.
@VincentLogic: Found an incredible open-source desktop AI tool from ByteDance! UI-TARS Desktop, with 31k stars, truly lives up to the hype. It can actually understand your screen and automate computer operations for you. Just tell it "Enable auto-save in VS Code and set the delay to 500ms", and it will automatically: -…
ByteDance's open-source desktop AI automation tool, UI-TARS Desktop, supports local execution and screen visual understanding. It can autonomously control your computer to handle daily tasks through natural language commands.
@berryxia: Bros! Don't reinvent the wheel—just use this 31.4K-star open-source project! ByteDance has open-sourced UI-TARS-desktop. Taking a quick look, the project has been live for nearly a year! It currently has 31.4k stars, and its growth rate is quite steady. 24-hour growth...
ByteDance open-sourced UI-TARS-desktop, a native desktop GUI agent with 31.4k GitHub stars that uses vision models to control local or remote applications via natural language. The tool runs locally for privacy, supports Windows and macOS, and includes a CLI with streaming output for developers.