Skip to content

blackboardsh/electrobun

Repository files navigation

Logo

Electrobun

What is Electrobun?

Electrobun is in the very early stages. We currently support development on macOS, Windows, and Linux, but it has memory leaks, has no tests, and many core things are still missing. We're actively working on stabilizing cross-platform support.

Electrobun aims to be a complete solution-in-a-box for building, updating, and shipping ultra fast, tiny, and cross-platform desktop applications written in Typescript. Under the hood it uses bun to execute the main process and to bundle webview typescript, and has native bindings written in zig.

Visit Electrobun.dev to see api documentation, guides, and more.

Project Goals

  • Write typescript for the main process and webviews without having to think about it.
  • Isolation between main and webview processes with fast, typed, easy to implement RPC between them.
  • Small self-extracting app bundles ~12MB (when using system webview, most of this is the bun runtime)
  • Even smaller app updates as small as 4KB (using bsdiff it only downloads tiny patches between versions)
  • Provide everything you need in one tightly integrated workflow to start writing code in 5 minutes and distribute in 10.

Architecture

Read about how Electrobun is designed, and why, in our architecture docs.

Roadmap

See the roadmap

Contributing

On the road to a stable 1.0.0 I'm probably going to just be pushing directly to main a lot.

As we get closer to 1.0.0 I'll probably make guidelines for PRs and stuff. In the meantime if you find this project and want to contribute code it's probably best to create an issue first or ping me on twitter or discord to discuss when, what, and how is best to do that.

Ways to get involved at this early stage:

Development Setup

Prerequisites

macOS:

  • Xcode command line tools
  • cmake (install via homebrew: brew install cmake)

Windows:

  • Visual Studio Build Tools or Visual Studio with C++ development tools
  • cmake

Linux:

  • build-essential package
  • cmake
  • webkit2gtk and GTK development packages

First-time Setup

git clone <repo-url>
cd electrobun
bun install
bun dev:playground:clean

Development Workflow

# After making changes to source code
bun dev:playground

# If you only changed playground code (not electrobun source)
bun dev:playground:rerun

# If you need a completely fresh start
bun dev:playground:clean

Additional Commands

  • bun dev:playground:canary - Build and run playground in canary mode
  • bun build:dev - Build electrobun in development mode
  • bun build:release - Build electrobun in release mode

Debugging

macOS: Use lldb <path-to-bundle>/Contents/MacOS/launcher and then run to debug release builds

About

Build ultra fast, tiny, and cross-platform desktop apps with Typescript.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Contributors 5