KrillinAI — AI 翻译工具中文文档 是 AI Skill Hub 本期精选AI工具之一。在 GitHub 上收获超过 10.1k 颗 Star,综合评分 8.2 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
基于大语言模型的视频翻译和配音解决方案,支持100+语言一键翻译,提供完整的视频转录、翻译、合成配音全流程自动化处理,特别优化了多平台视频发布效果,适合内容创作者、视频制作团队和国际化运营需求。
KrillinAI — AI 翻译工具中文文档 是一款基于 Go 开发的开源工具,专注于 视频翻译、AI配音、多语言本地化 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
基于大语言模型的视频翻译和配音解决方案,支持100+语言一键翻译,提供完整的视频转录、翻译、合成配音全流程自动化处理,特别优化了多平台视频发布效果,适合内容创作者、视频制作团队和国际化运营需求。
KrillinAI — AI 翻译工具中文文档 是一款基于 Go 开发的开源工具,专注于 视频翻译、AI配音、多语言本地化 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:go install(推荐) go install github.com/krillinai/KrillinAI@latest # 方式二:从源码编译 git clone https://github.com/krillinai/KrillinAI cd KrillinAI go build -o krillinai . # 方式三:下载预编译二进制 # 访问 Releases 页面下载对应平台二进制文件 # https://github.com/krillinai/KrillinAI/releases
# 查看帮助 krillinai --help # 基本运行 krillinai [options] <input> # 详细使用说明请查阅文档 # https://github.com/krillinai/KrillinAI
# krillinai 配置说明 # 查看配置选项 krillinai --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export KRILLINAI_CONFIG="/path/to/config.yml"
<p>From scripts to video, images, voice, avatars, translation, and editing, Agents move the whole creative process forward in one workspace.</p>
<p><strong>OpenCreator was formerly known as KrillinAI.</strong></p>
<a href="https://trendshift.io/repositories/13360" target="_blank"><img src="https://trendshift.io/api/badge/repositories/13360" alt="OpenCreator, formerly KrillinAI: #1 Repository of the Day on Trendshift" width="250" height="55" /></a>
English | 简体中文 | 日本語 | 한국어 | Bahasa Indonesia | Español | Français | Deutsch | Português | Русский | العربية
Project Highlights · Creator Tools · Conversation & Workspace · Models Supported · Examples · Quick Start · Desktop · OpenCreator System Architecture · Development · Documentation · Contributors · Star History
</div>

OpenCreator is built for individuals and teams who want to keep creative and development work running locally. Instead of reimplementing an Agent loop, it uses Codex CLI as the execution engine and adds a stable local Runtime, a visual workspace, and a Desktop host around it.
The product brings together two connected workflows:
Web is the single frontend implementation. Desktop loads the same Web build and adds only capabilities that require the operating system, such as directory selection, window lifecycle, tray behavior, and native notifications. With the same data and content viewport, both platforms share the same general UI and Runtime behavior.
packageManager fieldCheck your local environment first:
node --version
pnpm --version
codex --version
Most users do not need environment variables. Use these when you need isolated data, a specific Codex executable, or a custom managed-project directory:
| Environment variable | Default | Purpose |
|---|---|---|
OPENCREATOR_DATA_DIR | .runtime | OpenCreator database, Runs, attachments, and managed workspaces |
OPENCREATOR_CODEX_BIN | codex | Path to the Codex CLI executable |
CODEX_HOME | ~/.codex | Source of truth for Codex sessions, configuration, Skills, MCP, and Profiles |
OPENCREATOR_DEFAULT_CWD | Current working directory | Default daemon working directory |
OPENCREATOR_DEFAULT_PROJECT_ROOT | Runtime default policy | Managed-project root; when set, OpenCreator uses its OpenCreator/ child directory |
OPENCREATOR_CODEX_THREAD_ROTATION_RUN_THRESHOLD | 50 | Terminal Run threshold for rotating the Codex thread behind a long-running schedule; use 0 to disable proactive rotation |
For example, isolate both Runtime data and the Codex environment:
OPENCREATOR_DATA_DIR=/path/to/opencreator-data \
CODEX_HOME=/path/to/codex-home \
pnpm web:dev
Open Settings → AI Services to configure the model, transcription, voice, and image providers used by the current workspaces. Additional service categories may appear in preparation for upcoming creator tools. Each category exposes only the fields required by its selected provider, including the Base URL, API Key, model, proxy, or provider-specific credentials.

Credentials are saved through the local Runtime's system credential storage and should never be committed to the repository. Some local or system-backed providers, such as Edge TTS, do not require an API Key.
Open Settings → Third-party Components to inspect the yt-dlp nightly version currently in use, the version bundled with OpenCreator, its source, and the latest available release. OpenCreator checks for updates every seven days but never installs them automatically. Updates require an explicit user action, and the current working version remains available if downloading, verification, or installation fails.

KrillinAI 是一个多功能的音频和视频本地化和增强解决方案,支持视频翻译、配音和语音克隆功能。它支持横屏和竖屏格式,确保在所有主要平台(Bilibili、Xiaohongshu、Douyin、WeChat Video、Kuaishou、YouTube、TikTok)上都能完美呈现。
KrillinAI 的主要功能包括:一键启动,无需复杂环境配置即可自动安装依赖项并立即使用;支持 yt-dlp 下载或本地文件上传;基于 Whisper 的高准确度语音识别;智能字幕分段和对齐等功能。
KrillinAI 支持 Docker 部署,详细部署步骤请参见 [Docker 部署指南](./docker.md)。
您可以在 [KrillinAI 的 Deepwiki](https://deepwiki.com/krillinai/KrillinAI) 中提问,Deepwiki 将索引仓库中的文件,使您能够快速找到答案。
配置文件分为几个部分:[app]、[server]、[llm]、[transcribe] 和 [tts]。一个任务由语音识别(transcribe)+ 大型模型翻译(llm)+ 可选的语音服务(tts)组成。了解这些将有助于您更好地理解配置文件。
KrillinAI 的接口预览如下:
请参见 [常见问题解答](./faq.md)。
KrillinAI凭借Go高效架构和LLM驱动能力,在视频跨境分发领域表现突出。100+语言覆盖、一键部署、平台优化等特性切实解决国际化痛点,维护活跃度高。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ GPL 3.0 — 强 Copyleft,衍生作品须开源,含专利保护条款,不可闭源使用。
经综合评估,KrillinAI — AI 翻译工具中文文档 在AI工具赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | KrillinAI |
| 原始描述 | Video translation and dubbing tool powered by LLMs. The video translator offers 100 language translations and one-click full-process deployment. The video translation output is optimized for platforms like YouTube,TikTok. AI视频翻译配音工具,100种语言双向翻译,一键部署全流程,可以生抖音,小红书,哔哩哔哩,视频号,TikTok,Youtube等形态的内容成适配 |
| Topics | 视频翻译AI配音多语言本地化视频转录TTS文字转语音 |
| GitHub | https://github.com/krillinai/KrillinAI |
| License | GPL-3.0 |
| 语言 | Go |
收录时间:2026-05-22 · 更新时间:2026-05-30 · License:GPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。