Skip to content

Community tools · App

Sketch
by Kumin Consulting.

An infinite whiteboard for NextOS: shapes, arrows that stay attached when you move things, freehand, sticky notes, frames, and clean SVG export.

ProductivityMediawhiteboarddiagramscanvasdrawingflowchartsvgexcalidrawmind-map

01Get it

Install
in one step.

  1. In NextOS, open Settings > Apps > Sources and add https://raw.githubusercontent.com/kumin-consulting/nextos-community-tools/main/catalog.json
  2. Open the App Store, find Sketch in the community catalogue and press Install.
  3. Approve the permissions it asks for: your home folder (it keeps boards in ~/Sketches), settings storage, the clipboard and intents.
  4. Open Sketch from the launcher, or send it a kumin://sketch/open?file=<board name> intent from another app.
  • Version 1.0.0, MIT licence
  • Published 2026-09-17, updated 2026-09-17
  • Needs App Store with native apps
  • Runs on Web
  • Asks for fs:read:home, fs:write:home, storage, clipboard, intents

02Screenshots

A checkout flowchart in Sketch, framed and labelled, with sticky notes and a freehand stroke below it
A board built by the sketch_create_diagram tool, then annotated by hand. Arrows stay attached to the boxes they connect.
The Sketch properties panel open beside a selected shape, showing stroke, fill, stroke style and text controls
Selecting anything opens the properties panel: colour, fill, stroke, corners, arrowheads, type and opacity.
The Sketch export dialog with a live preview, showing PNG and SVG options and a choice of board, selection or frame
Export the whole board, just the selection, or one frame - as a 1x or 2x PNG, or as real, editable SVG.
The same checkout flowchart in Sketch's dark theme, with the palette translated for a dark board
Both themes are designed, not inverted: the curated palette maps across when the system theme changes.
Sketch in dark mode with a shape selected and the properties panel open
The properties panel in dark mode.
The Sketch keyboard shortcut sheet listing tools, canvas, editing, arranging and file shortcuts
Press ? at any time. Every action in the app has a key.

03About

04Questions

Where are my boards kept?
Each board is one JSON file in your Sketches folder, named after the board: <home>/Sketches/<name>.sketch.json. It is plain, readable JSON with a schema version, the elements and the last view - so you can copy it, diff it, or open it with anything else. Sketch autosaves as you draw and flushes when the window loses focus.
Does an arrow stay attached to a shape?
Yes. Draw an arrow that starts or ends on a shape and it binds to it: move, resize or rotate the shape and the arrow re-aims itself at the shape's edge, keeping the gap you gave it. A label typed onto an arrow rides its midpoint.
What can an assistant do with it?
Five tools: sketch_list_documents, sketch_create_diagram (describe a graph of nodes and edges and Sketch lays it out in layers, draws it and opens it), sketch_add_elements, sketch_export_svg and sketch_describe, which reads a board back in plain words so an assistant can talk about a diagram it cannot see.
Is the SVG export a real SVG?
Yes - a rectangle leaves as <rect>, an ellipse as <ellipse>, a diamond as <polygon>, and text as <text> with one <tspan> per line. It opens in Figma, Illustrator or Inkscape as editable objects, and the words stay selectable and searchable.
How big a board can it handle?
The canvas culls to the visible rectangle and redraws only when something changed, which holds 60 fps while panning a board of a couple of thousand elements on a laptop. Freehand strokes are simplified as you draw, so pen input does not bloat the file.
What happens if a file gets corrupted?
Sketch tells you what is wrong with it and offers to start a fresh copy; it never writes over the file it could not read, and never shows a blank window. Elements it cannot read inside an otherwise valid file are dropped and counted, so one bad shape cannot cost you the board.
Does it need the network?
No. Sketch asks for your home folder, local settings storage, the clipboard and intents - nothing else. It has no network permission at all, and nothing you draw leaves your browser.

05Related

  • Recall

    Spaced-repetition flashcards whose decks are plain Markdown files you can edit anywhere, with an Anki-style scheduler and tools an agent can call.

  • Chess

    A complete chess app for NextOS with its own engine, opening book and game analysis - every rule, eight strengths, PGN files.

Listed by Kumin Consulting. Report a problem · Edit this listing · keywords: nextos whiteboard, infinite canvas app, excalidraw alternative, diagram tool, flowchart maker, svg export, sticky notes, drawing app