
Notepad++ original creator calls out recently released macOS fork as an unauthorized fake
We recently reported on the launch of what appeared to be a Notepad++ fork for macOS, after the app had been a Windows exclusive for more than two decades. However, original Notepad++ creator Don Ho has now publicly criticized the fork for unauthorized use of the Notepad++ trademark and branding. In a blog post, Ho stated that the macOS app is neither authorized, endorsed, nor affiliated with the official Windows version of Notepad++. He emphasized that Notepad++ has never released an official macOS version.
Ho said the fork’s website even used his name and biography to appear legitimate, which he described as misleading and disrespectful. The site presented itself as offering an official Mac release, which further contributed to the misconception. That's why we are now updating our coverage based on the original author’s statement and the comments many of you left on both the original news post and the fork’s app page.
Following the controversy, macOS port developer Andrey Letov said the app will be rebranded as Nextpad++, with a new logo and domain starting with version 1.0.6. The unofficial Mac port is expected to continue under separate branding, while Letov said continuity for existing users will remain a priority.






Comments
this whole thing is kinda funny! Everybody seems so heated over someone "however they did it doesnt matter" cloned a repository that is Open Source. And brought a version of it to macOS! Whats so wrong with that? The communitys online are full of bunch of haters period. Instead of being encouraging they discourage. People have fragile egos and feel under attack at just about anything nowadays. Its fu..ed up that people who may take a interst in learning programming wont ever get off the ground because of all the discouragement, and unforeseen politics etc. Thats sad to see that, and that is the state of alot of online communitys. And why is everyone so down on the AI. It most certainly can be used to ones advantage to benefit other people and to better ones self in knowledge. Developers have been using AI before Chatbots ever thought about hitting the scene. And also Notepad++ is a decent Editor, i like it, but its not "pulsar", "zed", "nova", "vscode", i mean it uses QsciScintilla for highlighting which by the way is not supported for semantic tokens. And that matters to quite a few, at the very least it needs to be updated in some areas. i Have a syntaxHighlighter I made myself just to use on my C++ Projects and its a simple Regex based highlighter but it has support for semantic tokens, any and all you would want to add to it, very easy to add more tokens. I wrote it fr my own projects so ive only got three languages its supporting at the momemnt "C++", "C", "ACPI/DSL", buts its really pretty simple to add more to it. Anyway, being regex based, it is as fast as qsciscintilla and has better highlighting. Its qritten in C++ and would be a great addition for notepad++. However I mean whats the point anyway, people would just insult you for doing something that adds a nice feature to a application that would benefit from it. Instead of compliment, you would be met with insults and discouragement! Thats the kind of people that are in these communitys and they are infested with them. No one profits from being a hater of others. Now the thing between Don Ho and this PetrovDude what ever his name is, i dont have any idea about that. If hes disrespected Don Ho openly or however, well thats a Problem. But thats between them. I dont know anything about it. Im sure it will work itself out.
Ohhh, I Hope Notepad++ Doesn't 'goes closed-source like Paint.NET'
It wont. the dev clarified he has no problem with forks, he was just worried people would think the it is an official notepad++ project and not realize it's a fork. https://notepad-plus-plus.org/news/clarify-npp-trademark-infringement
damn, how do i delete my comment
Thanks for the clarification post. It will be interesting how long this project survives - At least with the upstream contributors he had a very rough start to put it mildly. But now with the rebranding it is all fine I guess, might be a useful addition to the ecosystem (for people who are very used to NPP but are on Mac).
This sucker used AI to make a Mac port and gave himself fake endorsement all the while Notepad Next (a perfectly legitimate and not controversial fork of Notepad ++ btw) supports Mac! I've got no words. Yes, these are three projects with the same codebase that soon-to-be NextPad++ has just ripped off both their names, Notepad++ and NotpadNext. This surely won't cause any confusion or drama. foreshadowing intensifies
I saw the project on the day it was added to AlternativeTo, and it always said it was a port. However, it is a port that is completely assisted by AI, more precisely the AI agent Claude Code. You only need to check the commits on GitHub: https://github.com/nextpad-plus-plus/nextpad-plus-plus-macos/commits/main/?after=6a1b857c671a00078544c64d611698f8d74e533e+174.
I'm pretty sure the author cloned the repository and wrote the port for macOS in less than one month, which is certainly easier than doing it from scratch after more than 20 years of working with Windows. It's interesting that the main difference in terms of the percentage of languages is that the port uses more Objective-C than the original Notepad++; the rest is pretty similar.
Yes, we mentioned in the original article that it was a fork with its own website, but since the author itself has called them out for directly using the official name and even his own biography to mislead the public into thinking they were somehow official, I think it is important to bring it up, especially considering the heavy use of AI you mentioned