[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-1484":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":9,"rankLanguage":9,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":9,"pushedAt":9,"updatedAt":32,"readmeContent":33,"aiSummary":34,"trendingCount":15,"starSnapshotCount":15,"syncStatus":35,"lastSyncTime":36,"discoverSource":37},1484,"servo","servo\u002Fservo","Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.","https:\u002F\u002Fservo.org",null,"Rust",37042,3664,499,2874,0,4,79,363,34,45,"Mozilla Public License 2.0",false,"main",true,[26,27,5,28,29,30,31],"browser","rust","web","webbrowser","webengine","webplatform","2026-06-12 02:00:28","# The Servo Parallel Browser Engine Project\n\nServo is a prototype web browser engine written in the\n[Rust](https:\u002F\u002Fgithub.com\u002Frust-lang\u002Frust) language. It is currently developed on\n64-bit macOS, 64-bit Linux, 64-bit Windows, 64-bit OpenHarmony, and Android.\n\nServo welcomes contribution from everyone. Check out:\n\n- The [Servo Book](https:\u002F\u002Fbook.servo.org) for documentation\n- [servo.org](https:\u002F\u002Fservo.org\u002F) for news and guides\n\nCoordination of Servo development happens:\n- Here in the Github Issues\n- On the [Servo Zulip](https:\u002F\u002Fservo.zulipchat.com\u002F)\n- In video calls advertised in the [Servo Project](https:\u002F\u002Fgithub.com\u002Fservo\u002Fproject\u002Fissues) repo.\n\n## Getting started\n\nFor more detailed build instructions, see the Servo Book under [Getting the Code] and [Building Servo].\n\n[Getting the Code]: https:\u002F\u002Fbook.servo.org\u002Fbuilding\u002Fgetting-the-code.html\n[Building Servo]: https:\u002F\u002Fbook.servo.org\u002Fbuilding\u002Fbuilding.html\n\n### macOS\n\n- Download and install [Xcode](https:\u002F\u002Fdeveloper.apple.com\u002Fxcode\u002F) and [`brew`](https:\u002F\u002Fbrew.sh\u002F).\n- Install `uv`: `curl -LsSf https:\u002F\u002Fastral.sh\u002Fuv\u002Finstall.sh | sh` \n- Install `rustup`: `curl --proto '=https' --tlsv1.2 -sSf https:\u002F\u002Fsh.rustup.rs | sh`\n- Restart your shell to make sure `cargo` is available\n- Install the other dependencies: `.\u002Fmach bootstrap`\n- Build servoshell: `.\u002Fmach build`\n\n### Linux\n\n- Install `curl`:\n  - Arch: `sudo pacman -S --needed curl`\n  - Debian, Ubuntu: `sudo apt install curl`\n  - Fedora: `sudo dnf install curl`\n  - Gentoo: `sudo emerge net-misc\u002Fcurl`\n- Install `uv`: `curl -LsSf https:\u002F\u002Fastral.sh\u002Fuv\u002Finstall.sh | sh` \n- Install `rustup`: `curl --proto '=https' --tlsv1.2 -sSf https:\u002F\u002Fsh.rustup.rs | sh`\n- Restart your shell to make sure `cargo` is available\n- Install the other dependencies: `.\u002Fmach bootstrap`\n- Build servoshell: `.\u002Fmach build`\n\n### Windows\n\n- Download [`uv`](https:\u002F\u002Fdocs.astral.sh\u002Fuv\u002Fgetting-started\u002Finstallation\u002F#standalone-installer), [`choco`](https:\u002F\u002Fchocolatey.org\u002Finstall#individual), and [`rustup`](https:\u002F\u002Fwin.rustup.rs\u002F)\n  - Be sure to select *Quick install via the Visual Studio Community installer*\n- In the Visual Studio Installer, ensure the following components are installed:\n  - **Windows 10\u002F11 SDK (anything >= 10.0.19041.0)** (`Microsoft.VisualStudio.Component.Windows{10, 11}SDK.{>=19041}`)\n  - **MSVC v143 - VS 2022 C++ x64\u002Fx86 build tools (Latest)** (`Microsoft.VisualStudio.Component.VC.Tools.x86.x64`)\n  - **C++ ATL for latest v143 build tools (x86 & x64)** (`Microsoft.VisualStudio.Component.VC.ATL`)\n- Restart your shell to make sure `cargo` is available\n- Install the other dependencies: `.\\mach bootstrap`\n- Build servoshell: `.\\mach build`\n\n### Android\n\n- Ensure that the following environment variables are set:\n  - `ANDROID_SDK_ROOT`\n  - `ANDROID_NDK_ROOT`: `$ANDROID_SDK_ROOT\u002Fndk\u002F28.2.13676358\u002F`\n `ANDROID_SDK_ROOT` can be any directory (such as `~\u002Fandroid-sdk`).\n  All of the Android build dependencies will be installed there.\n- Install the latest version of the [Android command-line\n  tools](https:\u002F\u002Fdeveloper.android.com\u002Fstudio#command-tools) to\n  `$ANDROID_SDK_ROOT\u002Fcmdline-tools\u002Flatest`.\n- Run the following command to install the necessary components:\n  ```shell\n  sudo $ANDROID_SDK_ROOT\u002Fcmdline-tools\u002Flatest\u002Fbin\u002Fsdkmanager --install \\\n   \"build-tools;34.0.0\" \\\n   \"emulator\" \\\n   \"ndk;28.2.13676358\" \\\n   \"platform-tools\" \\\n   \"platforms;android-33\" \\\n   \"system-images;android-33;google_apis;x86_64\"\n  ```\n- Follow the instructions above for the platform you are building on\n\n### OpenHarmony\n\n- Follow the instructions above for the platform you are building on to prepare the environment.\n- Depending on the target distribution (e.g. `HarmonyOS NEXT` vs pure `OpenHarmony`) the build configuration will differ slightly.\n- Ensure that the following environment variables are set\n  - `DEVECO_SDK_HOME` (Required when targeting `HarmonyOS NEXT`)\n  - `OHOS_BASE_SDK_HOME` (Required when targeting `OpenHarmony`)\n  - `OHOS_SDK_NATIVE` (e.g. `${DEVECO_SDK_HOME}\u002Fdefault\u002Fopenharmony\u002Fnative` or `${OHOS_BASE_SDK_HOME}\u002F${API_VERSION}\u002Fnative`)\n  - `SERVO_OHOS_SIGNING_CONFIG`: Path to json file containing a valid signing configuration for the demo app.\n- Review the detailed instructions at [Building for OpenHarmony].\n- The target distribution can be modified by passing `--flavor=\u003Cdefault|harmonyos>` to `mach \u003Cbuild|package|install>`.\n","Servo是一个轻量级、高性能的Web技术嵌入应用解决方案。该项目使用Rust语言编写，旨在为开发者提供一个可替代传统浏览器引擎的选择，具备并行处理能力以优化性能。Servo支持64位macOS、Linux、Windows、OpenHarmony以及Android平台上的开发。其核心功能包括高效的页面渲染与JavaScript执行，特别适合需要将网页内容集成到桌面或移动应用程序中的场景，如构建自定义浏览器界面或嵌入式Web视图。通过Mozilla Public License 2.0开源许可发布，鼓励社区贡献代码和文档。",2,"2026-06-11 02:44:05","top_all"]