Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

Ask DeepWiki

HiveMind Voice Satellite

The full-stack OVOS voice satellite: microphone, VAD, wakeword, STT, and TTS all run on this device. Spoken input is transcribed locally; only the resulting text utterance is sent to the hive. Responses arrive as text and are spoken locally. Requires the most compute of the satellite family, but puts the least load on the server and works fully offline once set up.

Satellite spectrum

Satellite Mic VAD Wakeword STT TTS What crosses the wire
HiveMind-cli text in / text out
hivemind-mic-satellite local local remote remote raw audio stream
HiveMind-voice-relay local local local remote remote audio after wakeword
HiveMind-voice-sat ← you are here local local local local local text utterances only

Use voice-sat when the device has CPU/GPU to spare, when bandwidth is limited, or when audio privacy matters.

Install

pip install HiveMind-voice-sat
# Linux — ALSA/SoundDevice microphone support
pip install HiveMind-voice-sat[linux]
# macOS
pip install HiveMind-voice-sat[mac]

60-second quickstart

1. Add a client on the hive (run this on the server):

hivemind-core add-client --name my-voice-sat
# outputs: Access Key and Password — copy them

2. Run the satellite (on this device):

hivemind-voice-sat --host <hive-host> --key <access-key> --password <password>

Say your wakeword; the satellite transcribes locally and sends the utterance to the hive.

Minimal configuration

The satellite reads ~/.config/mycroft/mycroft.conf (standard OVOS config). Override STT, TTS, VAD, and wakeword plugins there:

{
  "listener": {
    "VAD": {
      "module": "ovos-vad-plugin-silero"
    },
    "wake_word": "hey_mycroft",
    "hey_mycroft": {
      "module": "ovos-ww-plugin-vosk"
    }
  },
  "stt": {
    "module": "ovos-stt-plugin-server",
    "ovos-stt-plugin-server": { "url": "https://stt.openvoiceos.org/stt" }
  },
  "tts": {
    "module": "ovos-tts-plugin-server",
    "ovos-tts-plugin-server": { "host": "https://tts.openvoiceos.org" }
  }
}

All plugin slots are swappable via ovos-plugin-manager. See docs/configuration.md for the full reference.

CLI reference

Usage: hivemind-voice-sat [OPTIONS]

  connect to HiveMind

Options:
  --host TEXT       hivemind host (ws:// or wss://)
  --key TEXT        Access Key
  --password TEXT   Password for key derivation
  --port INTEGER    HiveMind port number (default 5678)
  --selfsigned      accept self-signed certificates
  --siteid TEXT     location identifier for message.context
  --help            Show this message and exit.

Documentation

Full zero-to-hero docs live in docs/:

Development

git clone https://github.com/JarbasHiveMind/HiveMind-voice-sat
cd HiveMind-voice-sat
pip install -e ".[test]"   # lightweight smoke deps
pytest tests/test_smoke.py
pip install -e ".[e2e]"    # full hivemind-core + 2.x stack for end-to-end
pytest tests/e2e/

pyproject.toml is the single packaging source of truth. The dependency stack now runs on ovos-bus-client 2.x (see docs/architecture.md); prerelease deps are pinned as minimum versions so pip resolves them without --pre.

Related

Project Role
HiveMind-core The hive — install on the server
HiveMind-cli Text-only client
hivemind-mic-satellite Thinnest audio satellite
HiveMind-voice-relay Mid-weight: local wakeword, remote STT/TTS

License

Apache-2.0 — see LICENSE.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hivemind_voice_sat-2.2.0a1.tar.gz (12.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hivemind_voice_sat-2.2.0a1-py3-none-any.whl (10.7 kB view details)

Uploaded Python 3

File details

Details for the file hivemind_voice_sat-2.2.0a1.tar.gz.

File metadata

  • Download URL: hivemind_voice_sat-2.2.0a1.tar.gz
  • Upload date:
  • Size: 12.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for hivemind_voice_sat-2.2.0a1.tar.gz
Algorithm Hash digest
SHA256 61d8e14a943237c85d6ffa11fab333189912d0c6365fae1465d4d8e140784c51
MD5 902e7a8e1f9cd096adf807ec43e6815b
BLAKE2b-256 eaa1b0b75db51c73245ae9c34f0206626ce730961383cbe9052724f0d2be1cdc

See more details on using hashes here.

File details

Details for the file hivemind_voice_sat-2.2.0a1-py3-none-any.whl.

File metadata

File hashes

Hashes for hivemind_voice_sat-2.2.0a1-py3-none-any.whl
Algorithm Hash digest
SHA256 56c24d212b9d974bca7ea4e0b2618adc1b98fd3dcc1069bf5ef5d8c40d225153
MD5 34a5aeb15b86db3d9f3db14f90590828
BLAKE2b-256 824b6afa946b7df5e72546295afe048235fc92884e635971817c284ba30536cc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page