Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Open-source, self-hostable platform for building and operating AI phone agents.
| Date | Stars |
|---|---|
| 2026-07-31 | 486 |
| 2026-08-06 | 486 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# QuickVoice **Open-source AI phone-agent infrastructure you can run, inspect, and extend.** QuickVoice is the open-source Retell alternative for engineering-led teams that want control over the voice-agent stack instead of only consuming a closed hosted API. It gives teams the full product surface in one repo: a marketing site, customer console, API server, LiveKit-powered AI worker, telephony integrations, knowledge bases, call logs, outbound campaigns, billing paths, MCP/tool connections, privacy controls, and local development tooling. Website: [quickvoice.co](https://quickvoice.co) [](https://github.com/allgpt-co/QuickVoice/stargazers) > **Project status:** QuickVoice is under active development and has not published a stable release yet. Review the [roadmap](./ROADMAP.md), [draft v0.1.0 notes](./docs/releases/v0.1.0-draft.md), and [known setup boundaries](#setup-boundaries) before evaluating it for production. <p align="center"> <img src="./apps/web/public/dashboard.png" alt="QuickVoice console dashboard preview" width="920"> </p> ## 30-Second Tour - **What it does:** build AI agents that answer inbound calls, place outbound calls, use uploaded knowledge, and record operational outcomes. - **Why it exists:** keep the voice-agent stack inspectable instead of outsourcing every runtime, data, cost, and telephony decision to a closed platform. - **What you can run locally:** the web app, console, API, AI service, Postgres, Redis, Prisma migrations, and generated dev env files. - **What needs real credentials:** real phone calls require LiveKit plus Twilio or Telnyx credentials; billing, OAuth, email, and storage need their provider keys. - **How it is positioned:** see the [core positioning framework](./docs/positioning/core-positioning-framework.md) for code-backed marketing and sales claims. ```mermaid flowchart LR Visitor[GitHub visitor] --> Run[task up:dev] Run --> Web[Marketing site] Run --> Console[Customer console] Run --> API[Express API and docs] API --> DB[(Postgres)] API --> Redis[(Redis)] API --> Worker[AI service and LiveKit worker] Worker --> Phone[Twilio or Telnyx] ``` ## Quick Start The supported one-command development path is a Linux environment with: - Bash `>=4` - Node.js `^20.19 || ^22.13 || >=24` and Corepack - `[email protected]` (activated by the setup task) - Python 3; Python 3.12 matches CI and the AI runtime image - Docker with the Compose v2 plugin - [Go Task](https://taskfile.dev/) Then run: ```sh task up:dev ``` `task up` and `task dev` are aliases. Go Task treats spaces as separate task names, so prefer `task up:dev` for the explicit form. ### Choose Your Host | Host | Support level | Guidance | | ------- | ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Linux | Supported | Install the prerequisites above, run `task doctor`, then run `task up:dev`. | | macOS | Supported with current tools | Install Docker Desktop and a modern Bash (`>=4`). The Bash 3.2 bundled with macOS is not sufficient for every orchestration script. Verify `bash --version`, `docker compose version`, and `task --version` before starting. | | Windows | Use WSL2 | Native PowerShell and Command Prompt are not supported by the Bash-based Taskfile scripts. Use WSL2 with Docker Desktop's WSL integration.
Excerpt of 14,920 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:569fdfe54a009d91, topic:mcp