Wingetlywingetly
← All apps
O

OpenPencil

by OpenPencil contributorsv0.8.4

Last updated

An AI-native vector design tool that turns prompts into editable product interfaces.

Install with winget

$ winget install --id ZSeven-W.OpenPencil --exact --version 0.8.4

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for OpenPencil

OpenPencil uses EXE (NSIS). The silent install switches are /S.

One-line silent install (x64, machine scope)
OpenPencil-0.8.4-x64-win-setup.exe /S

See the full silent install reference for OpenPencil

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

OpenPencil is an AI-native vector design tool with multi-agent workflows, a built-in MCP server, Figma import, and design-to-code export.

Why OpenPencil

🎨 Prompt → Canvas

Describe any UI in natural language. Watch it appear on the infinite canvas in real-time with streaming animation. Modify existing designs by selecting elements and chatting.

🤖 Concurrent Agent Teams

The orchestrator decomposes complex pages into spatial sub-tasks. Multiple AI agents work on different sections simultaneously — hero, features, footer — all streaming in parallel with per-member canvas indicators.

🧠 Multi-Model Intelligence

Automatically adapts to each model's capabilities. Claude gets full prompts with thinking; GPT-4o/Gemini disable thinking; smaller models (MiniMax, Qwen, Llama) get simplified prompts for reliable output.

🔌 MCP Server

One-click install into Claude Code, Codex, OpenCode, Kiro, or Copilot CLIs. Design from your terminal — read, create, and modify .op files through any MCP-compatible agent.

🎨 Style Guides

Built-in style guide library with tag-based fuzzy matching. Apply visual styles (glassmorphism, brutalist, retro, etc.) to AI-generated designs. MCP tools for external agent access.

📦 Design-as-Code

.op files are JSON — human-readable, Git-friendly, diffable. Design variables generate CSS custom properties. Code export to React + Tailwind or HTML + CSS.

🖥️ Runs Everywhere

Web app + native desktop on macOS, Windows, and Linux — one Rust core, a single self-contained binary, no browser engine. .op file association — double-click to open.

⌨️ CLI — op

Control the design tool from your terminal. op design, op insert — batch design DSL, node manipulation. Pipe in from files or stdin. Works with desktop app or web server.

🎯 Multi-Platform Code Export

Export to React + Tailwind, HTML + CSS, Vue, Svelte, Flutter, SwiftUI, Jetpack Compose, React Native — all from one .op file. Design variables become CSS custom properties.

🧩 Embeddable SDK

op-web-sdk (vanilla) + op-web-sdk-react / op-web-sdk-vue adapters — embed a read-only .op viewer in your own app, powered by the same wasm renderer the editor ships.

🛡️ Design System Kit

Manage reusable UIKits with style switching and component composition. Import/export kits from .pen files. Built-in registry with MCP tools for external access.

👥 Real-Time Collaboration

Design together over authenticated peer-to-peer sessions with a public relay and built-in regional hubs. Join with a short pairing code, see live remote cursors, and resolve conflicts with per-edit detail and replay.

Installers · v0.8.4

ArchitectureTypeScopeInstallDownload
x64EXE
NSIS
machineDirect
arm64EXE
NSIS
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for OpenPencil.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • Claude CodeAnthropic PBC
    Anthropic.ClaudeCodev2.1.268

    Unleash Claude’s raw power directly in your terminal. Search million-line codebases instantly. Turn hours-long workflows into a single command. Your tools. Your workflow. Your codebase, evolving at thought speed.

  • CursorAnysphere
    Anysphere.Cursorv3.19.7

    The AI Code Editor

  • LM StudioLM Studio
    ElementLabs.LMStudiov0.4.24+1

    Discover, download, and run local LLMs

  • ClaudeAnthropic, PBC
    Anthropic.Claudev1.44121.2

    Your AI partner on desktop. Fast, focused, and designed for deep work.

  • P
    PrismCatEtgpao
    paopaoandlingyia.PrismCatv1.15.0

    A self-hosted, transparent proxy and debugging console for LLM APIs.

  • C
    Codex CLIOpenAI, Inc.
    OpenAI.Codexv0.152.0

    Codex CLI is an open‑source local coding agent that runs in your terminal, letting you write, edit, and understand code without leaving the command line.

More from OpenPencil contributors or browse ai, design, figma.

Frequently asked questions

How do I install OpenPencil on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id ZSeven-W.OpenPencil --exact --version 0.8.4. winget downloads the installer from OpenPencil contributors and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install OpenPencil silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id ZSeven-W.OpenPencil --exact 0.8.4 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for OpenPencil?
OpenPencil uses EXE (NSIS). Run the downloaded installer with: OpenPencil-0.8.4-x64-win-setup.exe /S. The silent switches are /S.
How do I uninstall OpenPencil via winget?
Run: winget uninstall --id ZSeven-W.OpenPencil --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from OpenPencil's Apps & Features entry.
Is OpenPencil free?
OpenPencil is distributed under MIT. Refer to the publisher (https://op.zseven.tech/) for the full license terms - Wingetly itself does not charge for installation.
Does OpenPencil work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls OpenPencil directly from the publisher.
How do I keep OpenPencil up to date?
Run winget upgrade --id ZSeven-W.OpenPencil --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of OpenPencil from microsoft/winget-pkgs.