Getting Servo

You can download the latest prebuilt version of servoshell from the Downloads section on our website. Older nightly releases are available in the servo/servo-nightly-builds repo.

Downloading the source

To make changes to Servo or build servoshell yourself, clone the main repo with Git:

$ git clone https://github.com/servo/servo.git
$ cd servo

Windows users: you will need to clone the Servo repo into the same drive as your CARGO_HOME folder (#28530).

Servo’s main repo is pretty big! If you have an unreliable network connection or limited disk space, consider making a shallow clone.