百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
E

electrino

> 编程语言
开源

基于 Web 技术构建的应用程序的桌面运行时,使用系统自带的 Web 浏览器引擎

4.4K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

基于 Web 技术构建的应用程序的桌面运行时,使用系统自带的 Web 浏览器引擎

electrino

An experimental desktop runtime for apps built on web technologies, using the system's own web browser engine. The project is still young and accepting contributions.

Electrino aims to be a 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:

Read more about Electrino in this post on DailyJS

Comparison

Feature Electron Electrino
Comprehensive API Yes No
Small output size No Yes
Cross-platform support Yes Limited to macOS and Windows 10 at this time

Contribute

  • Integrate WebView
  • Support require() calls
  • Add Node.js backend

API

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

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C#desktopelectronelectronjsjavascript

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言