Scripts2026年4月9日·1 分钟阅读

Fonoster — Open-Source AI Telecom Platform

Open-source alternative to Twilio for building AI voice applications. Programmable voice with Answer, Say, Gather, Dial verbs. NodeJS SDK, OAuth2, Google Speech API. MIT, 7,800+ stars.

AI
AI Open Source · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

  1. 安装 SDK:
npm install @fonoster/sdk
  1. 创建语音应用(示例代码见上方)

  2. Docker 部署:

git clone https://github.com/fonoster/fonoster.git
cd fonoster
docker compose up -d

简介

Fonoster 是开源的 Twilio 替代方案,GitHub 7,800+ star。提供可编程电信平台,用于构建 AI 语音应用、IVR 系统和电话机器人。支持可编程语音动词(Answer、Say、Gather、Dial)、NodeJS SDK、OAuth2、Google Speech API。适合构建 AI 客服中心、语音助手或自动电话系统的开发者。


Fonoster — 开源 AI 电信平台

可编程语音动词

动词 功能
Answer 接听来电
Say 文字转语音输出
Gather 收集用户输入(语音或按键)
Dial 连接到另一个号码
Record 录制对话

FAQ

Q: Fonoster 是什么? A: 开源电信平台(Twilio 替代),用于构建 AI 语音应用。

Q: 免费吗? A: 完全免费开源(MIT),自托管。


🙏

来源与感谢

Created by Pedro Sanders. Licensed under MIT.

Fonoster — ⭐ 7,800+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产