# Download

> Download CoreUI for Bootstrap to get the compiled CSS and JavaScript, source code, or include it with your favorite package managers like npm, RubyGems, and more.

## Source files

Compile CoreUI Bootstrap Admin with your own asset pipeline by downloading our source Sass, and JavaScript files. This option requires some additional tooling:

- Sass compiler (Libsass or Ruby Sass is supported) for compiling your CSS.
- [Autoprefixer](https://github.com/postcss/autoprefixer) for CSS vendor prefixing

Should you require [build tools](https://coreui.io/bootstrap/docs/getting-started/build-tools/#tooling-setup), they are included for developing CoreUI for Bootstrap and its docs, but they're likely unsuitable for your own purposes.

<a href="https://coreui.io/product/free-bootstrap-admin-template/" class="btn btn-primary">Download</a>

### PRO Templates

If you have a valid PRO license you can [re-download](https://coreui.io/download/) on our website. In case if your license has been expired, or you don't have a PRO license please visit our [visit](https://coreui.io/pricing/) to buy one.

<a href="https://coreui.io/download/" class="btn btn-primary">Download PRO</a>
<a href="https://coreui.io/pricing/" class="btn btn-primary">Buy PRO</a>

### Clone repo

You can also fork [CoreUI Bootstrap Admin Template's repository](https://github.com/coreui/coreui-free-bootstrap-admin-template.git).

```sh
git clone https://github.com/coreui/coreui-free-bootstrap-admin-template.git my-project
```

If you have a valid Enterprise subscription you can fork [CoreUI PRO Bootstrap Admin Template's repository](https://github.com/coreui/coreui-pro-bootstrap-admin-template.git).

```sh
git clone https://github.com/coreui/coreui-pro-bootstrap-admin-template.git my-project
```
