Starmoon — LLM 应用框架中文文档 是 AI Skill Hub 本期精选AI工具之一。综合评分 8.2 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
Starmoon — LLM 应用框架中文文档 是一款基于 TypeScript 开发的开源工具,专注于 esp32、gpt、iot 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
Starmoon — LLM 应用框架中文文档 是一款基于 TypeScript 开发的开源工具,专注于 esp32、gpt、iot 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:npm 全局安装 npm install -g starmoon # 方式二:npx 直接运行(无需安装) npx starmoon --help # 方式三:项目依赖安装 npm install starmoon # 方式四:从源码运行 git clone https://github.com/StarmoonAI/Starmoon cd Starmoon npm install npm start
# 命令行使用
starmoon --help
# 基本用法
starmoon [options] <input>
# Node.js 代码中使用
const starmoon = require('starmoon');
const result = await starmoon.run(options);
console.log(result);
# starmoon 配置说明 # 查看配置选项 starmoon --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export STARMOON_CONFIG="/path/to/config.yml"
git clone https://github.com/StarmoonAI/Starmoon.git2. Hardware list (Tax and shipping rates may vary by region) - Seeed Studio Xiao ESP32S3 (or any other ESP32-S3 board) - Microphone (INMP441) - Amplifier (MAX98357A) - Speaker (3525) (or any compatible microspeaker) - LED light (RGB LED recommended) - Button - PCB prototype board or custom PCB - 3D printed case - Tools: 28AWG wires + soldering toolset + flux
| **Component** | **Seeed Studio XIAO ESP32S3** | **ESP32-S3** |
|---|---|---|
| **I2S Input (Microphone)** | ||
| SD | D0 | GPIO 14 |
| WS | D1 | GPIO 1 |
| SCK | D2 | GPIO 4 |
| **I2S Output (Speaker)** | ||
| WS | D5 | GPIO 5 |
| BCK | D6 | GPIO 6 |
| DATA | D4 | GPIO 7 |
| SD (shutdown) | D3 | N/A |
| **Others** | ||
| LED Red | D7 | GPIO 9 |
| LED Green | D8 | GPIO 8 |
| LED Blue | D9 | GPIO 13 |
| Button | D10 | GPIO 2 |
If you are using the Seeed Studio XIAO ESP32S3, then you can directly connect the lithium battery to the back of the ESP32. 
USE_NORMAL_ESP32_S3 line and comment the USE_XIAO_ESP32_DEVKIT line. // ----------------- Pin Definitions -----------------
// Define which board you are using (uncomment one)
#define USE_NORMAL_ESP32_S3
// #define USE_XIAO_ESP32_DEVKIT
// #define USE_XIAO_ESP32
// #define USE_NORMAL_ESP32
// #define USE_ESP32_S3_WHITE_CASE
[env:esp32-s3-devkitm-1] block and comment the [env:seeed_xiao_esp32s3] line. ; [env:seeed_xiao_esp32s3]
; platform = espressif32
; board = seeed_xiao_esp32s3
; framework = arduino
; monitor_speed = 115200
[env:esp32-s3-devkitm-1]
platform = espressif32
board = esp32-s3-devkitm-1
framework = arduino
monitor_speed = 115200
firmware folder in the current project.Build button in the PlatformIO toolbar or run the build task.Upload button to run the upload task, or Upload and Monitor button to run the upload task and monitor the device.https://github.com/user-attachments/assets/99a45810-0322-4945-b363-716e75d1c4dd
If you can't see the video, you can watch it here
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ GPL 3.0 — 强 Copyleft,衍生作品须开源,含专利保护条款,不可闭源使用。
经综合评估,Starmoon — LLM 应用框架中文文档 在AI工具赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | Starmoon |
| 原始描述 | A conversational, AI device + software framework for companionship, entertainment, education, healthcare, IoT applications, and DIY robotics. Built with Python, NextJS, Arduino, ESP32, LLMs (GPT-4o), Deepgram STT and Azure TTS 🤖 |
| Topics | esp32gptiotllmopenairoboticsllm-app |
| GitHub | https://github.com/StarmoonAI/Starmoon |
| License | GPL-3.0 |
| 语言 | TypeScript |
收录时间:2026-05-22 · 更新时间:2026-05-22 · License:GPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。