Documentation Index
Fetch the complete documentation index at: https://mintlify.com/open-pencil/open-pencil/llms.txt
Use this file to discover all available pages before exploring further.
Installation
OpenPencil runs as a desktop app (macOS, Windows, Linux) or directly in your browser. No account or subscription required.Web app (no install)
The fastest way to try OpenPencil is the web version: app.openpencil.dev → Runs entirely in your browser using CanvasKit WASM. All files are stored locally in IndexedDB. No data leaves your machine.Desktop app
Download the latest release for your platform: Download from GitHub releases →Supported platforms
macOS
- Apple Silicon (arm64)
- Intel (x64)
- Universal binary available
Windows
- x64 (64-bit Intel/AMD)
- ARM64 (Windows on ARM)
Linux
- x64 (64-bit)
- Debian/Ubuntu packages
- AppImage for other distros
macOS installation
Download the installer
Choose the
.dmg file from the releases page:OpenPencil_universal.dmg— works on both Apple Silicon and Intel MacsOpenPencil_aarch64.dmg— Apple Silicon only (smaller download)OpenPencil_x64.dmg— Intel Macs only
Install the app
- Open the downloaded
.dmgfile - Drag OpenPencil to your Applications folder
- Launch OpenPencil from Applications
Windows installation
Download the installer
Choose the
.msi file from the releases page:OpenPencil_x64.msi— 64-bit Intel/AMD processorsOpenPencil_arm64.msi— Windows on ARM devices
Run the installer
- Double-click the
.msifile - Follow the installation wizard
- Launch OpenPencil from the Start menu
WebView2 requirement
OpenPencil uses WebView2 for rendering. It’s pre-installed on:
- Windows 10 version 1803 or later
- Windows 11
Linux installation
Download the package
Choose the package for your distribution:
.deb— Debian, Ubuntu, and derivatives.AppImage— Universal Linux package (works on any distro)
Install system dependencies
Package size
OpenPencil desktop apps are extremely lightweight:- macOS: ~7 MB
- Windows: ~7 MB
- Linux: ~8 MB
Build from source
If you want to build OpenPencil yourself or contribute to development:Install prerequisites
Required:Platform-specific:
- macOS: Xcode Command Line Tools (
xcode-select --install) - Windows: Visual Studio Build Tools with “Desktop development with C++”
- Linux: See system dependencies in the Linux installation section above
Run in development mode
Web app:Opens at Launches with hot reload enabled.
http://localhost:1420Desktop app:Update OpenPencil
OpenPencil doesn’t have auto-updates yet. To update:- Download the latest release from GitHub
- Install over your existing version
Auto-updates are planned for a future release.
Next steps
Quick start
Learn the basics and create your first design
CLI reference
Install the headless CLI for automation