A fast, minimal text editor for macOS. Write first, decide later.
- Native SwiftUI + AppKit — no Electron, no web views
- Find & Replace with incremental search
- Font customization via native macOS Font Panel
- Zoom in/out independently of font size
- Word wrap toggle in the status bar
- Go to Line, Insert Date & Time
- Screen color picker — insert hex values at cursor
- Print & Page Setup
- Drag & drop to open,
.txtfile association - Fully localized in 13 languages
- macOS 13 Ventura or later
- Apple Silicon or Intel
Download the latest release from the Releases page.
git clone https://github.com/mrterdemr/fastnote.git
cd fastnote
./build.sh
open FastNote.appRequires Xcode command line tools: xcode-select --install
MIT