DEV Community

Lakshya Prajapati
Lakshya Prajapati

Posted on

Absolute Revolution in Assistants, ChuroAI.

I've been working on Churo, an open-source voice assistant built entirely in Python.

It features high-quality speech-to-text and text-to-speech, web search, image understanding, and agentic capabilities. It runs with Ollama models and is designed to be easy to modify and extend.

The goal is to provide a capable, local-first voice assistant that developers can actually inspect, customize, and build on.

Repository: https://github.com/MathObsession/Churo-assistant

or run it with(You need Ollama):

pip install churovoice

churovoice --voice male

Feedback, issues, and contributions are welcome.

Top comments (0)