Desktop Control Tower for Local AI Digital Humans
It bundles open-source lip-sync, TTS, and video tools into a desktop app so you can generate AI avatars without wrestling Python environments.

What it does AIGCPanel is an Electron-based desktop app that corrals open-source AI models for digital-human creation behind a single interface. It handles lip-sync video generation, text-to-speech, voice cloning, speech recognition, and a bundle of audio/video editing tasks. The app also manages local model lifecycles—download, start, stop, and logs—through a built-in model market offering one-click starter packs.
The interesting bit Instead of juggling separate Conda environments for MuseTalk, CosyVoice, and FFmpeg scripts, the app treats models as plug-ins and chains them into workflows. It even bundles a visual node editor and a live-streaming module that monitors platform bullet comments and auto-triggers avatar responses, which is a lot of ambition for an Electron wrapper.
Key highlights
- Supports multiple lip-sync engines (
MuseTalk,LatentSync,Wav2Lip,Heygem) and TTS/cloning models (CosyVoice,FishSpeech,SparkTTS,GPT-SoVITS,IndexTTS). - Includes 25+ audio/video tools—ASR with timestamped subtitles, voice replacement, video compression, format conversion, and custom FFmpeg pipelines.
- Freemium split: visual workflow orchestration (drag-and-drop nodes for LLM calls, JS scripts, MCP tools) and cloud model hosting are VIP-only.
- Live-streaming integration monitors bullet comments from Douyin, Bilibili, Huya, Douyu, and Kuaishou, with knowledge-base auto-replies.
- Ships a CLI (
aigcpanel) for headless model listing and function calls, plus bilingual UI and dark mode.
Caveats
- Visual workflows, cloud model hosting, and advanced live-streaming controls are gated behind a VIP/Pro tier, so the open-source repository is not the complete product.
- The app targets Chinese platforms and users first: live-streaming monitors Chinese services, and community support runs through WeChat and QQ groups.
- It is fundamentally an Electron orchestration layer around existing inference engines; the actual compute is handled by the downloaded models, not the app itself.
Verdict Worth a look if you need a clickable control panel for local lip-sync and TTS pipelines without writing glue scripts. Skip it if you want a fully open, hackable core or if your workflow revolves around non-Chinese streaming platforms.
Frequently asked
- What is modstart-lib/aigcpanel?
- It bundles open-source lip-sync, TTS, and video tools into a desktop app so you can generate AI avatars without wrestling Python environments.
- Is aigcpanel open source?
- Yes — modstart-lib/aigcpanel is open source, released under the Apache-2.0 license.
- What language is aigcpanel written in?
- modstart-lib/aigcpanel is primarily written in TypeScript.
- How popular is aigcpanel?
- modstart-lib/aigcpanel has 5.3k stars on GitHub and is currently accelerating.
- Where can I find aigcpanel?
- modstart-lib/aigcpanel is on GitHub at https://github.com/modstart-lib/aigcpanel.