All Projects β†’ home-assistant β†’ Operating System

home-assistant / Operating System

Licence: apache-2.0
πŸ”° Home Assistant Operating System

Programming Languages

shell
77523 projects
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to Operating System

Home Assistant.io
πŸ“˜ Home Assistant User documentation
Stars: ✭ 2,377 (+23.8%)
Mutual labels:  home-assistant, hass, hacktoberfest
Home Assistant Config
🏠 My Home Assistant configuration, a bit different that others :) Be sure to 🌟 this repository for updates!
Stars: ✭ 1,050 (-45.31%)
Mutual labels:  home-assistant, hass, iot
Home Assistantconfig
🏠 Home Assistant configuration & Documentation for my Smart House. Write-ups, videos, part lists, and links throughout. Be sure to ⭐ it. Updated FREQUENTLY!
Stars: ✭ 3,687 (+92.03%)
Mutual labels:  home-assistant, hacktoberfest, iot
Entity Controller
Entity and lighting controller for managing devices via timers, scripts, and sun-based time restrictions.
Stars: ✭ 156 (-91.87%)
Mutual labels:  home-assistant, hass, iot
Awesome Home Assistant
A curated list of amazingly awesome Home Assistant resources.
Stars: ✭ 3,487 (+81.61%)
Mutual labels:  home-assistant, hacktoberfest, iot
Esphome
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Stars: ✭ 4,324 (+125.21%)
Mutual labels:  home-assistant, hacktoberfest, iot
Hass Config
Configuration files for Home Assistant
Stars: ✭ 32 (-98.33%)
Mutual labels:  home-assistant, hass, iot
Nextcloud Snap
β˜οΈπŸ“¦ Nextcloud packaged as a snap
Stars: ✭ 1,088 (-43.33%)
Mutual labels:  hacktoberfest, iot
Addon Zwave2mqtt
Z-Wave to MQTT - Home Assistant Community Add-ons
Stars: ✭ 58 (-96.98%)
Mutual labels:  home-assistant, iot
Openvoiceos
OpenVoiceOS is a minimalistic linux OS bringing the open source voice assistant Mycroft A.I. to embbeded, low-spec headless and/or small (touch)screen devices.
Stars: ✭ 64 (-96.67%)
Mutual labels:  makefile, buildroot
Azure Sdk For C
This repository is for active development of the Azure SDK for Embedded C. For consumers of the SDK we recommend visiting our versioned developer docs at https://azure.github.io/azure-sdk-for-c.
Stars: ✭ 77 (-95.99%)
Mutual labels:  hacktoberfest, iot
Cbj smart Home
If you are searching for an easy way to deploy a smart home 🏑 by yourself CyBear Jinni πŸ¦ΎπŸ»πŸ§žβ€β™‚οΈ is here for you. Join the community and make your home smarter than yesterday.
Stars: ✭ 37 (-98.07%)
Mutual labels:  hacktoberfest, iot
Node Red Contrib Home Assistant
Home Assistant + Node-Red
Stars: ✭ 71 (-96.3%)
Mutual labels:  home-assistant, iot
Homeassistant Config
Configuration for @brianjking & @KinnaT's Home Assistant Installation
Stars: ✭ 80 (-95.83%)
Mutual labels:  home-assistant, hass
Xiaoai hass bridge
ε°ηˆ±εŒε­¦ηš„skill -- ζ‘₯ζŽ₯home assistant
Stars: ✭ 49 (-97.45%)
Mutual labels:  home-assistant, hass
Petnet Feeder Service
The Petnet v2 feeder has been hacked!
Stars: ✭ 63 (-96.72%)
Mutual labels:  hacktoberfest, iot
Home Assistant Config
My Home Assistant configuration
Stars: ✭ 41 (-97.86%)
Mutual labels:  home-assistant, hass
Hassio Addons
The repository for my Home Assistant Supervisor Add-ons.
Stars: ✭ 71 (-96.3%)
Mutual labels:  home-assistant, hacktoberfest
Home Assistant Config
🏠 Home Assistant configuration
Stars: ✭ 92 (-95.21%)
Mutual labels:  home-assistant, iot
Kotlin Obd Api
πŸš™ A Kotlin OBD-II API for reading engine data
Stars: ✭ 91 (-95.26%)
Mutual labels:  hacktoberfest, iot

Home Assistant Operating System

Home Assistant Operating System (formerly HassOS) is a Linux based operating system optimized to host Home Assistant and its Add-ons.

Home Assistant Operating System uses Docker as Container engine. It by default deploys the Home Assistant Supervisor as a container. Home Assistant Supervisor in turn uses the Docker container engine to control Home Assistant Core and Add-Ons in separate containers. Home Assistant Operating System is not based on a regular Linux distribution like Ubuntu. It is built using Buildroot and it is optimized to run Home Assistant. It targets single board compute (SBC) devices like the Raspberry Pi or ODROID but also supports x86-64 systems with UEFI.

Features

  • Lightweight and memory-efficient
  • Minimized I/O
  • Over The Air (OTA) updates
  • Offline updates
  • Modular using Docker container engine

Supported hardware

  • Raspberry Pi
  • Hardkernel ODROID
  • Intel NUC
  • Asus Tinker Board
  • Virtual appliances

See the full list and specific models here

Getting Started

If you just want to use Home Assistant the official getting started guide and installation instructions take you through how to download Home Assistant Operating System and get it running on your machine.

If you're interested in finding out more about Home Assistant Operating System and how it works read on...

Development

If you don't have experience with embedded systems, Buildroot or the build process for Linux distributions it is recommended to read up on these topics first (e.g. Bootlin has excellent resources).

The Home Assistant Operating System documentation can be found on the Home Assistant Developer Docs website.

Components

  • Bootloader:
    • Barebox for devices that support UEFI
    • U-Boot for devices that don't support UEFI
  • Operating System:
  • File Systems:
    • SquashFS for read-only file systems (using LZ4 compression)
    • ZRAM for /tmp, /var and swap (using LZ4 compression)
  • Container Platform:
    • Docker Engine for running Home Assistant components in containers
  • Updates:
    • RAUC for Over The Air (OTA) and USB updates
  • Security:

Development builds

The Development build GitHub Action Workflow is a manually triggered workflow which creates Home Assistant OS development builds. The development builds are available at os-builds.home-assistant.io.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].