- by x32x01 ||
If you want to turn AI content creation into one workflow instead of jumping between multiple apps, OpenCreator is worth a look. It is an open-source AI workspace designed for creators, combining video translation, subtitles, dubbing, image and video generation, article writing, short-video scripts, voiceovers, and other creator tools in one interface. OpenCreator was formerly known as KrillinAI.
OpenCreator on GitHub
The current project brings together tools for:
It can also be configured for:
This can be useful for creators who need narration without recording every version manually.
The generated content can then be edited and exported in formats such as Markdown, HTML, or PDF.
The project also includes tools for generating Xiaohongshu posts and short-video scripts tailored to factors such as audience, platform, duration, and tone.
OpenCreator also provides a Thumbnail Generator that can combine a topic, video link, and optional reference image to create and compare thumbnail variations.
The project currently lists Auto Clips as in development. The planned workflow is designed to analyze long videos, identify highlights, and turn selected moments into reusable short clips.
Therefore, it is better not to describe automatic long-video-to-Shorts conversion as a fully available OpenCreator feature yet.
Skills provide reusable instructions and workflows that an Agent can use for specific tasks. The repository currently includes Skills related to:
This approach makes the project more flexible than a fixed collection of buttons because creators and developers can extend the workflow with their own instructions and processes.
OpenCreator uses a local Runtime for projects, Runs, approvals, schedules, memory, notifications, and other workspace functions. The project also states that data, attachments, and logs are kept local by default, with approvals and redacted diagnostics used for security.
However, local software does not mean every AI operation is necessarily performed locally. OpenCreator can use configured AI services for language models, image generation, video generation, voice, and transcription.
The available services therefore depend on how your environment is configured.
The development server is then available at:
The repository also provides a desktop application, while the Web and Desktop versions share the same main Web implementation and Runtime behavior.
Depending on the workflow, OpenCreator can work with different model and service providers. The project currently documents support around language models, image generation, video generation, voice, and transcription, with the actual availability depending on your configuration.
For example, the documented technology stack includes:
Key advantages include:
Some workflows require external AI services or specific local components. The repository notes that model and service availability depends on the configured environment, and some features are still under development.
You should also check the project's current documentation before installation because dependencies, supported providers, and available creator tools can change as the project develops.
Instead of using one application for transcription, another for dubbing, another for images, and another for AI writing, OpenCreator brings many of these workflows into one workspace.
That does not necessarily make it a replacement for every specialized application. Instead, its advantage is having connected creator workflows, local project management, reusable Skills, and Agent-based automation in the same environment.
OpenCreator GitHub Repository
Its biggest difference from a simple video repurposing tool is the broader workflow: OpenCreator combines creator tools with a local Runtime, reusable Skills, project management, and Codex-based Agent capabilities.
If you want to experiment with an open-source creator workspace and are comfortable configuring AI services and developer dependencies, OpenCreator provides a broad set of tools to explore.
OpenCreator on GitHub
🤖 What Is OpenCreator?
OpenCreator is an open-source AI workspace for creators that runs its creative and development workflows locally. Instead of focusing on only one AI task, the project combines creator tools with an Agent-based workspace powered by Codex CLI.The current project brings together tools for:
- 🎬 Video translation and subtitle creation
- 🔊 AI voiceovers and dubbing
- 📝 Article and short-video script generation
- 🖼️ Image and thumbnail generation
- 🎥 AI video generation
- 📥 Video downloading
- 🧍 Stick-figure animation
- 🧠 Agent workflows, Skills, and MCP
- 📁 Local projects, files, attachments, and generated outputs
🎬 What Can OpenCreator Do?
OpenCreator currently includes several creator-focused workspaces. The exact models and services available depend on the local Codex environment and configured AI services.Video Translation
The Video Translation workspace can import local or public videos, transcribe speech using cloud or local Whisper services, translate subtitles, and create bilingual subtitles.It can also be configured for:
- Subtitle styles
- Landscape or portrait composition
- Dubbing
- Custom voice samples
- SRT export
- Audio export
- Video export
🔊 Smart Dubbing
Smart Dubbing can turn scripts into voiceovers while providing controls for voice selection, pacing, and emotion.This can be useful for creators who need narration without recording every version manually.
📝 Article and Social Content
OpenCreator also includes an Article Writer that can use topics, links, videos, or source documents to create topic ideas, outlines, and complete articles.The generated content can then be edited and exported in formats such as Markdown, HTML, or PDF.
The project also includes tools for generating Xiaohongshu posts and short-video scripts tailored to factors such as audience, platform, duration, and tone.
🖼️ Image and Thumbnail Generation
The Image Generation workspace can create images from prompts and optional reference images.OpenCreator also provides a Thumbnail Generator that can combine a topic, video link, and optional reference image to create and compare thumbnail variations.
🎥 AI Video Generation
OpenCreator includes a Video Generation workspace based on Seedance. It can generate videos from text prompts or reference images and allows creators to preview and regenerate results.🔄 Can OpenCreator Turn Long Videos Into Short Clips?
This is an important distinction.The project currently lists Auto Clips as in development. The planned workflow is designed to analyze long videos, identify highlights, and turn selected moments into reusable short clips.
Therefore, it is better not to describe automatic long-video-to-Shorts conversion as a fully available OpenCreator feature yet.
🧩 OpenCreator Skills
One of OpenCreator's more interesting features is its Skills system.Skills provide reusable instructions and workflows that an Agent can use for specific tasks. The repository currently includes Skills related to:
- Subtitle processing
- Text-to-speech
- Landscape video rendering
- Portrait video rendering
- Cover generation
- Pipeline planning
- KrillinAI CLI workflows
SKILL.md files.This approach makes the project more flexible than a fixed collection of buttons because creators and developers can extend the workflow with their own instructions and processes.
🔐 Is OpenCreator Local?
Yes. Local operation is an important part of the project's design.OpenCreator uses a local Runtime for projects, Runs, approvals, schedules, memory, notifications, and other workspace functions. The project also states that data, attachments, and logs are kept local by default, with approvals and redacted diagnostics used for security.
However, local software does not mean every AI operation is necessarily performed locally. OpenCreator can use configured AI services for language models, image generation, video generation, voice, and transcription.
The available services therefore depend on how your environment is configured.
💻 How to Install OpenCreator
For developers who want to run OpenCreator from source, the project currently lists these prerequisites:- Node.js 22 or later
- pnpm 9.15.0
- Codex CLI
- A valid Codex CLI login for model-based tasks
Bash:
git clone https://github.com/krillinai/OpenCreator.git
cd OpenCreator
corepack enable
pnpm install
pnpm web:dev http://127.0.0.1:19861/The repository also provides a desktop application, while the Web and Desktop versions share the same main Web implementation and Runtime behavior.
⚙️ Configure AI Services
After starting OpenCreator, AI service configuration is handled through Settings → AI Services.Depending on the workflow, OpenCreator can work with different model and service providers. The project currently documents support around language models, image generation, video generation, voice, and transcription, with the actual availability depending on your configuration.
For example, the documented technology stack includes:
- GPT and other supported language-model providers
- GPT Image
- Seedance
- Whisper
- OpenAI TTS
- MiniMax
- Edge TTS
- Aliyun Speech
⭐ Why Use OpenCreator?
OpenCreator can be useful when you want multiple creator workflows in one environment rather than maintaining separate tools for every task.Key advantages include:
- 🆓 Open-source project
- 🧩 Extensible Skills system
- 🎬 Video translation and dubbing
- 📝 AI writing and script generation
- 🖼️ Image and thumbnail generation
- 🎥 AI video generation
- 🔊 Voice generation
- 💻 Web and Desktop workflows
- 🔐 Local project and Runtime management
- 🔗 Codex, Skills, and MCP integration
⚠️ Things to Know Before Using OpenCreator
OpenCreator is powerful, but it is not a completely standalone AI service where every feature works without configuration.Some workflows require external AI services or specific local components. The repository notes that model and service availability depends on the configured environment, and some features are still under development.
You should also check the project's current documentation before installation because dependencies, supported providers, and available creator tools can change as the project develops.
🚀 OpenCreator vs. Using Separate AI Tools
The main idea behind OpenCreator is workflow consolidation.Instead of using one application for transcription, another for dubbing, another for images, and another for AI writing, OpenCreator brings many of these workflows into one workspace.
That does not necessarily make it a replacement for every specialized application. Instead, its advantage is having connected creator workflows, local project management, reusable Skills, and Agent-based automation in the same environment.
❓ Frequently Asked Questions
-------------------Is OpenCreator free?
OpenCreator is an open-source project. However, some AI capabilities can depend on external models or services that you configure separately.Was OpenCreator previously called KrillinAI?
Yes. The project states that OpenCreator was formerly known as KrillinAI.Can OpenCreator translate videos?
Yes. Its Video Translation workspace supports transcription, subtitle translation, bilingual subtitles, dubbing, and video or audio export.Can OpenCreator generate subtitles?
Yes. Subtitle workflows can transcribe media and produce translated or bilingual subtitles, including SRT output.Can OpenCreator generate AI videos?
Yes. The current project includes a Video Generation workspace using Seedance for generating videos from prompts and reference images.Can OpenCreator automatically create Shorts from long videos?
The Auto Clips feature is currently listed as in development, so automatic highlight extraction and short-clip generation should not be treated as a fully available feature yet.Where can I download OpenCreator?
The official source code and installation instructions are available on the project's GitHub repository:OpenCreator GitHub Repository
🎯 Final Thoughts
OpenCreator is an interesting open-source AI workspace for creators who want video, audio, translation, writing, image generation, and Agent-based workflows in one environment.Its biggest difference from a simple video repurposing tool is the broader workflow: OpenCreator combines creator tools with a local Runtime, reusable Skills, project management, and Codex-based Agent capabilities.
If you want to experiment with an open-source creator workspace and are comfortable configuring AI services and developer dependencies, OpenCreator provides a broad set of tools to explore.