echostorm / canonic

QML web browser

Home Page:https://www.canonic.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Canonic

Canonic

Opensource QML browser

Explore a slice of the web that no other web browser supports.

Discord License

Image

Canonic is an experimental QML web browser developed in the Qt framework and licensed under GPL3.

A live WebAssembly version of the browser is available to try at https://app.canonic.com/.

Worlds first browser within a browser

A live WebAssembly version of the browser is available to try at https://www.canonic.com/.

Security

Canonic maintains two QQuickRenderControl instances that each manage their own QQmlEngine instances and contexts. Both instances render to hidden virtual windows that are then composited together using GLSL. Using this structure Canonic is able to split the main browser UI from the QML content loaded from the web to a degree.

That said there is still a lot of work required to make Canonic fully secure when running natively. Canonic is currently missing most of the sandboxing features offered by modern web browsers (CORS, separate processes, file system protection, permissions, etc) as well as additional logic to handle QMLs access to C++ land. This is part of the reason why Canonic is currently only available via WebAssembly as WASM provides a safe sandbox in which QML browser technology can be explored.

Contributing

Join the Discord server if your interested in contributing or just finding out more.

About

QML web browser

https://www.canonic.com/

License:GNU General Public License v3.0


Languages

Language:C++ 50.3%Language:QML 26.7%Language:JavaScript 10.1%Language:Python 6.0%Language:HTML 5.0%Language:QMake 1.9%