Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Nightly Builds

Nightly builds are the latest and greatest versions of Yarn, built using the very latest Yarn source code. Nightly builds are useful to try new features or test bug fixes that have not yet been released as part of a stable release. However, these builds are not guaranteed to be stable and may have bugs.

The easiest way of installing a nightly build is via our shell script:

curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --nightly

An Ubuntu/Debian repository of the nightly builds is also available. To enable it, run the following commands:

sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg
echo "deb http://nightly.yarnpkg.com/debian/ nightly main" | sudo tee /etc/apt/sources.list.d/yarn-nightly.list
sudo apt update && sudo apt install yarn

On Windows, the Windows installer can be used.

Latest Version

Name Type Size Date
Loading... Tarball
Loading... Debian package
Loading... Windows installer
Loading... RPM
Loading... Standalone JS

Older Versions

Select a build type above to see older builds

Name Size Date
Loading...
Name Size Date
Loading...
Name Size Date
Loading...
Name Size Date
Loading...
Name Size Date
Loading...