2026-02-28 08:38:27 +00:00
---
layout: home
2026-03-08 08:04:26 +00:00
title: OpenPencil — Open-Source Design Editor
description: Open-source Figma alternative. Opens .fig files, built-in AI, fully programmable.
2026-02-28 08:38:27 +00:00
hero:
name: OpenPencil
2026-03-08 08:04:26 +00:00
text: Open-Source Design Editor
2026-03-24 20:24:08 +00:00
tagline: Opens Figma files. Built-in AI. Fully programmable. Also a toolkit for building custom editors.
2026-02-28 08:38:27 +00:00
actions:
- theme: brand
2026-03-01 13:02:08 +00:00
text: Try Online
2026-03-06 17:54:48 +00:00
link: https://app.openpencil.dev/demo
2026-03-01 13:02:08 +00:00
- theme: alt
2026-03-01 13:32:45 +00:00
text: Download
link: https://github.com/open-pencil/open-pencil/releases/latest
2026-02-28 08:38:27 +00:00
- theme: alt
2026-03-01 13:32:45 +00:00
text: GitHub
2026-03-01 13:18:11 +00:00
link: https://github.com/open-pencil/open-pencil
2026-02-28 08:38:27 +00:00
features:
- icon: 📂
2026-03-01 10:58:54 +00:00
title: Figma-Compatible
2026-03-08 08:04:26 +00:00
details: Opens .fig files natively. Copy & paste between Figma and OpenPencil. Kiwi binary codec with round-trip fidelity.
- icon: ⚡
title: Programmable
2026-03-24 20:24:08 +00:00
details: Headless CLI to inspect, export, and analyze .fig files. Figma Plugin API via eval. Tailwind CSS export. JSON output for CI and automation.
- icon: 🧩
title: Toolkit, not just app
details: Build custom editing surfaces with the Vue SDK, embed OpenPencil into other products, or assemble workflow-specific editors around the same core.
2026-02-28 08:38:27 +00:00
- icon: 🤖
2026-03-01 10:58:54 +00:00
title: AI-Native
2026-03-08 08:04:26 +00:00
details: Built-in chat with 90 tools — create shapes, set styles, manage layout, analyze tokens. MCP server for Claude Code, Cursor, Windsurf.
- icon: 📖
title: Open Source
details: MIT license. Read and modify everything — the editor, the engine, the file codec, the CLI.
2026-02-28 08:38:27 +00:00
- icon: 🖥️
2026-03-08 08:04:26 +00:00
title: Free & Local
details: No account, no server, no internet required. ~7 MB desktop app via Homebrew, or use the web app.
- icon: 👥
title: Real-Time Collaboration
details: P2P via WebRTC — no server. Share a link, edit together with live cursors and follow mode.
2026-02-28 08:38:27 +00:00
---