Skip the agent loop: 12,078 stars for an open AI workspace
krillinai/OpenCreator is an open-source AI creation workbench and Skills collection maintained by the krillinai team (formerly KrillinAI), released under the permissive Apache-2.0 license and usable commercially and self-hosted. As of a 2026-09-22 GitHub snapshot it shows 12,078 stars, 1,222 forks, TypeScript as primary language, created 2024-12-17, last pushed 2026-09-21 and 31 open issues, figures that are a same-day snapshot rather than a lasting level. Its defining design choice is local-first: project data, attachments and logs stay on your machine by default (SQLite and the file system, with Codex sessions and config in CODEX_HOME), the Daemon listens only on 127.0.0.1 with Bearer tokens required for every endpoint except health checks, HTML preview disables scripts and navigation by default, and the desktop package enables ASAR integrity checks and Cookie encryption. The pivotal architectural judgment is that it does not rebuild the Agent loop but uses Codex CLI directly as the execution engine, wrapping it with three layers, a local Runtime, a visual workbench and a desktop host, so the agent loop, sessions, reasoning, tool calls, Skills and MCP all come from Codex; the upside is not maintaining a second engine, inheriting Codex's capabilities and using Codex-native configuration for Skills and MCP, while the cost is a hard dependency on the Codex ecosystem, a capability ceiling set by Codex, and available models depending on your local Codex and AI service settings. The README's prose says ten creation tools while its own table lists twelve rows, ten available and two in development (Auto Clips and Digital Avatar), plus seven built-in video-production Skills (KrillinAI CLI, Subtitle, TTS, Landscape and Portrait Render, Cover, Pipeline Plan). It is worth stating that a Skill in the repository is not auto-installed nor are external services bundled, and that it is not an open-source replacement for JianYing since its core is Agent plus creation tools plus Skill orchestration without a multi-track timeline editor.