OpenVoiceOS/README.md

25 lines
751 B
Markdown
Raw Normal View History

2018-10-26 15:02:09 +02:00
# MycroftOS
MycroftOS is a bare minimal linux OS based on Buildroot to run the Mycroft A.I. software stack on embedded devices.
The software stack of Mycroft creates a hackable open source voice assistant.
## Focus
- Linux kernel 4.14 (LT)
- Buildroot 2018.08.x
- Raspberry Pi 3B (initial development hardware)
## Getting started
At this moment development is in very early stages and focussed on the Raspberry Pi 3B. As soon as an initial first workable version
is created, other hardware might be added.
### Getting the code
First, get the code on your system! The simplest method is via git.
- `cd ~/`
- `git clone --recurse-submodules https://github.com/j1nx/MycroftOS.git`
- `cd MycroftOS`
More building instructions will follow soon...