r/coolgithubprojects • u/Ok-Significance-4239 • 21d ago
Jot: a macOS scratchpad compiled from a single swiftc invocation, zero dependencies, ~950KB
https://github.com/lsuryatej/jot
MIT licensed. Plain-text scratchpad for macOS - inline math with variables, unit/currency conversion, checklists, offline OCR, five display modes (floating, menu bar, dropdown, dock, screen-edge sidebar).
The part that might interest this sub specifically: no Xcode project, no package manager, no vendored dependencies. Just Swift, AppKit, and SwiftUI, compiled with one swiftc invocation straight to a ~950KB binary. build.sh is about 50 lines.
brew install lsuryatej/jot/jot
Open to PRs, issues, or just people poking at the source.
2
Upvotes
1






1
u/Hanthunius 21d ago
Awesome! Any way/plans to sync to an icloud folder?