Skip to content
Tech News
← Back to articles

Notepad++ Code Editor Comes to Mac After 20-Year Wait

read original get Sublime Text Editor → more articles
Why This Matters

The release of Notepad++ as a native macOS app marks a significant milestone, providing Mac users with a seamless, Windows-like coding experience without relying on compatibility layers. This development enhances cross-platform consistency and accessibility for developers and tech enthusiasts. It also underscores the growing importance of open-source collaboration in expanding software availability across different operating systems.

Key Takeaways

The popular Notepad++ coding editor is now available as a native macOS app, following a successful open-source community port of the original Windows codebase. The Notepad replacement runs as a universal binary, so it works on both Apple silicon and Intel Macs.

Notepad++ has been one of the most popular text editors on Windows for more than 20 years. Until now, Mac users who switched from Windows, or who worked across both platforms, had to choose between giving up the editor and running it through a Wine or CrossOver compatibility layer. Now those users have no such dilemma.

The editing experience is identical to the Windows version, right down to the Scintilla engine, tabbed editing, syntax highlighting for 80+ languages, search and replace, macro recording, and plugin support. The only difference is that the menus, dialogs, file pickers, keyboard shortcuts, and windowing all use native macOS Cocoa APIs.

Notepad++ for macOS is maintained by Andrey Letov, who wrote the Objective-C++ Cocoa UI that replaces Notepad++'s Win32 front-end. The app is available to download from the Notepad++ website. It's completely free and released under the GNU General Public License, so there are no ads, subs, or hidden costs.

(Thanks, Mike!)