Get the Dojo Toolkit

Google CDN

Copy and paste the script tag into your web page.

<script src="//ajax.googleapis.com/ajax/libs/dojo/1.14.1/dojo/dojo.js"></script>

And then... learn to use Dojo!

Install with Bower

bower install dojo/dojo dojo/dijit dojo/dojox dojo/util

Installing to current directory

By default, bower installs to a bower_components subdirectory.
If you'd like to install to the current directory instead add a .bowerrc with the following:

.bowerrc
{
    "directory": "."
}

Download

A single-file download providing the base Dojo APIs.

Compressed and optimized Dojo, Dijit, and DojoX.

Full, uncompressed source, docs and tests of the Dojo Toolkit.

Looking for an older version?

Get previous releases of dojo.

Dojo on Github