41 lines
1.6 KiB
Markdown
41 lines
1.6 KiB
Markdown
---
|
|
layout: page
|
|
title: "Installing Home Assistant"
|
|
description: "Instructions to get started using Home Assistant."
|
|
date: 2016-09-26 21:00
|
|
sidebar: true
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
---
|
|
|
|
You will need to install Home Assistant before we can get started. You can install Home Assistant on your computer or you can turn a Raspberry Pi into a dedicated Home Assistant hub.
|
|
|
|
<div class="text-center hass-option-cards" markdown="0">
|
|
<a class='option-card' href='/getting-started/hassbian-installation/'>
|
|
<div class='img-container'>
|
|
<img src='/images/supported_brands/raspberry-pi.png' />
|
|
</div>
|
|
<div class='title'>Install Hassbian on your Raspberry Pi 3</div>
|
|
</a>
|
|
<a class='option-card' href='/getting-started/installation-python/'>
|
|
<div class='img-container'>
|
|
<img src='/images/supported_brands/python.svg' />
|
|
</div>
|
|
<div class='title'>Install Home Assistant on your computer</div>
|
|
</a>
|
|
</div>
|
|
|
|
### {% linkable_title Alternative methods %}
|
|
|
|
For advanced users we have several alternative guides for installing Home Assistant.
|
|
|
|
- [Docker](/getting-started/installation-docker/)
|
|
- [Manual Raspberry Pi installation](/getting-started/installation-raspberry-pi/) (requires existing Raspbian installation)
|
|
- [Raspberry Pi All-In-One Installer Script](/getting-started/installation-raspberry-pi-all-in-one/) (requires existing Raspbian installation)
|
|
- [Vagrant](/getting-started/installation-vagrant/)
|
|
- [Synology NAS](/getting-started/installation-synology/)
|
|
- [Virtualenv Linux](/getting-started/installation-virtualenv/)
|
|
|
|
[rpi]: /getting-started/installation-raspberry-pi-image/
|
|
[python]: /getting-started/installation-python/
|