Creating a software request
Formal software information
Are there similar/alternative software titles available with DietPi-Software?
the deprecated mycroft code base is included
What makes your requested software better than the above solutions, if available?
a whole ecosystem of maintained software with a thriving community
How can DietPi make the installation easier or compatible, than following the install instructions or do APT installation, if available?
each service is just a regular python package, pip install + create a systemd service file for automatic launch on boot
each skill is also a regular python package
some services have alternative implementations, offering users the choice to select those instead of using default reference implementations is an option
Can you provide the installation steps that you would suggest DietPi-Software to do?
everything is on pypi, pip install ovos-core[mycroft] --pre should install all dependencies for the equivalent of a mycroft experience (minus skills)
our automations publish the dev branch to pypi as an alpha version, --pre flag above is equivalent to installing from git
Are you willing to help maintaining the software installation, e.g. in case of needed setup changes due to updates etc.?
I am the lead developer of OpenVoiceOS and am happy to provide any guidance needed and fix issues OVOS side
Creating a software request
Formal software information
Are there similar/alternative software titles available with DietPi-Software?
the deprecated mycroft code base is included
What makes your requested software better than the above solutions, if available?
a whole ecosystem of maintained software with a thriving community
How can DietPi make the installation easier or compatible, than following the install instructions or do APT installation, if available?
each service is just a regular python package, pip install + create a systemd service file for automatic launch on boot
each skill is also a regular python package
some services have alternative implementations, offering users the choice to select those instead of using default reference implementations is an option
Can you provide the installation steps that you would suggest DietPi-Software to do?
everything is on pypi,
pip install ovos-core[mycroft] --preshould install all dependencies for the equivalent of a mycroft experience (minus skills)our automations publish the dev branch to pypi as an alpha version,
--preflag above is equivalent to installing from gitAre you willing to help maintaining the software installation, e.g. in case of needed setup changes due to updates etc.?
I am the lead developer of OpenVoiceOS and am happy to provide any guidance needed and fix issues OVOS side