About
wxNote is a ground-up, cross-platform text editor built on wxWidgets and wxStyledTextCtrl (Scintilla/Lexilla). It runs natively on Windows, Linux, and macOS — on x64 and ARM alike — from one codebase, with its own plugin API, theming, User-Defined Languages, and full UI localization.
The project is licensed Apache-2.0, after starting on GPL v3 and relicensing once every Notepad++-derived file had been replaced and the plugin-ABI reproduction fully isolated into one optional module - purely to give users and downstream developers more freedom, with no commercial agenda behind it. That optional module (the Notepad++ plugin bridge) keeps its own GPL license, since it reproduces Notepad++'s ABI for interoperability.
Why wxNote
-
Cross-platform
One codebase, native builds for Windows, Linux, and macOS - not a wrapper around a single platform's APIs.
-
Plugin-compatible
An original, permissive "Nib" plugin API, plus an optional bridge that loads real compiled Notepad++ plugin DLLs on Windows.
-
Fully localized
The entire UI - not just top-level menus - is translated into 8 languages, with more welcome via contribution.
-
Familiar, yet original
Scintilla-powered editing you already know, inside a menu layout designed from scratch - not copied from any single editor.