Skip to main content
Production ready release for the Docker image openmindagi/om1-avatar, which provides face display module for OM1

Features

v1.0.0

  • Refactored the WebSocket integration in the Avatar application by removing the legacy OM1 WebSocket and consolidating all real-time communication through a single API WebSocket
  • Updated the audio setup to improve the volume management

Docker image

The OM1-avatar service is provided as a Docker image for easy setup:
git clone https://github.com/OpenMind/OM1-avatar.git
cd OM1-avatar
docker compose up om1_avatar -d --no-build
The latest docker image is also available at Docker Hub. For more technical details, please refer to the docs.