返回排行榜

xiaochong/hi-kid

TypeScriptxiaochong.github.io/hi-kid

HiKid - Your AI English Pal. A desktop app built with React and TypeScript, targeting children in non-English-speaking countries who want to practice English speaking and listening.

aienglish-learningkids-educationlocal-aioffline-aispeaking-practicevoice-chat
Star 增长趋势
Star
1k
Forks
122
周增长
Issues
8
7008009001k
26年4月26年5月26年6月26年7月
制品库npmnpm install hi-kid
README

English | 简体中文

🎈 HiKid

Hi! I'm your AI English Pal. Let's talk!

Electron React TypeScript


🌟 What is this?

HiKid is a completely free, forever free open-source desktop app designed for kids in non-English-speaking countries to practice English speaking and listening.

Say "Hello" into the microphone, and it will chat with you in English, tell stories, and play word games — all completely offline. All data and AI run locally on your machine, nothing is uploaded to the cloud.

  • 🗣️ Just start talking — no typing needed, speak directly and the AI understands
  • 🧠 Smart and patient — talk about anything, it doesn't matter if you speak slowly or simply
  • 🎨 Looks like a cartoon — cute interface that kids will love
  • 🔒 Privacy safe — conversations, voice, and models all run locally
  • 🌏 Works without internet — recording, recognition, synthesis, and dialogue all run through a local pipeline

🍎 Currently macOS only. Windows and Linux versions are planned — contributions welcome!

🚀 Quick Start

Requirements

  • macOS 12.0+ (Apple Silicon / Intel)
  • Node.js >= 20
  • npm

Install

# 1. Clone the repo
git clone https://github.com/xiaochong/hi-kid.git
cd hi-kid

# 2. Install dependencies
npm install

Development

# Start dev server with hot reload
npm run dev

# Type check
npm run typecheck

# Format code
npm run format

Build

# All platforms
npm run build

# macOS
npm run build:mac

# Unpacked output (no installer)
npm run build:unpack

For detailed external dependency installation (SoX, ASR/TTS servers, model files, etc.), see INSTALL.md.

🏗️ Architecture

HiKid's voice conversation runs through a complete local pipeline:

User speaks → SoX(rec) recording + VAD detection ──→ ASR server speech-to-text
                                                  ↓
SoX(play) plays PCM audio ←─ TTS server speech synthesis ←─ LLM generates reply
Component Role
SoX Audio recording, playback, format conversion, and analysis
kitten-tts-server Local text-to-speech (TTS), streams PCM over SSE
asr-server Local automatic speech recognition (ASR), based on Qwen3-ASR-0.6B
Ollama Local large language model, default qwen3:0.6b

Project structure:

src/
├── main/          # Electron main process
├── preload/       # Preload scripts (IPC bridge)
└── renderer/      # React renderer process

🤝 Contributing

Issues and PRs are welcome!

  • dev is the active development branch
  • main is the stable branch for merging PRs
  • Please run npm run lint and npm run typecheck before submitting

🙏 Acknowledgments

HiKid stands on the shoulders of giants:

Project Purpose
Electron Cross-platform desktop app framework
React UI building
Vite Fast build tool
@mariozechner/pi-agent-core Agent orchestration and event streaming framework
kitten-tts-server Local speech synthesis engine
Qwen3-ASR-0.6B Local speech recognition model
Ollama Local LLM runtime
animal-island-ui Cute UI components

And to all the developers who indirectly depend on them — thank you for making the open-source world so wonderful!

⚠️ Disclaimer

  • This project is for personal learning, research, and non-commercial demonstration only. Commercial use, resale, or profit-making in any form is prohibited.
  • The UI component library animal-island-ui used by this project draws visual design inspiration from classic game styles, but all materials and styles are for design reference only and do not constitute copying or infringement of the original works.

📄 License

MIT


Made with ❤️ for kids around the world

相关仓库
openclaw/openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

TypeScriptnpmOtheraiassistant
openclaw.ai
383.7k80.6k
obra/superpowers

An agentic skills framework & software development methodology that works.

ShellMIT Licenseaibrainstorming
258.9k23.1k
NousResearch/hermes-agent

The agent that grows with you

PythonPyPIMIT Licenseaiai-agent
hermes-agent.nousresearch.com
218.5k41.3k
n8n-io/n8n

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

TypeScriptnpmOtherautomationipaas
n8n.io
197.4k59.5k
Significant-Gravitas/AutoGPT

AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.

PythonPyPIOtheraiopenai
agpt.co
185.6k46.1k
f/prompts.chat

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

HTMLOtherchatgptai
prompts.chat
166.2k21.5k
AUTOMATIC1111/stable-diffusion-webui

Stable Diffusion web UI

PythonPyPIGNU Affero General Public License v3.0deep-learningdiffusion
164.3k30.4k
Snailclimb/JavaGuide

Java 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发

JavaScriptnpmApache License 2.0javainterview
javaguide.cn
157.2k46.2k
firecrawl/firecrawl

The API to search, scrape, and interact with the web at scale. 🔥

TypeScriptnpmGNU Affero General Public License v3.0aicrawler
firecrawl.dev
154.1k8.8k
langgenius/dify

Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.

TypeScriptnpmOtheraigpt
dify.ai
149.7k23.6k
open-webui/open-webui

User-friendly AI Interface (Supports Ollama, OpenAI API, ...)

PythonPyPIOtherollamaollama-webui
openwebui.com
146.3k21.2k
langchain-ai/langchain

The agent engineering platform.

PythonPyPIMIT Licenseaianthropic
docs.langchain.com/langchain/
142.3k23.7k