If you’ve ever switched between Windows and Mac, you know how it goes. You get used to a tool that just works, then you move platforms and suddenly you’re trying to replace it with something “close enough.” For a lot of people, that tool was Notepad++. It has been a go-to text editor on Windows for years. On macOS, though, it was always missing.

That gap has finally been filled.

There is now a native version of Notepad++ for macOS (download here), and this time it is not a workaround. No Wine, no compatibility layers, no weird tricks to make it run. This is a proper Mac application built with Apple’s frameworks, designed to behave like any other app on the platform.

That difference matters. Anyone who tried running Notepad++ through compatibility tools knows how awkward it could feel. Menus didn’t quite match, keyboard shortcuts were off, and performance always felt a bit compromised. This version avoids all of that. It launches quickly, uses native UI elements, and feels like it belongs on macOS.

The way it was built is actually pretty interesting. Notepad++ has long been tied closely to Windows APIs, so porting it was never going to be simple. Instead of forcing it to work as-is, the developer replaced the entire Windows-based interface with a macOS-native layer written in Objective-C++. The core editing engine, which handles syntax highlighting and all the heavy lifting, remains intact.

The goal here is not to reinvent Notepad++. It is to mirror it. Same layout, same shortcuts, same workflow. If you spent years using it on Windows, you should feel comfortable almost immediately. That familiarity is a big part of the appeal.

Plugin support is also part of the plan. The system has been adapted to work with macOS dynamic libraries, so extensions can be ported over time. It is still early, so not everything is there yet, but the foundation has been set for the community to build on.

The project is led by developer Andrey Letov and supported by open source contributors. It is independent from the original Notepad++ project, but it tracks upstream changes closely, so updates and improvements can carry over. Everything is developed in the open, which should give users some confidence in how it is evolving.

There are also some reassuring touches when it comes to security. The app is code-signed and notarized by Apple, so macOS treats it like a trusted application right out of the box. You can install it without dealing with warnings or workarounds.

And perhaps most importantly, it keeps things simple. No telemetry, no ads, no background tracking. It does what a text editor should do and stays out of your way.

Of course, macOS is not exactly short on text editors. There are plenty of solid options already available. This port is not trying to replace them. It is aimed at a specific group of users, people who already know Notepad++ and want that exact experience on a Mac.

That focus is what makes it interesting.

It also says something about how far open source projects can go when there is enough interest behind them. Notepad++ was deeply rooted in Windows for decades. Seeing it show up on macOS in a way that feels natural is a bit unexpected, even now.

It is not perfect yet. Plugin support will take time, and there will be some rough edges. But as a first release, it is a solid start.

Honestly, it feels like this should have happened years ago.