Skip to main content
Pre-release

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

HiveMind CLI

Terminal client for HiveMind.

Connect to a HiveMind node from the command line. Type an utterance and watch the response on the bus. No audio hardware is required. Among HiveMind clients, this one needs the least: only a keyboard.

The curses UI shows a split-pane conversation view. --no-curses streams plain output. Use plain mode for scripting or for SSH sessions with minimal terminal support.

HiveMind CLI terminal

Where it fits: the satellite spectrum

Client Local processing Remote processing
HiveMind-cli (this) nothing STT, TTS, intent, skills
hivemind-mic-satellite microphone, VAD STT, TTS, intent, skills
HiveMind-voice-relay mic, VAD, wake-word STT, TTS, intent, skills
HiveMind-voice-sat mic, VAD, wake-word, STT, TTS intent, skills

HiveMind-cli requires only a keyboard. It has no microphone, no speaker, and no wake-word engine. Every other satellite in the table adds a layer of local processing on top of this one.

Install

pip install HiveMind-cli

From source:

git clone https://github.com/JarbasHiveMind/HiveMind-cli
cd HiveMind-cli
pip install -e .

HiveMind CLI tracks the HiveMind bus-client 2.x stack (ovos-bus-client>=2.0). pyproject.toml is the single source of truth for dependencies. There is no requirements.txt.

Quickstart

1. Pair. Issue credentials on the server:

hivemind-core add-client
# → Access Key: <key>   Password: <password>

2. Connect. Start the terminal:

hivemind-cli --access-key <key> --password <password> --host wss://192.168.1.10

3. Type. Enter an utterance and press Enter. The response appears in the conversation pane (Mycroft > …).

CLI flags

Flag Default Description
--access-key (required) Client access key issued by hivemind-core add-client.
--password None Optional client password.
--host (scan) HiveMind host URI, including protocol: ws://… or wss://….
--port 5678 WebSocket port.
--no-curses off Disable the curses UI. Use plain stdout/stdin instead.
--self-signed off Accept self-signed SSL certificates.

--host is optional. If you omit it, the CLI scans the local network for a HiveMind node over UDP broadcast and asks before connecting.

The host must include the protocol prefix (ws:// or wss://). The CLI exits with an error and a hint if the prefix is missing.

Modes

Curses interface (default)

A split-pane terminal UI with a scrollable message history and an Input > prompt. Responses appear as Mycroft > <utterance>. This mode needs a terminal that supports curses (most modern terminals do). If curses is unavailable at import time, the CLI falls back to plain mode.

Plain mode (--no-curses)

Line-by-line stdin/stdout. Responses print as Mycroft: <utterance>. Use this mode for SSH sessions with limited terminal support, piped input, or headless scripting.

Related

Project Role
HiveMind-core The HiveMind server. It runs OVOS and manages satellites.
hivemind-mic-satellite Thinnest audio satellite. Mic and VAD stay local.
HiveMind-voice-relay Voice relay. Mic, VAD, and wake-word stay local; STT/TTS run remote.
HiveMind-voice-sat Full local stack, including STT and TTS on-device.

Docs

Full documentation lives in docs/. Contributors should read docs/development.md for the dependency stack and how to run the end-to-end test suite.

Testing

The end-to-end suite boots a real hivemind-core master in-process, using hivescope, and drives the real terminal client over a real bus. Only stdin/stdout is mocked:

pip install -e ".[e2e]"
pytest tests/

See docs/development.md for details.

License

Apache-2.0

Download files

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

Source Distribution

hivemind_cli-1.0.0a4.tar.gz (9.7 kB view details)

Uploaded Source

Built Distribution

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

hivemind_cli-1.0.0a4-py3-none-any.whl (10.2 kB view details)

Uploaded Python 3

File details

Details for the file hivemind_cli-1.0.0a4.tar.gz.

File metadata

  • Download URL: hivemind_cli-1.0.0a4.tar.gz
  • Upload date:
  • Size: 9.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hivemind_cli-1.0.0a4.tar.gz
Algorithm Hash digest
SHA256 930224705f76343993d2dd91ef2d9d2c16e3a88dc92faa7ccb9cd9e24d40eb06
MD5 a2b51d8aca50351cb53c04e7ecd3aae3
BLAKE2b-256 4ed8789758a681be3283cb7b0c8112eff12c5f714a4f4c508702a22203df2897

See more details on using hashes here.

File details

Details for the file hivemind_cli-1.0.0a4-py3-none-any.whl.

File metadata

  • Download URL: hivemind_cli-1.0.0a4-py3-none-any.whl
  • Upload date:
  • Size: 10.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hivemind_cli-1.0.0a4-py3-none-any.whl
Algorithm Hash digest
SHA256 501919974f8a3a3b7e66cb5b39f4e9b09c6eb631e4eb2f392245e7d751e113cb
MD5 b95699ddbce09e1042bd3a076b6d2adb
BLAKE2b-256 85f2239f2ea3a8a86ba26a1d1cc1ace5a8c598397724fb049b0241fda4a83aaa

See more details on using hashes here.

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page