Skip to content

v0.1.0 — initial public release

Latest

Choose a tag to compare

@sathish-mg sathish-mg released this 15 Jun 07:45
1e5dbbd

First public release of Flowcat — a self-hosted, native-Rust runtime for real-time voice agents.

  • One self-contained binary you deploy in your own VPC (or air-gapped): transport → VAD / turn-taking → STT · LLM · TTS, or a single speech-to-speech model.
  • pipecat-compatible FrameProcessor pipeline; native in-process SIP/RTP; a broad provider catalogue (STT/TTS/LLM/realtime), each a dep:-gated Cargo feature so the default build pulls none.
  • Apache-2.0.

Docs: https://areevai.github.io/flowcat/ · Quickstart: QUICKSTART.md

Status: pre-1.0, building in the open. The Gemini Live + Plivo/Zadarma path is verified end-to-end; other connectors are fixture/wire-tested.