A responsive canvas
A double-buffered rendering engine keeps interactions smooth while you work on detailed, high-resolution images.
OpenCreate Forge gives you a focused canvas, non-destructive layers, precise tools, and a local workflow designed for people moving beyond Photoshop or Photopea.

Type, compose, adjust, and refine in a workspace that keeps the important things close: your canvas, your layers, and your decisions.
Forge is designed around the moments that matter when you are making something: seeing changes immediately, keeping edits reversible, and saving work in a format you control.
A double-buffered rendering engine keeps interactions smooth while you work on detailed, high-resolution images.
Organize raster, text, and vector layers without permanently damaging the pixels underneath.
Use rulers, guides, and accurate transforms to place ideas exactly where you want them.
The native .ocfd format preserves your layers, history, and editor state instead of flattening your process.
Creators come first. For developers and advanced teams, Forge also offers a typed architecture that makes new tools possible without rewriting the editor.
Separate responsibilities, strong types, and focused state management help the project stay approachable for contributors.
The desktop shell and editor interface keep their responsibilities separate.
Strongly typed tool actions catch mistakes before they reach a creator's workflow.
Selection and history stay organized without making the interface harder to evolve.
New tools can grow alongside the engine.
export class CustomTool extends BaseTool {id: ToolId = "custom" onMouseMove(event: MouseEvent, context: ToolContext) {// Your tool logic stays close to the canvas.}}Choose your platform, install the latest release, and keep creating locally.
AppImage for x86_64
Download for LinuxApple Silicon (arm64)
Download for macOSWindows 10/11 (x86_64)
Download for WindowsOpenCreate is built in public. Report a bug, share an idea, or contribute code and design. Every useful contribution helps make better tools available to more people.