Notepad++ for macOS

A native Mac port of the Notepad++ text editor. Same engine, same files — no Wine, no emulation, no Windows code.

◆ Free & open source (GPL) ◆ Apple silicon + Intel ◆ macOS 11+ ◆ Signed & notarized

Install with Homebrew

brew install --cask tanderbold/tap/notepadmac

…or download the notarized .dmg from Releases and drag NotepadMac to Applications.

NotepadMac editing an Objective-C++ source file with syntax highlighting, line numbers and code folding, dark theme

Write your own plugins

Plugins load the way they do on Windows — a dynamic library with a small C interface, the full Scintilla API included. One file, one clang -dynamiclib, and your command is in the Plugins menu. A complete plugin in twenty lines · SDK reference.