Skip to content

jimmykarily/mycroft_offline

Repository files navigation

This project is a collection of files which helps you deploy a full instance of mycroft (both backend and frontend).

Goal

Deploy a home assistant offline as easy as possible.

Why

There are various home assistant solutions out there but all of them transfer your voice to some server for processing. This is a no-go for many people although the technology is interesting and could be useful. There are various open source tools to achieve the same result but there is no turn-key open source self hosted solution. The goal of this project is to implement a way to have a home assistant running locally - ideally with one command.

The project that is closer to the desired result is Mycroft (https://mycroft.ai/). It is very easy to run the client side components using one docker command but their backend is running remotely. All the tools they use though are open source so it only needs one to do the work and package them in a nice little docker-compose file (https://mycroft-ai.gitbook.io/docs/about-mycroft-ai/faq#can-mycroft-run-completely-offline-can-i-self-host-everything).

Prerequisites

Build needed images

Build all the needed images for front-end and back-end:

$ make images

Deploy

Start by copying mycroft.yaml.sample to mycroft.yaml. Then edit the values as needed.

Then run:

$ make

To cleanup run:

$ make clean

Note

This project started as part of SUSE Hackweek 19: https://hackweek.suse.com/projects/home-assistant-that-doesnt-spy-on-you-developers-edition

Idea: Create a mycroft skill to deploy apps with CF (cf cli wrapper)

Links

TODO

About

Deploy a full mycroft instance on-premises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published