NoteNest app icon

NoteNest

A lightweight, native macOS notes app — built from scratch in Swift.

Build it yourself ↓

Screenshots

NoteNest showing the sidebar, tab bar, and a note open in the editor

Features

Why I built it

I wanted a lightweight notes app I fully control — fast, native, no clutter, and storing plain Markdown files I own. So I built one. It started as a Python/PySide6 prototype, then I rebuilt it natively in Swift and SwiftUI for a true Mac feel and instant launch.

Build & run

NoteNest is built from source on macOS (requires the Xcode toolchain):

git clone https://github.com/bryantbarzola/Notes.git
cd Notes
./scripts/build-app.sh

That builds a release app bundle and opens it. Drag NoteNest.app to your Applications folder to keep it.