Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Runtime based on Firefox' engine #9

Open
almarklein opened this issue Nov 2, 2018 · 0 comments
Open

Runtime based on Firefox' engine #9

almarklein opened this issue Nov 2, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@almarklein
Copy link
Member

almarklein commented Nov 2, 2018

Electron is nice, but it's heavy use of memory and multiple processes makes it less practical for small applications. Firefox is known to be much lighter in that respect.

Some background: Firefox' main engine is called Gecko, Servo is a more experimental version based on Rust, many features developed here have been backported to Gecko and also to Quantum, the successor of Gecko.

  • There was Positron but is discontinued.
  • Qbrt is a "CLI to a Gecko desktop app runtime".
  • Servoshell is something similar based on Servo.
  • Maybe we create an actual XUL app?
@almarklein almarklein changed the title Runtime based on Firefox' Runtime based on Firefox' engine Nov 2, 2018
@almarklein almarklein added the enhancement New feature or request label Nov 2, 2018
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant