Nightly releases
There are binary packages of Drake available at:
- https://drake-packages.csail.mit.edu/drake/nightly/drake-latest-bionic.tar.gz
- https://drake-packages.csail.mit.edu/drake/nightly/drake-latest-focal.tar.gz
- https://drake-packages.csail.mit.edu/drake/nightly/drake-latest-mac.tar.gz
https://drake-packages.csail.mit.edu/drake/nightly/drake-yyyymmdd-bionic|focal|mac.tar.gz
Note that Drake no longer supports Ubuntu 16.04 (Xenial), but you can still download this package from at or before October 26, 2019 as follows:
- https://drake-packages.csail.mit.edu/drake/nightly/drake-latest-xenial.tar.gz
- https://drake-packages.csail.mit.edu/drake/nightly/drake-20191026-xenial.tar.gz
Individual packages are archived two years from their date of creation.
Example usages of these binaries are shown in this example CMake project. For the compilers used to produce these releases, see Binary Packages. If you are unsure of which approach to use, we suggest you build from source instead.
For using Python bindings, see Binary Installation for Python.
You may also use these binary releases in Docker images. See Using the Drake Docker Images From Docker Hub for more information.
Drake binary releases incorporate a pre-compiled version of SNOPT as part of the Mathematical Program toolbox. Thanks to Philip E. Gill and Elizabeth Wong for their kind support.
Drake maintainers may build “experimental” packages on demand using Jenkins by following these instructions.
Historical Note
Older releases were built around substantial MATLAB support, and are described on this release notes page.