Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Is there an equivalent to the Electron JS that uses the Firefox engine instead of Chromium?

more options

When it comes to making cross platform apps, I know there's lots of solutions out there. However, It somewhat bugs me that the bulk of the ones that allow for the usage of Javascript/Typescript* for the frontend are based either on Google-developed tech (Electron, CEF, etc), or Facebook (React Native, etc).

Doing an internet search does not (easily) reveal of there are any initiatives to have something along the lines of "like Electron, but uses Quantum instead of Chromium".

Does such a project exist?

Thank you in advance!


  • Yes I know JS and TS are not as performant as C/C++/Rust/etc. That issue, (and whether to use technologies such as QT, GTK, etc.) is worthy of an entirely separate discussion that is out of scope for the purposes of this question.
When it comes to making cross platform apps, I know there's lots of solutions out there. However, It somewhat bugs me that the bulk of the ones that allow for the usage of Javascript/Typescript* for the frontend are based either on Google-developed tech (Electron, CEF, etc), or Facebook (React Native, etc). Doing an internet search does not (easily) reveal of there are any initiatives to have something along the lines of "like Electron, but uses Quantum instead of Chromium". Does such a project exist? Thank you in advance! ----------------- * Yes I know JS and TS are not as performant as C/C++/Rust/etc. That issue, (and whether to use technologies such as QT, GTK, etc.) is worthy of an entirely separate discussion that is out of scope for the purposes of this question.

Tất cả các câu trả lời (1)

more options

You'll probably have better luck using gecko than quantum.

Mozilla had one for a while, but discontinued it many years ago: https://github.com/mozilla/positron

Not sure what else is out there.