MycroftAI – Linux Free Personal Assistant
- This topic has 0 replies, 1 voice, and was last updated 2 years ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
What makes us different from other similar websites? › Forums › Tech › MycroftAI – Linux Free Personal Assistant
Tagged: AI, Assistant, Free Assistant, Linux Assistant
This is a free personal assistant you can install on Linux. To install, do the following …
$ cd ~/
$ git clone https://github.com/MycroftAI/mycroft-core.git
$ cd mycroft-core
$ bash dev_setup.sh
$ ./start-mycroft.sh
To stop run the following:
$ cd ~/
$ cd mycroft-core
$ ./stop-mycroft.sh
To uninstall, run the following:
$ rm -rf ~/.mycroft
$ rm -rf /opt/mycroft
$ rm -rf ~/mycroft-core