[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-5683":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":19,"rankGlobal":10,"rankLanguage":10,"license":20,"archived":21,"fork":22,"defaultBranch":23,"hasWiki":21,"hasPages":22,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":28,"readmeContent":29,"aiSummary":30,"trendingCount":16,"starSnapshotCount":16,"syncStatus":31,"lastSyncTime":32,"discoverSource":33},5683,"verso","versotile-org\u002Fverso","versotile-org","Mirror of https:\u002F\u002Fgitlab.com\u002Fverso-browser\u002Fverso","",null,"Rust",5411,178,3,29,0,1,5,63.76,"Apache License 2.0",true,false,"main",[25,26,27],"browser","rust","servo","2026-06-12 04:00:26","# Verso\n\n> [!NOTE]  \n> Verso is currently no longer maintained. The Verso web browser project was an effort to build a functional web browser on top of the Servo web engine, with the goal of identifying what is needed for Servo to evolve into a mature browser. Several major contributions from this project have been integrated into Servo, as detailed in [Behind the Scenes of Verso Browser Development](https:\u002F\u002Fwusyong.github.io\u002Fposts\u002Fverso-ui\u002F).\n>  \n> As the project progressed, multiple significant revisions to Servo were released, and the Verso browser was unable to keep pace with these updates due to limited manpower and funding. Therefore, we will be archiving the repository for now and look forward to a future opportunity to revitalize the project and continue contributing to the Servo ecosystem.\n\n[![project chat](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fzulip-57a7ff?style=for-the-badge&labelColor=555555&logo=zulip)](https:\u002F\u002Fversotile.zulipchat.com\u002F)\n\nA web browser that plays old world blues to build new world hope.\n\n\u003Cimg src=\"https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002Fca124b2b-c54c-4796-b2cb-0819228495b6\" width=\"600\" alt=\"The Verso logo with a sitting cat, written in ASCII art, rendered in orange on black as on an old CRT monitor\" \u002F>\n\nVerso is a web browser built on top of the [Servo](https:\u002F\u002Fservo.org\u002F) web engine. We aim to explore embedding solutions for Servo while growing it into a mature browser one day.\nThis means we want to experiment with multi-view and multi-window first and then build UI elements entirely from Servo itself. At the moment, [Servoshell](https:\u002F\u002Fservo.org\u002Fdownload\u002F) should provide a better user experience.\n\nVerso is still under development. We don't accept feature requests at the moment, and the whole navigation workflow hasn't been polished yet, either. But if you are interested, feel free to open bug-fix PRs.\n\n# Usage\n\n## Getting Started\n\n### Windows\n\n- Install [scoop](https:\u002F\u002Fscoop.sh\u002F) and then install other tools:\n\n```sh\nscoop install git python llvm cmake curl\npip install mako\n```\n\n> You can also use chocolatey to install if you prefer it.\n\n- Build & run:\n\n```sh\ncargo run\n```\n\n### MacOS\n\n- Install [Xcode](https:\u002F\u002Fdeveloper.apple.com\u002Fxcode\u002F)\n- Install [Homebrew](https:\u002F\u002Fbrew.sh\u002F) and then install other tools:\n\n```sh\nbrew install cmake pkg-config harfbuzz python@3 # Install required dependencies CMake, pkg-config, HarfBuzz, and Python 3.\npip3 install mako # Install the Mako templating engine\ncurl https:\u002F\u002Fsh.rustup.rs -sSf | sh # Install Rust and Cargo\n```\n\n- Build & run:\n\n```sh\ncargo run\n```\n\n### Linux\n\n#### Flatpak\n\nFor unified environment setup and package experience, we choose Flatpak to build the project from the start.\nPlease follow the [Flatpak Setup](https:\u002F\u002Fflatpak.org\u002Fsetup\u002F) page to install Flatpak based on your distribution.\n\n- Install flatpak runtimes and extensions:\n\n```sh\nflatpak install flathub org.freedesktop.Platform\u002F\u002F24.08\nflatpak install flathub org.freedesktop.Sdk\u002F\u002F24.08\nflatpak install flathub org.freedesktop.Sdk.Extension.rust-stable\u002F\u002F24.08\nflatpak install flathub org.freedesktop.Sdk.Extension.llvm18\u002F\u002F24.08\n```\n\n- Generate manifests and build:\n\u002F\u002F TODO Exporting to a repository instead\n\n```sh\npython3 .\u002Fflatpak-cargo-generator.py .\u002FCargo.lock -o cargo-sources.json\nflatpak-builder --user --install --force-clean target org.versotile.verso.yml\nflatpak run org.versotile.verso\n```\n\n#### Nix\n\nWe also support building Verso in nix shell. But we don't bundle it in nix at the moment.\n\n- For NixOS:\n\n```sh\nnix-shell shell.nix --run 'cargo r'\n```\n\n- For non-NixOS distributions:\n\n```sh\nnix-shell shell.nix --run 'nixGL cargo r'\n```\n\nIf you prefer to build the project without any sandbox, please follow the instructions in [Servo book](https:\u002F\u002Fbook.servo.org\u002Fhacking\u002Fsetting-up-your-environment.html#tools-for-linux) to bootstrap.\nBut please understand we don't triage any build issue without flatpak or nix setup.\n\n## Nightly Release\n\nNightly releases built with CrabNebula Cloud can be found at [releases](https:\u002F\u002Fweb.crabnebula.cloud\u002Fverso\u002Fverso-nightly\u002Freleases).\n\n> Packages are unsigned currently. If you have problem opening the app on macOS, try `xattr -d com.apple.quarantine \u002FApplications\u002Fverso.app` after installation.\n\n## Future Work\n\n- Multi-window support.\n- Enable multiprocess mode.\n- Enable sandbox in all platforms.\n- Enable `Gstreamer` feature.\n","Verso是一个基于Servo网页引擎构建的实验性网络浏览器。其核心功能包括探索Servo引擎的嵌入解决方案，并尝试使用Servo自身构建UI元素，旨在推动Servo发展成为成熟的浏览器平台。项目采用Rust语言编写，体现了对现代高性能、安全编程技术的应用。尽管目前不再维护，但Verso曾是研究如何将Servo集成到完整浏览器环境中的一项重要尝试，适合对浏览器底层技术感兴趣的开发者以及希望了解Servo生态系统的贡献者参考学习。",2,"2026-06-11 03:04:42","top_language"]