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. Star a task and it pins above the rest, in the order it was starred, with a warm glow.
Times are opt in. Switch them on and @@ drops a menu of days, today
at the top, each row showing the date it lands on. Typing narrows the list, Enter
takes the top row, and a time panel follows: the time read back large, with AM and
PM to say which half of the day. The field takes 9,
930, 9:30, 9p and 1745 alike,
so the minutes are never forced onto a grid. A digit straight after
@@ skips the days entirely and assumes today. Nothing is guessed from
the hour. The tab then pulses with a countdown, and shuffles once a task is due
until the panel is opened.
On the right, an unbounded note canvas. Right drag to pan, which works on a
trackpad, scroll to zoom, double click for a text box. Typing **,
-- or 1. and a space starts a bulleted, hyphenated or
numbered list. Enter carries the list on, Shift and Enter leaves it. Numbers are
counted at render time rather than stored, so inserting or deleting an item
renumbers the rest.
Text boxes carry bold, italic, underline, strikethrough, colour, highlight and size. 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. The list triggers
rewrite that document from a queued dispatcher callback, because replacing it
from inside a text change throws, and read it after the keystroke has landed
rather than before, because reading it earlier sees the text one character
behind.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.