--- layout: page title: Download --- Bootstrap is available for download via ZIP file in two flavors: precompiled CSS and Javascript, and the complete source code with documentation. ### Precompiled Compiled and minified CSS and JavaScript. No docs or original source files are included. Download Bootstrap ### Download source and docs Source Sass, JavaScript, and documentation. **Requires a Sass compiler and [some setup](#grunt).** Download source ### Bower You can also install and manage Bootstrap's Sass, CSS, and JavaScript using [Bower](http://bower.io). {% highlight bash %}$ bower install bootstrap{% endhighlight %} ### npm Bootstrap is available as [an npm package](https://www.npmjs.org/package/bootstrap). Install it into your Node powered apps with: {% highlight bash %}$ npm install bootstrap{% endhighlight %}