---
id: download
title: Download
---

Multiple Select has a few easy ways to quickly get started, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.

<div id="gg"></div>

## Source code

Source css, JavaScript, locales, and extensions, along with our docs.

<a href="https://github.com/wenzhixin/multiple-select/releases" class="button" role="button">Download source</a>

## Clone or fork via GitHub

<a href="https://github.com/wenzhixin/multiple-select" class="button" role="button">Via GitHub</a>

## CDN

The folks over at [UNPKG](https://unpkg.com/multiple-select) graciously provide CDN support for CSS and JavaScript of Multiple Select. Just use these CDN links.

```html
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://unpkg.com/multiple-select@1.5.2/dist/multiple-select.min.css">

<!-- Latest compiled and minified JavaScript -->
<script src="https://unpkg.com/multiple-select@1.5.2/dist/multiple-select.min.js"></script>
```

## NPM

Install and manage Multiple Select's CSS, JavaScript using [NPM](http://npmjs.com).

```bash
$ npm install multiple-select
```
