electrino

Desktop runtime for apps built on web technologies, using the system's own web browser engine

Github星跟踪图

electrino

:warning: Do not use this in production. This project is in its early stages :warning:

A desktop runtime for apps built on web technologies, using the system's own web browser engine.

Electrino is an experimental featherweight alternative to the popular and powerful Electron. It implements a minuscule portion of the APIs available in Electron, but the output app size is much smaller.

A "Hello World" app takes 115 MB using Electron, but only 167 kB using Electrino:

Screenshot from Mac Finder

This comparison is completely unfair because Electrino currently doesn't do anything more. You can load a web page, access some basic Electron/Node APIs, and that's it. Electrino is nothing more than a proof of concept at present.

The current implementation is only for macOS. A Windows port using Microsoft Edge seems potentially interesting though.

Read more about Electrino in this post on DailyJS

Supported API's

Electrino currently supports the following API implementations:

  • app
  • BrowserWindow
  • ipcMain
  • Tray
  • nativeImage

Roadmap

The plan is to examine API usage of real-world apps that use Electron but don't really need the full capabilities. Good candidates are desktop utilities, menu bar apps and other small apps that users typically leave open. (For large productivity-style apps, Electron is a better choice.)

Jan Hovancik offered his Stretchly app as a candidate, so I'm going to start by mapping out the APIs used by Stretchly and see what it would take to implement it with Electrino.

If you have a small Electron-based Mac app and you'd like to try putting it on an Electrino diet, let's give it a try! My contact info is below.

Contact

  • Pauli Olavi Ojala / @pauliooj / pauli @ lacquer.fi
  • Amila Welihinda / @amilajack / amilajack @ gmail.com

主要指标

概览
名称与所有者pojala/electrino
主编程语言C#
编程语言Objective-C (语言数: 4)
平台
许可证MIT License
所有者活动
创建于2017-05-02 14:26:49
推送于2022-12-07 18:00:46
最后一次提交2020-03-18 12:18:19
发布数0
用户参与
星数4.4k
关注者数132
派生数101
提交数48
已启用问题?
问题数26
打开的问题数19
拉请求数4
打开的拉请求数2
关闭的拉请求数2
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?