Servo
wry
Servo | wry | |
---|---|---|
171 | 27 | |
30,961 | 4,241 | |
1.1% | 2.0% | |
10.0 | 9.1 | |
7 days ago | 6 days ago | |
Rust | Rust | |
Mozilla Public License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Servo
- Servo lightweight performance for embedding web technologies in applications
-
The time is right for a DOM templating API
It's also the case that every feature in web standards means extra code that needs to be painstakingly maintained, and extra code that anyone trying to create a standards-compliant browser must implement. I want to see projects like https://servo.org/ actually have a chance to catch up over time, not always be chasing an expanding scope.
I want the web platform to have every possible capability that native platforms have (subject to privacy and sandboxing constraints, of course). And I want the developer experience of web developers to be incredible.
But these need to be balanced against the consequences of added complexity. And in this case, does native templating really improve developer experience? I'm not convinced the benefits outweigh the costs.
- AI Policy Update Proposal · servo/servo · Discussion #36379
-
Trust in Firefox and Mozilla Is Gone – Let's Talk Alternatives
> I mentioned momentum for a reason, servo doesn't have any. Ladybird however is extremely actively developed.
Looking at https://github.com/servo/servo it's very actively developed and gaining new contributors. The number of contributors for both projects is very similar. They are both active.
-
Servo – Open Collective
I felt like this link is missing some important context.
History: Initially started by Mozilla in 2012. They laid off the team off in 2020 and transferred the project to the Linux Foundation. Source: https://en.wikipedia.org/wiki/Servo_(software)
2025 Roadmap: https://github.com/servo/servo/wiki/Roadmap
-
An Update on Mozilla's Terms of Use for Firefox
At this point, I believe, it's important to accelerate development of Servo[1], which not only provides better browser security because of memory safety (getting rid of the stupid mistakes like OOB access or UAF), but is also managed[2] by Linux Foundation Europe[3], which gives more hope from the privacy standpoint.
[1] https://github.com/servo/servo
[2] https://servo.org/about/
[3] https://linuxfoundation.eu/
-
Waterfox: Fast and Private Web Browser
I understand that people need alternatives that work now but please consider contributing your developer expertise and/or donating to Ladybird[0] / Servo[1]. We need to get away from our current engine monoculture of Chromium/Gecko (yes I know webkit exists)
[0]: https://ladybird.org
[1]: https://servo.org
- Servo browser engine: Roadmap 2025
-
Welcome to Ladybird, a independent web browser
Ladybird is lucky in that it has someone who knows how important marketing is, even for opensource projects. There are other opensource browser engine projects languishing because of lack of PR, patronage and / or volunteers. For e.g. NetSurf https://www.netsurf-browser.org/ - website is outdated because of lack of volunteers, but the project has active development - https://source.netsurf-browser.org/netsurf.git/ (already has partial support for CSS3, and Flex layout). Servo (https://servo.org/) is another but it gets some decent PR because of its Rust codebase and the Rust PR team.
- Show HN: GUI for Editing Mermaid Class Diagrams
wry
-
Show HN: Kando – Do things with utmost efficiency
[2] https://github.com/tauri-apps/wry/issues/1064
- Cross-platform WebView rendering library in Rust
-
Rust from a Web perspective
It is becoming more and more applicapible to the Web... Servers and clients with #wasm, you can actually natively import a rust module into node.js for extra threads or heavy lifting. Start learning!
- Verso – web browser built on top of the Servo web engine
-
Building Apps with Tauri and Elixir
The biggest benefits we derived from Tauri were Wry and the sidecar mechanism. Wry (the second half of Tauri: tao/wry) is a cross-platform WebView rendering library in Rust that supports all major desktop platforms like Windows, macOS, and Linux. It essentially spins up a native web view from whatever operating system it’s running on and doesn’t require an application to bundle one with it. Wry greatly reduces the overhead of “pushing” a browser to our users, instead leaning on the host OS to handle rendering a web view. This made our applications really lean.
-
Octos – HTML live wallpaper engine
Check out https://tauri.app/ - specifically, https://github.com/tauri-apps/wry, which provides a cross-platform interface to the system's WebView.
-
Building a Slack/Discord Alternative with Tauri/Rust
Tauri uses WebkitGTK, which has pretty bad performance compared to other browsers on the same hardware.
https://github.com/tauri-apps/wry/issues/890#issuecomment-14...
-
Developing a Desktop Application via Rust and NextJS. The Tauri Way.
One small note regarding Native Webview meant above. You can find ultimate information on this topic here. In a nutshell, Tauri applications use as HTML renderer Webkit (safari engine) on MacOS, Microsoft Edge WebView2 on Windows, and WebKitGTK on Linux (port of Webkit for Linux). Pay attention to the fact that a Tauri application could behave differently on different platforms according to the information above.
- QUESTION | How to use drag event in a Tauri app
-
Hey! TS dev looking for Rust project to begin.
wry looks like a better choice, but no one has bothered to work on this task, yet.
What are some alternatives?
tauri - Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
webview - Tiny cross-platform webview library for C/C++. Uses WebKit (GTK/Cocoa) and Edge WebView2 (Windows).
xi-editor - A modern editor with a backend written in Rust.
xsv - A fast CSV command line toolkit written in Rust.
Ultralight - Lightweight, high-performance HTML renderer for game and app developers.