aicoolies logo
LiveKit logo

LiveKit

Open-source real-time voice, video, and AI agent infrastructure

Share
freemiumOpen Source
Visit Website →

LiveKit is an open-source WebRTC infrastructure platform for building real-time voice, video, and data applications. It powers ChatGPT Advanced Voice Mode and serves as the foundation for AI agent voice interactions. LiveKit provides server-side SDKs for Go, Python, Node.js, and Rust alongside client SDKs for every major platform. The Agents framework lets developers build voice-enabled AI assistants with speech-to-text, LLM processing, and text-to-speech pipelines in Python or Node.js.

LiveKit provides the real-time communication layer that connects users to each other and to AI agents. The open-source server handles WebRTC signaling, media routing, and selective forwarding for voice and video streams at scale. Unlike traditional WebRTC solutions that require managing STUN/TURN servers and complex NAT traversal, LiveKit packages everything into a single Go binary that can be deployed on any cloud provider or self-hosted on your own infrastructure.

The Agents framework is what makes LiveKit particularly relevant for AI developers. It provides a pipeline architecture where voice input flows through speech-to-text, gets processed by any LLM (OpenAI, Anthropic, Groq, or self-hosted), and returns as natural speech through text-to-speech providers like ElevenLabs, Cartesia, or Deepgram. The framework handles voice activity detection, interruption handling, and turn-taking automatically—the hard problems that make voice AI feel natural rather than robotic.

LiveKit Cloud offers managed infrastructure with pay-as-you-go pricing starting at $0.0004 per participant minute for WebRTC. The platform includes Egress for recording and streaming sessions, Ingress for bringing in RTMP/WHIP streams, and SIP connectivity for bridging to traditional phone networks. With over 18,000 GitHub stars and Apache 2.0 licensing, LiveKit has become the default real-time infrastructure for AI-native applications.

Pricing

Free open source. Cloud from $0.0004/participant-min.

Platforms

Self-hosted (Go binary) or LiveKit Cloud. SDKs for all platforms.

Categories

Tags

Use Cases

Alternatives

Related Tools

Hermes Agent logo

Hermes Agent

Top Pick

Open-source AI agent framework with persistent memory, reusable skills, tools, and messaging gateways

Hermes Agent is an open-source AI agent framework with persistent memory, reusable skills, 40+ tools, cron jobs, and messaging gateways.

open-sourceOpen Source

OpenWiki

LangChain CLI for maintaining agent-friendly codebase documentation

OpenWiki is LangChain’s open-source CLI for generating and maintaining an agent-focused wiki inside a codebase. It can create an openwiki/ documentation folder, update it from repository changes, add guidance to AGENTS.md or CLAUDE.md, and run via an interactive CLI or daily GitHub Action so coding agents have durable context without stuffing every detail into prompts.

open-sourceOpen SourceTelemetry

Accomplish Coworker

Open-source desktop AI coworker for browsing and code execution.

Accomplish Coworker is an MIT-licensed open-source AI coworker that runs on the desktop, combining computer-use style browsing with code execution so agents can research, implement, run, and debug workflows in one local environment.

open-sourceOpen SourceTelemetry

Headroom

Context compression for LLM apps and coding agents

Headroom is an Apache-2.0 context compression layer for LLM apps and coding agents. It compresses tool output, logs, files, RAG chunks, and agent history through a local library, proxy, wrapper, or MCP server, with retrieval hooks for bringing originals back when needed. Treat its savings numbers as Headroom-reported benchmarks, not independent aicoolies measurements.

open-sourceOpen SourceTelemetry

Codebase Memory MCP

Codebase knowledge graph MCP server for AI coding agents

Codebase Memory MCP is an MIT-licensed MCP server that turns a repository into a persistent code knowledge graph for AI coding agents. It gives Claude Code, Cursor, Codex-style agents, and other MCP clients structural queries for functions, classes, call chains, routes, and architecture, helping them explore large projects without repeatedly rereading files or relying only on broad search.

open-sourceOpen SourceTelemetry
BeeAI Framework logo

BeeAI Framework

Python and TypeScript framework for production multi-agent systems

BeeAI Framework is an Apache-2.0 toolkit for building production-ready AI agents and multi-agent systems in Python and TypeScript. Its docs cover agents, tools, RAG, memory, workflows, backend providers, serving, and A2A/MCP integration surfaces, making it a vendor-neutral option for teams comparing LangGraph, CrewAI, Mastra, and related agent runtimes.

open-sourceOpen SourceTelemetry