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
$ 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
$ ./stop-mycroft.sh
To uninstall, run the following: $ rm -rf ~/.mycroft $ rm -rf /opt/mycroft $ rm -rf ~/mycroft-core
$ rm -rf ~/.mycroft
$ rm -rf /opt/mycroft
$ rm -rf ~/mycroft-core