Replace Windows Notepad with a smarter editor that colors code and suggests completions without installing a full IDE
Quickly view and edit config files, scripts, or code in dozens of formats with no setup required
Browse and edit files in a project folder using the built-in file browser without switching to another app
Use on low-resource or older Windows machines where a full editor like VS Code feels heavy
Download a single .exe from the GitHub Releases page (32-bit, 64-bit, or ARM64). No installer needed, just run it. Portable and self-contained.
Notepad4 is a lightweight text editor for Windows, built as a modernized and significantly expanded successor to the older Notepad2 and Notepad2-mod editors. If you have ever wished Windows Notepad could understand code, color it by type, and help you write it faster, Notepad4 is that upgrade. The editor supports syntax highlighting and code folding for an unusually long list of programming and markup languages. That list includes familiar names like Python, Java, JavaScript, HTML, CSS, Go, Kotlin, Rust, Swift, TypeScript, and dozens more, along with configuration formats, assembly languages, and scientific tools like MATLAB and Julia. Coloring and folding mean the editor visually groups and highlights different parts of a file so it is easier to scan and read. Beyond just coloring text, Notepad4 offers auto-completion for words and function names, which can suggest what you are typing before you finish. It also auto-closes brackets and quotes, adjusts indentation automatically, and can show color previews directly in the editor when you type a color value in CSS or similar files. A built-in file browser called matepath lets you navigate folders without leaving the editor. The project is Windows-only and ships as a single executable with no installer required. Pre-built versions for 32-bit, 64-bit, and ARM64 Windows are available on the project's releases page and from automated build pipelines. It uses the BSD 3-Clause license, which means you can use and redistribute it freely with minimal restrictions. Notepad4 does not try to be a full development environment. It has no project management, no debugger, and no plugin marketplace. It is a fast-loading, capable text editor that happens to know about hundreds of file formats, suited for anyone who wants something more capable than the default Windows editor without the weight of a full coding application.
← zufuliu on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.