EveryDev.ai
Subscribe
Home
Tools

3,121+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. ZenNotes
    ZenNotes icon

    ZenNotes

    Knowledge Management
    Featured

    Keyboard-first local Markdown notes app with real Vim motions, live math and diagrams, MCP server integration, and a bundled CLI — native on Mac, Windows, and Linux.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open source under the MIT license. Download and use on Mac, Windows, Linux, or self-host via Docker.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Knowledge ManagementMCP ServersDocumentation

    Alternatives

    TolariaOpenKnowledgeFiles.md
    Developer
    Adib HannaClarksville, TNEst. 2026

    Listed Jul 2026

    About ZenNotes

    ZenNotes is a free, open-source Markdown notes app built around keyboard-first workflows and plain .md files you own. Created by Adib Hanna and ZenNotes contributors under the MIT license, it ships as a native Electron desktop app for macOS, Windows, and Linux, and also runs as a self-hosted web app backed by a Go server. The project reached v2.13.1 as of July 2026 and is actively evolving.

    What It Is

    ZenNotes is a local-first note-taking tool that stores every note as an ordinary Markdown file in a vault folder you choose — no hidden database, no proprietary format, nothing to migrate out of. It layers Vim-native editing, rich preview rendering, task and tag management, vault-wide search, and an MCP server on top of those plain files. The desktop app and self-hosted web app share a single monorepo core written in TypeScript (React/CodeMirror 6) with a Go backend for the server path.

    Vim-Native Editing

    ZenNotes uses real Vim underneath, not a shortcut approximation. Motions, operators, registers, marks, macros, folds, and the ex prompt all work as expected. Leader-key flows, a command palette, and which-key overlays keep every surface reachable without a mouse. The editor is built on CodeMirror 6 with a Markdown-oriented workflow including heading folding, outline extraction, wiki links, callouts, tables, footnotes, and local embeds.

    Rich Markdown Rendering

    Notes render math and diagrams directly from fenced code blocks:

    • KaTeX for inline and block math
    • Mermaid for flowcharts and sequence diagrams
    • TikZ, JSXGraph, and function-plot for interactive and scientific diagrams
    • GitHub-flavored Markdown, callouts, footnotes, wiki links, and backlinks in preview and split mode

    Files stay plain text on disk, so switching editors later requires no export step.

    MCP Integration and CLI

    ZenNotes ships a first-party MCP server with one-click install flows for Claude Code, Claude Desktop, and Codex. The assistant reads and writes the same Markdown files directly on disk — no second copy or sync layer. Supported MCP operations include reading, creating, moving, and appending to notes, listing files, searching vault text, and toggling tasks.

    The bundled zen CLI (installed from Settings → CLI) exposes the same vault operations from the terminal: capture, search, tag, task management, and MCP server launch. It accepts --json output on any command for shell pipeline use, and on macOS it can install a Raycast extension locally.

    Deployment Model

    ZenNotes supports three runtime modes from one shared codebase:

    • Desktop — Electron app with native menus, auto-updater, floating windows, and signed/notarized releases for macOS
    • Self-hosted — browser frontend plus Go server, deployable via Docker (adibhanna/zennotes) on a home server or LAN; secure by default with bootstrap auth token and HttpOnly session cookies
    • Hosted — planned future mode on the same web/server stack with auth and multi-user storage

    The vault model supports Obsidian-style flat vaults at the root, ![[image.png]] embed resolution, and loose file surfacing, making it compatible with existing Obsidian vaults without migration.

    Update: v2.13.1

    The latest release is ZenNotes v2.13.1, published July 10, 2026. The GitHub repository was created in April 2026 and has reached nearly 2,000 stars, with the README noting the desktop app as the more mature runtime while the self-hosted web/server path is being brought into parity through the shared monorepo. Recent additions visible in the README include CSV database views (Notion-style Table and Board views over plain .csv files), weekly notes, a server-backed vault picker for the web build, and improved Obsidian vault compatibility.

    ZenNotes - 1

    Community Discussions

    Be the first to start a conversation about ZenNotes

    Share your experience with ZenNotes, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Free & Open Source

    Fully free and open source under the MIT license. Download and use on Mac, Windows, Linux, or self-host via Docker.

    • Full desktop app for macOS, Windows, and Linux
    • Self-hosted web app via Docker
    • Real Vim motions and editor
    • Plain .md file vault
    • MCP server integration

    Capabilities

    Key Features

    • Real Vim motions (motions, operators, registers, marks, macros, folds, ex prompt)
    • Plain .md files — no hidden database
    • KaTeX math rendering (inline and block)
    • Mermaid, TikZ, JSXGraph, and function-plot diagram rendering
    • Split, preview, and reference pane modes
    • Tasks, tags, and backlinks
    • Vault-wide full-text search (built-in, ripgrep, or fzf)
    • Daily and weekly notes with configurable date patterns
    • MCP server with one-click install for Claude Code, Claude Desktop, and Codex
    • Bundled `zen` CLI with --json output
    • Obsidian-friendly vault support
    • CSV database views (Table and Board over plain .csv files)
    • Self-hosted web app via Docker
    • Floating note windows (desktop)
    • Raycast extension install on macOS
    • Inline note comments
    • Zen mode (distraction-free)
    • Slash and @ shortcuts
    • Themes, font, and typography customization
    • Auto-updating desktop app

    Integrations

    Claude Code
    Claude Desktop
    Codex
    Raycast
    ripgrep
    fzf
    iCloud Drive
    Dropbox
    Git
    Docker
    Obsidian vaults
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate ZenNotes and help others make informed decisions.

    Developer

    Adib Hanna

    ZenNotes builds a keyboard-first, local-first Markdown notes app for developers and writers who want to own their files. The project is led by Adib Hanna and ships as a native Electron desktop app, a self-hosted Go-backed web app, and a CLI companion — all from a single open-source monorepo. ZenNotes integrates real Vim editing, rich diagram and math rendering, and a first-party MCP server so AI assistants can work directly on the same vault. The core product is MIT-licensed and free to use, modify, and self-host.

    Founded 2026
    Clarksville, TN
    1 employees
    Read more about Adib Hanna
    WebsiteGitHubLinkedInX / Twitter
    1 tool in directory

    Similar Tools

    Tolaria icon

    Tolaria

    A free, open-source second brain for the AI era that organizes notes as Markdown files with native Git and Claude Code (MCP) integration.

    OpenKnowledge icon

    OpenKnowledge

    A beautiful, local-first, open-source AI-native markdown editor and knowledge base with built-in MCP, agent skills, and agentic search for use with Claude, Cursor, Codex, and other agents.

    Files.md icon

    Files.md

    A local-first, open-source Markdown note-taking app that stores your notes, journals, tasks, and documents in plain .md files on your device.

    Browse all tools

    Related Topics

    Knowledge Management

    AI-powered systems for organizing, discovering, and accessing collective team knowledge with intelligent search, tagging, and contextual recommendations across knowledge bases and wikis.

    123 tools

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    136 tools

    Documentation

    AI-driven tools that automatically generate, maintain, and organize technical documentation, user guides, and project artifacts with context-aware content and intelligent updating.

    73 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions