Unofficial Notepad++ macOS app forced to rebrand after creator objects

Skye Jacobs

Posts: 1,977   +58
Staff
What just happened? A macOS app using the Notepad++ name is being rebranded after the editor's creator objected, saying the project has no connection to any official Mac release. Don Ho, who developed the Windows-only code editor, said the macOS app is not part of Notepad++ and is using its name without permission. In a post on the official site, Ho wrote that it is "not authorized, not endorsed, and not affiliated with" Notepad++ and called the branding "misleading, inappropriate, and frankly disrespectful to both the project and its users." He added: "To be crystal clear: Notepad++ has never released a macOS version."

The app in question is an independent port built by developer Andrey Letov that aims to replicate the Notepad++ experience on macOS. Notepad++ itself is tightly bound to Windows, with its interface and behavior built around Win32 and the Scintilla editing component. Porting that experience to macOS means re-creating the front end against Apple's frameworks rather than simply recompiling the original code.

Letov's version presents itself as a native macOS app and runs on both Apple silicon and Intel Macs, which likely led some users to assume it was an official Notepad++ release.

For developers, the difference is more than branding. An unofficial port operates outside the original project's governance, so there's no guarantee of alignment with upstream updates, plugins, or security fixes.

Notepad++'s plugin ecosystem and release cadence are tied to the Windows codebase, so an independent macOS fork can easily fall out of sync in features, bug fixes, and plugin support over time. The concern isn't that the Mac app won't work, but that it may never fully match the behavior and compatibility that Windows users and plugin authors expect.

After Ho's statement, Letov said he will change the app's name and branding but continue development. On the project's site, he said he is working with Don Ho to change the macOS app's branding so it stands on its own while still acknowledging its roots. He mentioned plans for updates such as a new logo, a new name, and possibly a new domain in version 1.0.6, and said he wants that transition to be as smooth as possible for existing users.

Notepad++ itself, however, remains a Windows application, and Ho's comments underline that there is still no official macOS version.

Permalink to story:

 
I used Notepad++ for years but I kept losing data because of a bug that the developer never fixed. He blamed it on DellCommandUpdate, and I had to write a script to help avoid the issue.

But the bigger issue of Notepad++ for others is the developer is extremely political, so if you just want a text editor without propaganda injected into your text editor after every few updates, then you should probably consider something else. This is some of the least controversial news I've ever seen with Notepad++. Personally I never minded the occasional political messaging because I enjoyed the text editor based on its merits, but VS Code slowly became better in almost every way in comparison so I eventually switched away.
 
I was using it long time ago, but still stealing name is a very poor approach...
Now, it is not good enough for my needs. I can't stand vscode, but Zed is an excellent editor to use instead. For large projects intellij is still my go-to tool.
 
Back