# Download []({{ site.repo }}/blob/master/docs/_i18n/{{ site.lang }}/getting-started/download.md) ---

Bootstrap table (currently v{{ site.current_version }}) 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.

## Source code Source css, JavaScript, locales, and extensions, along with our docs. Download source ## Clone or fork via GitHub Via GitHub ## CDN The folks over at [CDNJS](http://www.cdnjs.com/libraries/bootstrap-table) and [bootcss](http://open.bootcss.com/bootstrap-table/) graciously provide CDN support for CSS and JavaScript of Bootstrap table. Just use these CDN links. ```html ``` ## Bower Install and manage Bootstrap table's CSS, JavaScript, locales, and extensions using [Bower](http://bower.io/). ```bash $ bower install bootstrap-table ```