``

The internet is buzzing about the arrival of a Windows classic making its way to macOS: a new Notepad++ for Mac port. It looked legitimate—complete with syntax highlighting, line numbering, and a native Cocoa interface. However, actual creator Don Ho swiftly squashed the rumors, revealing the tool was never sanctioned.
This situation is a crash course in the chaos of modern software development, where AI tools like Claude can write code in hours, but legal battles can stop them all day. It’s not just about an editor; it’s about who owns the numbers you type into them on a Mac.
What happened was a mix of technical ambition and a lack of business maturity. Here is the breakdown of the situation:
"Code quality is irrelevant if you don't own the rights to the name—especially when AI is involved."
Most developers cheered a native Mac port of Notepad++. However, the thoughtful nature of this port was actually its Achilles' heel. Because it was so polished—using native UI frameworks and proper notarization—it looked more like the real deal than most amateur open-source forks.
This teaches us that perceived legitimacy does not confer legal legitimacy. In the age of AI, anyone with a credit card can spin up a "native-feeling" app in a weekend. Don Ho isn't just protecting a file type; he is protecting millions of hours of human maintenance and trust.
What makes this story particularly spicy for the AI-focused developer audience is the methodology behind the port.
According to reports, the app—both the code and the website—was built using Anthropic’s Claude CLI. Letov used multi-agent setups to scan GitHub issues, split tasks, and even handle UI mockups.
| Feature | 🐸 Notepad++ for Mac (UNAUTHORIZED) | 🪨 NextPad++ (CURRENT STATE) | 🐦 Official Notepad++ (Win 7+) |
|---|---|---|---|
| Authenticity | No. Unauthorized use of trademark. | Yes. New, distinct name. | Yes. The gold standard. |
| Container | Native Cocoa App (macOS specific). | Native Cocoa App. | Win32 (Windows specific). |
| Input | CLI + Multi-Agent AI (Claude). | CLI + AI (Transitioning). | Human maintained / Community. |
| Support | Zero. Developer lost interest. | Zero. (Likely to vanish). | Ongoing. Updates still happen. |
| Status | UPDATED: Now "NextPad++ logic" |
If we look at this as a system failure, it happened at the Integration Layer. Letov wanted to integrate his AI-generated code into an existing brand architecture.
This isn't just news; it's a warning.
The legal battle continues in the GitHub threads, but the software reality is clear. Unless Don Ho changes his mind and licenses the name, the Mac faithful are stuck with NextPad++.
Expect this to become a case study in "What not to do when monetizing or marketing open-source forks." Expect mobile apps (Android/iOS) to come next—notepad clones trying to use the name to poach users.
Q: Can I download the "Notepad++ for Mac" app? A: No. The project was ordered to stop using the name. The app has been rebranded to "NextPad++." The notarized previous version will likely vanish.
Q: Was the code written by AI? A: Yes, the developer confirmed the app and website were partially created using Anthropic’s Claude CLI.
Q: Is there a virus in the old version? A: There is no evidence of a virus, but because it was an unauthorized port, developers like Don Ho argued there is no guarantee the code hasn't been tampered with or is truly secure.
Q: When will the real Notepad++ release on Mac? A: Realistically, never. It’s a Windows-first app and has been for 20+ years. Expect native macOS alternatives instead.
Q: Who is Don Ho? A: The original creator of Notepad++ in 2003, who remains the sole maintainer and trademark holder.
The Notepad++ for Mac saga is a cautionary tale about the wild west of AI-assisted development. It shows that while the code generation is cheap, the brand reputation is expensive.
Don Ho made the right call. If you are a developer, use this as a reminder: Don't ship what you don't own. Protect your code, but more importantly, protect your identity.