Download Sketchitor

Choose your platform and start creating beautiful diagrams

🍎

macOS

macOS 11+ (Intel) 45 MB

Available after launch

macOS 11+ (Apple Silicon) 42 MB

Available after launch

🪟

Windows

Windows 10/11 (64-bit) 52 MB

Available after launch

Command Line Interface

Install Sketchitor as a global CLI tool using npm:

npm install -g sketchitor

Then use it directly from your terminal:

sketchitor input.sketch -o output.svg

Node.js Library

Use Sketchitor in your Node.js projects:

npm install sketchitor

Example usage:

const { createCanvas } = require('sketchitor');

const canvas = createCanvas(800, 600);
canvas.rectangle({ x: 0, y: 0, width: 100, height: 60 });
await canvas.exportSVG('output.svg');

System Requirements

macOS

  • • macOS 11 (Big Sur) or later
  • • 4 GB RAM minimum
  • • 100 MB disk space

Windows

  • • Windows 10 or later
  • • 4 GB RAM minimum
  • • 100 MB disk space