---
layout: get_started
title: Start Locally
permalink: /get-started/locally/
background-class: get-started-background
body-class: get-started
order: 0
published: true
get-started-locally: true
redirect_from: "/get-started/"
---
## Start Locally
{% include quick_start_local.html %}
---
{% capture mac %}
{% include_relative installation/mac.md %}
{% endcapture %}
{% capture linux %}
{% include_relative installation/linux.md %}
{% endcapture %}
{% capture windows %}
{% include_relative installation/windows.md %}
{% endcapture %}
{{ mac | markdownify }}
{{ linux | markdownify }}
{{ windows | markdownify }}