Release Notes • April 22, 2026
SwiftyNotes 1.0: The Case for Native Tools
In an era of bloated web-wrappers and data-hungry cloud services, we're going back to the basics. Native performance, absolute privacy, and a design that gets out of your way.

Today, we are incredibly excited to share SwiftyNotes 1.0 with the world. It’s been a long journey from a simple markdown scratchpad to a comprehensive personal knowledge management system that fits in your pocket and lives on your desktop. But before we talk about features, we need to talk about why.
Why Another Notes App?
The common wisdom in software today is that the "platform" doesn't matter. Frameworks like Electron or React Native allow developers to ship everywhere at once. But for a tool you use every day—the place where you think, draft, and remember—the platform is everything.
Most modern notes apps are, essentially, web browsers in a trench coat. They are heavy, they consume gigabytes of RAM, and they don't quite feel "right" on your Mac or iPhone. SwiftyNotes is an act of rebellion against this trend. It is built 100% natively using Swift and SwiftUI. It starts in milliseconds. It respects your battery life. And it uses the system primitives you expect, from native context menus to system-standard typography.
The Minimalism Thesis
As iA Writer famously posited, A great writing tool should be like a blank sheet of paper.
We believe that most notes apps suffer from "interface fatigue." They compete for your attention with sidebars, buttons, and notifications. We took inspiration from the disciplined minimalism of apps like Bear and iA Writer, but pushed it further.
Minimalism isn't about the absence of features; it's about the presence of focus. In SwiftyNotes, the interface recedes until you need it. There are no proprietary file formats. Everything is Markdown. Everything is open. Everything is fast.
"Simplicity is not the absence of clutter, that's a consequence of simplicity. Simplicity is somehow describing the purpose and place of an object and product." — Jony Ive
The Hidden Complexity
While the interface is simple, the engineering beneath it is anything but. To achieve "instant" search across thousands of notes, we didn't just use a basic database. We implemented GRDB with FTS5 (Full-Text Search) to ensure that every keystroke in our search bar is met with immediate results.
Data persistence is handled by SwiftData, allowing us to leverage Apple's latest persistence framework for rock-solid reliability. Syncing isn't handled by a third-party server, but by CloudKit. Your notes travel through Apple's encrypted pipelines, meaning we never see your data, and we don't have a database of your private thoughts to leak.
Perhaps most excitingly, our AI features—summarization, tag suggestions, and knowledge-base querying—happen entirely on-device. Using CoreML and optimized local models, SwiftyNotes processes your text without ever sending a single byte to an external LLM provider. Your privacy is not a "feature"—it is the foundation.
Pricing: Honest and Simple
SwiftyNotes is a tool, not a service. We don't want to lock your data behind a subscription you'll forget to cancel.
- SwiftyNotes Core: Free forever. Includes unlimited local notes, all basic markdown features, and iCloud sync.
- SwiftyNotes Pro: A one-time purchase (or a small yearly tip for those who want to support us). Pro unlocks the 'Solar' and 'Midnight' themes, advanced on-device AI features, and PDF/HTML export.
No accounts. No credit cards on file. Just a great app that you own.
The Roadmap
1.0 is just the beginning. We are already working on:
- Shared Workspaces: Collaborative folders using CloudKit Sharing.
- Graph View: Visualize the connections between your wiki-links.
- API Access: For the automation nerds who want to bridge SwiftyNotes with Shortcuts and Raycast.