A 13 pixel tab sits at the top edge of the screen. Hovering it for 120 milliseconds rolls a panel down. On the left, a to-do list whose add field is already focused: type, press Enter, the task drops into place. Tick the box and it glows green and collapses away, with Ctrl+Z to bring it back for the next 10 seconds.
On the right, an unbounded note canvas. Middle drag to pan, scroll to zoom, double click for a text box. Text boxes carry bold, italic, underline, strikethrough, colour, highlight, size, bullets and numbering. Screenshots paste straight in. Rectangles, ellipses, lines and arrows draw on top, and an arrow dropped onto a text box stays attached to it. Canvases live in folders and save themselves 900 milliseconds after the last edit.
Nothing leaves the machine. No account, no sync, no network calls, no telemetry.
One SQLite file under %LOCALAPPDATA% holds all of it.
WM_DISPLAYCHANGE repeatedly for several seconds, so the watcher
waits 1.8 seconds of quiet before moving anything.WH_MOUSE_LL hook that would cost a callback on every pointer move
and trip endpoint protection. RegisterHotKey for the three
combinations, reporting refusals instead of failing quietly.
SHQueryUserNotificationState keeps the panel hidden behind full
screen apps. SM_REMOTESESSION drops the shadow and shortens
animations over RDP. Geometry is applied in physical pixels throughout, because
WPF's own units shift under mixed DPI.DrawingBrush rather than thousands of drawn dots. Hit testing runs
against the model in world coordinates, which gives thin lines a click
tolerance. Rich text is a run based model serialised to JSON, converted to a
FlowDocument only while a box is being edited.Windows 11 and Windows 10 build 19041 or newer, 64 bit. Unsigned, so SmartScreen may warn: choose More info, then Run anyway. Installs without administrator rights. Uninstall from Settings, Apps.