Forgot your password?
typodupeerror
OS X Desktops (Apple) Windows

Notepad++ Finally Lands On macOS as a Native App (nerds.xyz) 45

BrianFagioli writes: Notepad++ has finally made its way to macOS, and this time it is not through a compatibility layer. A new community-driven port brings the long-standing Windows text editor over as a fully native Mac application, built with Cocoa and compiled for both Apple Silicon and Intel systems. Instead of relying on Wine or similar tools, the project replaces the Windows-specific interface with a macOS-native one while keeping the core editing engine intact, allowing longtime users to retain the same workflow, shortcuts, and overall feel.

The port is independent from the original Notepad++ project but tracks upstream changes closely, with development happening in the open. It is code-signed and notarized, and notably avoids telemetry or ads. Plugin support is being rebuilt for macOS and is still evolving, but the groundwork is in place. While macOS already has several established editors, this effort is aimed squarely at users who want the familiar Notepad++ experience without relearning a new tool.
You can download the app here.

Notepad++ Finally Lands On macOS as a Native App

Comments Filter:
  • Freecell (Score:5, Funny)

    by alta ( 1263 ) on Monday April 27, 2026 @05:35PM (#66115322) Homepage Journal

    I got tired of my mac not having freecell. So I told claude to create it as a python app with a gui. And it did. But the graphics were a little kludgy. So I told it to try again as a swift app. Boom, I have freecell for mac now. I've never coded anything for mac, I haven't even looked at the (vulnerable) code it's created.

    • by PCM2 ( 4486 )

      Totally curious how your prompts went for this. Did you give it an existing code base? Just told it what the game looked like? Assumed it knew already?

      • by alta ( 1263 )

        Wish I kept the prompt, but I didn't give it much at all. I have also done solitaire as well. I gave it no hints on what the rules where or what the game looked like. It was something as simple as this.

        "I want freecell for Mac. Make it as close to the windows version as you can. Write it in swift and make it a native MacOS application with an icon and everything that goes along with that. If you need to download any libraries or compilers ask me to approve them."

        I already had xcode installed and I THI

  • by 93 Escort Wagon ( 326346 ) on Monday April 27, 2026 @05:41PM (#66115342)

    I don't see the appeal for macOS users, though. BBEdit is pretty incredible, and can be used for free (although I have been a paid user for many years).

    • by PCM2 ( 4486 ) on Monday April 27, 2026 @06:03PM (#66115362) Homepage

      I remember BBEdit from ages ago. But these days, hell, I just use VS Code.

      • by ichthus ( 72442 )
        I'm a Windows-hating, Microsoft-loathing, long time Linux user. And... I love VSCode.

        I ran VSCodium for a while a couple of years ago, but then PlatformIO stopped working -- the whole MS plugin repos stopped working, so I just gave in.
    • by silentbozo ( 542534 ) on Monday April 27, 2026 @06:04PM (#66115366) Journal

      I'm all for stuff that makes transitioning from one OS (Windows) to another (MacOS in this case) less difficult. Maybe they'll port it to linux next?

      • Yes, that'd be a very good idea. I use notepadqq, which falls short on features, extensions and maintenance (there is a not on the project's Github that it is no longer actively maintained). However, it is very usable if you don't need fancy tools and extensions.
    • Sublime Text is also a great option Im very happy with - and I agree that N++ shines specifically on Windos, it was designed and written for that desktop / UI philosophy while Sublime comes much more from mac traditions.

      • Sublime Text is also a great option Im very happy with - and I agree that N++ shines specifically on Windos, it was designed and written for that desktop / UI philosophy while Sublime comes much more from mac traditions.

        Never heard of Sublime Text, thanks!

        • Sublime Text is also a great option Im very happy with - and I agree that N++ shines specifically on Windos, it was designed and written for that desktop / UI philosophy while Sublime comes much more from mac traditions.

          Never heard of Sublime Text, thanks!

          $99!!!

          RU Sirius?!?

          • by sodul ( 833177 )

            Try TextMate, it is open source now and while it might not be maintained much anymore (last release was in 2021) it had been my go to text editor on macOS for over a decade (I paid for it around 2007). It is relatively snappy for small text editing needs and has loads of plugins, although many are probably broken as they often were written in python 2 or ruby. While not maintained, it still works for my limited needs these days.

            BBEdit is also a solid choice, it is an ancient Mac app from the days of System

            • There was a time I used BBEdit to open a couple different multi-gigabyte log files that were on one of our Linux servers*. It took a while to transfer the files; but, once they finally opened, it worked like a champ. The only issue was that after I made several changes, I had to clear the editing rollback buffer to keep it from bogging down too much.

              I also find the ability to write and save scripts (in perl, especially) as "text factories" quite useful.

              *There was some specific purpose driving that choice ve

    • I don't see the appeal for macOS users, though. BBEdit is pretty incredible, and can be used for free (although I have been a paid user for many years).

      Man, that was the ONLY Application I coveted from my Windows-Dev. Days! I just never liked BBEdit. . .

      Glad to see it is finally coming to a Worthwhile Platform; hope it’s not Nerfed. . ..

      • I think Notepad++ is crap but it is free and on Windows so I use it when forced. BBEdit is the only thing keeping me on Mac. I have to get into an alternative that is on linux. any suggestions?

        So did Notepad++ ever fix their poor RegEx UI?

        • vim: once you get into it, you'll never quit.
          • by unrtst ( 777550 )

            Don't you mean, "once you get into it, you'll never :q!"

            • LOL. good one.

              Can VIM do autocomplete and AI stuff yet? I've never got beyond basic vi. somebody should do a good video on what kind of stuff VIM can do to motivate people like me into starting over again because it's quite a change in habits.

              • by unrtst ( 777550 )

                Can VIM do autocomplete and AI stuff yet? I've never got beyond basic vi. somebody should do a good video on what kind of stuff VIM can do to motivate people like me into starting over again because it's quite a change in habits.

                Short answer: Yes.

                That said, I haven't used them. I don't even use the feature where it will automatically indent you the right amount on the next line of code - I expect to be typing that and it just slows me down to have the editor interrupt me.

                Fancy autocomplete stuff has been there for ages, from built in ones that complete based on other text or omni-completion with language aware suggestions, to IDE/VSCode/Intelisense like ones. Though I haven't really used them, I'd vouch for them being good (read en

              • by unrtst ( 777550 )

                (sorry to reply twice... and I rambled on a bit...)

                ... somebody should do a good video on what kind of stuff VIM can do to motivate people ...

                IMO, this is something that's difficult to show. The main difference between Vim and nearly all other editors is that Vim is modal (if you've ever used it, you're aware - the "[ESC]:wq" stuff). That means not only do I hardly ever need to touch my mouse, but my fingers rarely leave the home row. It doesn't need Emac's like claw hand key combos, and I never touch any menus or need to do any hard to reach key combos. I don't even use the arrow keys to move a

        • by ichthus ( 72442 )

          I have to get into an alternative that is on linux. any suggestions?

          VSCode and Kate.

    • During my Win95 and Win98 times I used Notepad++ intensively.
      Mostly because it had a feature where it captured every text copy/ed (for pasting) in a text file.
      Of course over the course of a year it became gigantic, but it was very useful. Just save it occasionally with a new name and start a new one.
      Unfortunately that feature got removed ... so now I only use it, because I do not want to use the MS Notepad.

      Then the editor hat little scripts to do silly things ... if you switch to a Mac and can take those wi

    • Came here to post "what mac user would use notepad++ over bbedit???"
  • by ahziem ( 661857 ) on Monday April 27, 2026 @06:21PM (#66115390) Homepage
    The GitHub commit history lists Claude Code [github.com] as co-author on all changes. Are you glad Notepad++ finally works on a Mac or concerned about "vibe coding"?
    • The GitHub commit history lists Claude Code [github.com] as co-author on all changes. Are you glad Notepad++ finally works on a Mac or concerned about "vibe coding"?

      Claude is probably better at Debugging.

      • by ahziem ( 661857 )
        Claude is better than humans?
        • It does not work without a human prompt. It's a productivity tool. A very helpful one. Until you run out of quota on Anthropic. I have been alternating between Claude code on the $20 plan and Claude code with qwen3.6 locally. Much slower locally, but still faster than what I would be able to write and test alone without the tool.

    • That might be, because the real author can not use git, and tells Claude to do the commits.

    • It is possible to use AI assisted coding tools like claude code and also not vibe code. Vibe coding assumes no code reviews, no actual developers crafting the prompts, reviewing the plans, implementing controls on AI, and working with it to execute changes.

      I'm not saying this wasn't vibe coded, but I have no concerns with engineers who use claude code to get work done. It's a new skill and it will take time for developers and engineers to develop the skillset to be successfull at it, but the ones who don't

  • Is Notepad++ suppose to, be better ?
    • by necro81 ( 917438 ) on Tuesday April 28, 2026 @08:25AM (#66116284) Journal

      Is Notepad++ suppose to, be better ?

      There are a number of things Notepad++ does that TextEdit does not, because whereas TextEdit is a rich text editor, Notepad++ is more like the editor from a fully-featured IDE. Folks can chime in on their own favorite features, but here are some off the top of my head:

      * Syntax highlighting [wikipedia.org]: if you open a code file (e.g., *.cpp, *.py, *.json) NP++ will distinguish syntax and other code-like elements and color them accordingly.
      * Code folding [wikipedia.org]: if you open a code file, NP++ can detect blocks (stuff between braces, levels of indentation, etc.) and allow those block to be "collapsed" or expanded for easier viewing.
      * More capable find and replace: the find tool in NP++ can not only search for words, but also use wildcards (*), look for non-printing characters (\r, \n, \t, etc.), or even use regex expressions.
      * Multiple cursor: With a few keyboard+mouse strokes, you can have several cursors, then have keyboard commands (left/right, Ctrl+left/right, Shift+left/right, cut/copy/paste, etc.) happen at many places simultaneously.
      * Macros
      * A decent-sized community of plug-ins

  • by AncientEngineer ( 10503150 ) on Tuesday April 28, 2026 @06:20AM (#66116172)
    I spent decades from 1989 onwards writing Windows apps. Since about 2016 I'm exclusively a Mac guy (and retired) but still coding in C, C++, and Python. I've been through Atom and Pulsar on the Mac, but I'm quite excited about Notepad++ now that I've given it a quick try. From a Mac point of view the initial tiny font and icons are not really Mac friendly, and neither is (minor stuff) the location of Settings in the menu. If you're writing a Mac app, stick to the Mac organization - that's why we like the Mac. I'll switch to Notepad++ for C and C++ (and especially Makefiles) and see how it goes. Still using PyCharm for Python though.
  • Or at least more or less. But less is more.
    $ md5sum /usr/bin/more
    07ace46a9736574403d8fa8a4096b228 /usr/bin/more
    $ md5sum /usr/bin/less
    07ace46a9736574403d8fa8a4096b228 /usr/bin/less

    But anyway, I use TextMate and Emacs on Mac and Notepad++ on Windows. I also use Pulsar and Obsidian across Win, Mac and Linux.

    I welcome Notepad++ to MacOS and will probably try it out, but for me, Notepad++ is a bit long in the tooth, even on Windows.

  • If it is available for Mac do we also get it for Linux hten?

Disraeli was pretty close: actually, there are Lies, Damn lies, Statistics, Benchmarks, and Delivery dates.

Working...