All Projects β†’ pojala β†’ Electrino

pojala / Electrino

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

Programming Languages

javascript
184084 projects - #8 most used programming language
C#
18002 projects
objective c
16641 projects - #2 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Electrino

stato-electron
An app to let you do your work without letting anybody disturb you in between πŸ’».
Stars: ✭ 13 (-99.69%)
Mutual labels:  desktop, electronjs
webviewhs
🌐 A Haskell binding to the webview library created by Serge Zaitsev.
Stars: ✭ 109 (-97.4%)
Mutual labels:  desktop, webkit
Tana
Bringing the Picture-in-Picture experience to the desktop.
Stars: ✭ 109 (-97.4%)
Mutual labels:  desktop, electronjs
Kahla.app
Kahla is a cross-platform business messaging app.
Stars: ✭ 370 (-91.18%)
Mutual labels:  desktop
Appify
Create a macOS Application from an executable (like a Go binary)
Stars: ✭ 372 (-91.14%)
Mutual labels:  desktop
Mstdn
Tiny web-based mastodon client for your desktop
Stars: ✭ 390 (-90.71%)
Mutual labels:  desktop
Phaser Ce Npm Webpack Typescript Starter Project
Project to get you started with your Phaser-CE (using the npm module) game using Typescript and Webpack for building! No hassle asset management, Google Web Font loader, live server, development vs distribution build pipeline, Electron packaging for desktop builds, and more...
Stars: ✭ 414 (-90.14%)
Mutual labels:  desktop
Wxwidgets
wxWidgets is a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls.
Stars: ✭ 3,994 (-4.84%)
Mutual labels:  desktop
Backlog
Simple desktop app for storing lists of items (todo, tasks, backlog items)
Stars: ✭ 407 (-90.3%)
Mutual labels:  desktop
Trufont
TruFont is a streamlined and hackable font editor. Γ€ l’ancienne.
Stars: ✭ 382 (-90.9%)
Mutual labels:  desktop
Crypter
πŸ”“βœ¨πŸ”’ An innovative, convenient and secure encryption app
Stars: ✭ 382 (-90.9%)
Mutual labels:  desktop
I18n Manager
Translation management app
Stars: ✭ 373 (-91.11%)
Mutual labels:  desktop
Compose Jb
Jetpack Compose for Desktop and Web, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
Stars: ✭ 7,562 (+80.18%)
Mutual labels:  desktop
Flutter everywhere
Template Flutter Project for iOS, Android, Fuschica, MacOS, Windows, Linux, Web, Command Line, Chrome Extension
Stars: ✭ 372 (-91.14%)
Mutual labels:  desktop
Nheko
No longer maintained - Desktop client for the Matrix protocol (active fork https://github.com/Nheko-Reborn)
Stars: ✭ 410 (-90.23%)
Mutual labels:  desktop
Ironahk
Cross platform .NET rewrite of the popular AutoHotkey scripting language for desktop automation.
Stars: ✭ 368 (-91.23%)
Mutual labels:  desktop
Desktopify
Convert Ubuntu Server for Raspberry Pi into a Desktop
Stars: ✭ 400 (-90.47%)
Mutual labels:  desktop
Formsfx
A framework for easily creating forms for a JavaFX UI.
Stars: ✭ 380 (-90.95%)
Mutual labels:  desktop
Microsoft Ui Xaml
Windows UI Library: the latest Windows 10 native controls and Fluent styles for your applications
Stars: ✭ 4,428 (+5.5%)
Mutual labels:  desktop
Kakapo App
🎡 [Web & Desktop] An open source ambient sound mixer
Stars: ✭ 387 (-90.78%)
Mutual labels:  desktop

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:

Screenshot from Mac Finder

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].