OpenVoiceOS / ovos-buildroot

Open Voice Operating System - Buildroot edition is a minimalistic linux OS bringing the OVOS voice assistant to embbeded, low-spec headless and/or small (touch)screen devices.
Apache License 2.0
231 stars 36 forks source link

privacy edition image #43

Closed JarbasAl closed 3 years ago

JarbasAl commented 3 years ago

Some ideas for a privacy enhanced image

Bundled plugins

https://github.com/HelloChatterbox/dummy_wakeword_plugin - disable wake word https://github.com/JarbasLingua/jarbas-stt-plugin-vosk - offline STT (make default ? )

Extra software

https://github.com/OpenJarbas/mock-backend - no phoning home

Patches (waiting for mycroft....)

https://github.com/MycroftAI/mycroft-core/pull/2698 - skill settings GUI

Default config

TODO

System tweaks

For discussion

JarbasAl commented 3 years ago

disabling msm is now possible as follows

  "skills": {
    "msm": {
      "repo": {
        "url": "https://github.com/OpenVoiceOS/disable-msm-dummy-repo",
        "branch": "master"
      }
    }