The fast, keyboard-driven notebook for people who'd rather type than click.
No bloat. No lock-in. No noise. YANTA stores your notes as plain JSON you own, finds anything in milliseconds, and runs natively everywhere you do.
Free & open sourceMIT licensedOpen the palette with ⌘K

features
Everything you need. Nothing that gets in the way.
YANTA is a sharp command-line tool that happens to have a beautiful editor. Every capability is one keystroke away — and none of it fights you.
A command line, built in
Drive everything from the keyboard: a command palette, vim-style shortcuts, and a real command line at the bottom of every note. Your hands never leave home row.
- ⌘KOpen command palette
- :tagAdd a tag to this note
- gdGo to dashboard
- /Search the whole vault
Full-text search in milliseconds
Every note, tag, and code block is indexed on-device the moment you save it — start typing and results appear before you finish the word.
Plain-JSON vault you own
Notes live in ~/.yanta/vault as plain JSON. No database lock-in, no proprietary format — commit, sync, and back them up however you like.
Project-based focus
Keep work and personal notes in separate projects. Switch context instantly, without the clutter.
Tagging with autocomplete
Tag however makes sense to you. Autocomplete keeps things consistent as your vault grows.
Native speed, tiny footprint
Instant startup, sub-frame interactions, and a memory footprint that respects your machine. No browser engine hiding inside.
screenshots
A beautiful editor with a terminal's soul
Dark, focused, and fast. Here's what a day in YANTA actually looks like.
search
Search that keeps up with your thoughts
Full-text search across your whole vault with a query language built for it — project:alias, tag:name, title:text, phrases and boolean AND/OR. Focus it, type, jump to the match. All keyboard.

settings
Tuned to the way you work
Theme, density, interface scale, keyboard hints, background behaviour, backups, Git sync — configurable, and sensible by default. Set it once and forget it's there.

documents
A calm, keyboard-first home base
YANTA opens to a quiet canvas and a command bar — no dashboards, no clutter. Every note you create is plain JSON in a folder you own, from the very first keystroke.

your data
Your notes are just files. That's the whole point.
Most note apps trap your thinking in a database you can't read. YANTA writes plain JSON to a folder you control — so your notes outlive the app, the format, and any company.
No lock-in, ever
Plain JSON on your disk. If YANTA vanished tomorrow, every note would still open in any text editor.
Version it like code
Point git at your vault and get a full history of every note. Diff, branch, and roll back your thinking.
Sync your way
Dropbox, Syncthing, a private repo — your files, your rules. YANTA never phones home.
{
"id": "01H9X…",
"title": "Project Kickoff Notes",
"project": "work",
"tags": ["meeting", "planning"],
"updatedAt": "2026-07-01T14:12:09Z",
"body": [ … ]
}install yanta
Start writing in under a minute.
Free, open source, and native on every desktop. Grab the build for your platform — v2.4.0 is out now.
On Linux or macOS, one line does it all:
curl -sSL https://raw.githubusercontent.com/omarahm3/yanta/master/install.sh | bashLooking for a specific version or checksums? Browse all releases on GitHub →