Downloads:
995
Downloads of v 25.5.5670:
121
Last Update:
19 May 2025
Package Maintainer(s):
Software Author(s):
- zufuliu
Tags:
notepad4 notepad3 notepad2 notepad text editor foss embeddedNotepad4
This is not the latest version of Notepad4 available.
- 1
- 2
- 3
25.5.5670 | Updated: 19 May 2025
Downloads:
995
Downloads of v 25.5.5670:
121
Maintainer(s):
Software Author(s):
- zufuliu
Notepad4 25.5.5670
This is not the latest version of Notepad4 available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by zufuliu. The inclusion of zufuliu trademark(s), if any, upon this webpage is solely to identify zufuliu goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Notepad4, run the following command from the command line or from PowerShell:
To upgrade Notepad4, run the following command from the command line or from PowerShell:
To uninstall Notepad4, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download notepad4 --internalize --version=25.5.5670 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade notepad4 -y --source="'INTERNAL REPO URL'" --version="'25.5.5670'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade notepad4 -y --source="'INTERNAL REPO URL'" --version="'25.5.5670'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install notepad4
win_chocolatey:
name: notepad4
version: '25.5.5670'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'notepad4' do
action :install
source 'INTERNAL REPO URL'
version '25.5.5670'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller notepad4
{
Name = "notepad4"
Version = "25.5.5670"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'notepad4':
ensure => '25.5.5670',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 19 May 2025.
Notepad4 (Notepad2x2, Notepad2++) is a light-weight Scintilla based text editor for Windows with syntax highlighting, code folding, auto-completion and API list for many programming languages and documents, it's based on (rewritten in modern C++) Florian's Notepad2 and XhmikosR's Notepad2-mod. matepath is a file browser plugin and based on (rewritten in modern C++) Florian's metapath.
Changes compared to Notepad2 or Notepad2-mod:
- Support for bookmarks
- Option to mark all occurrences of a word or selection, and show matched count
- Enhanced auto-completion for words and functions
- Context-based auto-completion for some words
- Enhanced auto indentation
- Auto completion for braces, brackets and quotes
- Color preview via CallTip and click CallTip to open color dialog
- Support Base64 encoding and decoding
- Syntax highlighting, code folding and API list for (see built-in file extension list)
- Toggle fold for specific level, shortcuts: Alt+Number
- Toggle fold for current block without scrolling back to the block start line, shortcut: Alt+C, or context menu "Toggle Fold"
- Improved support for Chinese, Japanese and Korean: inline mode IME, word wrapping, word selection, case conversions, etc.
- Insert new GUID and current timestamps
- Number conversion between decimal, hexadecimal, octal and binary
- Display caret location and length of selected text in count of characters
- Improved support for NFO ANSI art
- Support various Windows system integration
- Support high DPI display with HD version
- Support rendering using Direct2D DirectWrite, and switch between GDI and Direct2D
- Support font ligature with font like FiraCode in Direct2D mode
- Support color font (Windows 8.1 and above) in Direct2D mode, useful to display color Emoji 😊 and others
- Experimental support for RTL layout (GDI) and bidirectional (Direct2D), useful for Arabic and Hebrew
- Support using fractional font size
- Support full screen mode
- Support compress & pretty for CSS, JavaScript, JSON and JSON5
- Support copy as RTF
- Support text transliteration
- Support drag and drop file from Visual Studio, Android Studio, IntelliJ IDEA, etc.
- Other various major or minor changes and tweaks
Options
By default, this package will install the embedded, multi-language build of Notepad4 best suited for your processor (Win32, x64, ARM, ARM64 and AVX2 available). Other options can be requested as follows:
Single-language
Use the \Language:
parameter with:
- de -- Deutsch
- en -- English
- fr -- Francais
- hans -- 中文 (简体)
- hant -- 中文 (繁體)
- it -- Italiano
- ja -- 日本語
- ko -- 한국어
- ru -- Русский
Low-resolution
64-bit capable machines will get a build with high-definition images. If you would prefer a low-resolution install, use the \LowRes
parameter.
Example to download and install the Simplified-Chinese-only, Low-Resolution build:
choco install notepad4 --params="'/Language:hans /LowRes'"
Source: https://github.com/zufuliu/notepad4?tab=License-1-ov-file#readme
================================================================================
Notepad4, matepath, Notepad2, metapath and Notepad2-mod are licensed under the BSD 3-Clause License
================================================================================
https://www.flos-freeware.ch
https://xhmikosr.github.io/notepad2-mod/
Notepad4 Copyright � 2011-2024 Zufu Liu and All contributors.
matepath Copyright � 2011-2024 Zufu Liu and All contributors.
Notepad2-mod Copyright � 2010-2017 XhmikosR and All contributors.
Notepad2 Copyright � 2004-2012 Florian Balmer.
metapath Copyright � 1996-2012 Florian Balmer.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name of Florian Balmer nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
================================================================================
License for Lexilla, Scintilla, and SciTE
https://www.scintilla.org/
https://www.scintilla.org/License.txt
Copyright 1998-2024 by Neil Hodgson <[email protected]>
All Rights Reserved
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation.
NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY
SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
OR PERFORMANCE OF THIS SOFTWARE.
================================================================================
License for MinimizeToTray
https://www.codeproject.com/Articles/735/Minimizing-windows-to-the-System-Tray
Copyright 2000 Matthew Ellis <[email protected]>
================================================================================
License for "Flexible and Economical UTF-8 Decoder"
https://bjoern.hoehrmann.de/utf-8/decoder/dfa/
Copyright (c) 2008-2009 Bjoern Hoehrmann <[email protected]>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
================================================================================
License for "Andersson trees"
https://www.eternallyconfuzzled.com/tuts/datastructures/jsw_tut_andersson.aspx
Copyright 2019 Eternally Confuzzled
================================================================================
Some IME code based on Chromium's IMM32Manager class.
https://github.com/chromium/chromium/tree/main/ui/base/ime/win
https://github.com/chromium/chromium/blob/main/LICENSE
// Copyright 2015 The Chromium Authors. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above
// copyright notice, this list of conditions and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
// * Neither the name of Google Inc. nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
================================================================================
License for "Bit Twiddling Hacks"
https://graphics.stanford.edu/~seander/bithacks.html
Copyright 1997-2005 Sean Eron Anderson
================================================================================
License for "faster-utf8-validator"
https://github.com/zwegner/faster-utf8-validator
// faster-utf8-validator
// Copyright (c) 2019 Zach Wegner
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
================================================================================
Visual Studio Image Library 2017, 2022
https://www.microsoft.com/en-us/download/details.aspx?id=35825
================================================================================
License for emoji-data
https://github.com/iamcal/emoji-data/
https://github.com/iamcal/emoji-data/blob/master/LICENSE
The MIT License (MIT)
Copyright (c) 2013 Cal Henderson
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
================================================================================
License for Julia Unicode Input data
https://docs.julialang.org/en/v1/manual/unicode-input/
https://github.com/JuliaLang/julia/tree/master/stdlib/REPL/src
https://github.com/JuliaLang/julia/blob/master/LICENSE.md
The Julia language is licensed under the MIT License. The "language" consists of the compiler (the contents of src/), most of the standard library (base/), and some utilities (most of the rest of the files in this repository). See below for exceptions.
Copyright (c) 2009-2024: Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors:
https://github.com/JuliaLang/julia/contributors
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# VERIFICATION
Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy.
## Download
The latest Notepad4 zip files embedded in this package can be downloaded from this page:
https://github.com/zufuliu/notepad4/releases/latest
The files are for:
- 32-bit build: multi-language ("i18n"), Low-res, Win32
- 64-bit build: multi-language ("i18n"), Hi-definition, AXV2-capable-processor
#### Direct Download
- Version : 25.05.5670
- URL : https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_i18n_Win32_v25.05r5670.zip
- Checksum : 8DF8F3200FF6DA5A82FC7DEA2935BAC823171D5C740C64A44C39AB3A7CC7F799
- URL64 : https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_i18n_AVX2_v25.05r5670.zip
- Checksum64 : 4BB7AA0CD12964C151D6CA84D26DB561D56753A972AE18360F62F258E83EA9BB
Other files available there are not embedded.
## Verify
You can use one of the following methods to obtain the checksum:
1. Use powershell function 'Get-Filehash'
2. Use chocolatey utility 'checksum.exe'
## License
The 'LICENSE.md' file comes from https://github.com/zufuliu/notepad4?tab=License-1-ov-file#readme
Language,HD,Processor,URL,SHA256
de,,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_de_ARM64_v25.05r5670.zip,a6690a3f666f4821135c975df043d66246bef3b8966dc8cd025ce7af483d017f
de,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_de_AVX2_v25.05r5670.zip,bc59d78b2b018ed9a8fc2b367e601a2b20915d9455515afe0c913935d4b84082
de,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_de_Win32_v25.05r5670.zip,9ef7950199525fc87cdceee2b736027138206f5fe2618b72e5573925810db1a5
de,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_de_x64_v25.05r5670.zip,c52eef4f11f3b009958771aa26dc51b6eb8bfa9e716156b421bb5d887a2e8625
en,,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_en_ARM64_v25.05r5670.zip,866a088599f7871fe87041ace07d054e1f459f839d92fa813e2c0300053e29a5
en,,ARM,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_en_ARM_v25.05r5670.zip,389cd588b6174ee97c31c0434e154cd82070f085545843b72bf74fde7360ab46
en,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_en_AVX2_v25.05r5670.zip,9fd03c729f21b7c6e3c51067f9517a78108055d7eec2ad75b2c82ca882b054e8
en,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_en_Win32_v25.05r5670.zip,e9e9711a68f3829f800bebb45d652285de9e09cfd9feceaed351232719e28e2f
en,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_en_x64_v25.05r5670.zip,a111efd23d1faf71b3692515e65a40dbb83128e5059c23ee4d1edb9d939b0f91
fr,,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_fr_ARM64_v25.05r5670.zip,85108a7c33efdd15960b90b51343de0914bb164cc219d176112d88da0042f5c2
fr,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_fr_AVX2_v25.05r5670.zip,928790d8318be95602c1a53a6a905ed5565624dd356a487725b616793d1e2cc6
fr,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_fr_Win32_v25.05r5670.zip,9d30e279b9ce47cc390ac6f89a77784b9a7748889353b08a4b23cb7152a1d36d
fr,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_fr_x64_v25.05r5670.zip,fca38548f76de08d12e0cf974e353e4684d5e82eb8063c964f9452b7c2c8df18
de,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_de_ARM64_v25.05r5670.zip,4f974bdbba63ab1ec69f7bae0df81486ed50353fca93fad0b6c39ed7f2e0d1ca
de,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_de_AVX2_v25.05r5670.zip,97c061866c0dae66d46c2426c0829ee4b8305bc8723a3500b950ac434498a938
de,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_de_x64_v25.05r5670.zip,124b1fb5bcfe0faa46cf0a13ecdb8d88d7d7a2bbea1e62f0f533a0ca0ff82545
en,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_en_ARM64_v25.05r5670.zip,43439634d529d41efdcba42da8d8214f299176a89bf0be090e16052e1e133178
en,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_en_AVX2_v25.05r5670.zip,6bb3f7103ea1df21d5504e39f7951c3a85ea42b977ea9761331cd7bf22ca741e
en,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_en_x64_v25.05r5670.zip,9a1c593ee2c5f4a80fa44a28d5056ebd2e99d7d757e33ac870dd982d32d7005a
fr,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_fr_ARM64_v25.05r5670.zip,4c59d311e26cf96f58e904aaecacb7cc1e9ea58f600e23e0ac2474a2f61868fe
fr,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_fr_AVX2_v25.05r5670.zip,56bd2b4536ba536945dfc942a93fb0c59b3adf28a14fdf5e3023d311970570cf
fr,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_fr_x64_v25.05r5670.zip,83fae135f764886ebbcf66dae42b83009212a352130a9eca117fc4a08aade73b
i18n,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_i18n_ARM64_v25.05r5670.zip,12345df36de4cc53c5ce3f3dbb89328876cb05988093a606fa6ee894ec90280d
i18n,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_i18n_AVX2_v25.05r5670.zip,4bb7aa0cd12964c151d6ca84d26db561d56753a972ae18360f62f258e83ea9bb
i18n,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_i18n_x64_v25.05r5670.zip,3b2255e96b3ebe0734a2f5e6ec84ea7889faac4c841db4b034d3bdb02c50afac
it,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_it_ARM64_v25.05r5670.zip,0b91142a0ba4a96cb12ade8bc3dbe4d2d1104d8a41bf5e34d26ebb67797333e5
it,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_it_AVX2_v25.05r5670.zip,75dae024c2f6d535b57a6475b204ba7179f70e6b132b5bc9ca05489ed9af56c9
it,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_it_x64_v25.05r5670.zip,4e973d33620fa6b0cb75d7c332adf0f67ec2c2d39e45da574e3d88fd0570c18a
ja,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_ja_ARM64_v25.05r5670.zip,b85cb8e12f29569624a60373e6654aba48c5162ebe46aabfb4455cb4de3c5fec
ja,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_ja_AVX2_v25.05r5670.zip,65c2ddd943e7dfd769eb8727a89862a483afe3abec3f733ec3771b4418bcc29f
ja,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_ja_x64_v25.05r5670.zip,51ac218216162315f45edf5152d04d0f8f0737ebc8d2dd65ccff21366bab2c63
ko,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_ko_ARM64_v25.05r5670.zip,18f4b20c22603f58d4ea1ebe56abf4a444ed8cae9bcbaf13033b2899f907fb10
ko,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_ko_AVX2_v25.05r5670.zip,4ef584237a6314ccf3228a71279fdc07acf5fb851f488f4134939ac3b6bb0082
ko,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_ko_x64_v25.05r5670.zip,9d9ec36d0a7fb57e79285a677f9db5a0756b3dfffd197d35bd859d84f848ecb3
ru,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_ru_ARM64_v25.05r5670.zip,9c61e92bf9ba79adde4cc9e3ed99423eb9d0fd11f39450792a5a578dc9d1e8d4
ru,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_ru_AVX2_v25.05r5670.zip,76c9404644529dd7ec963240879b18c68b5c694be85230aaec803a3af2ca2247
ru,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_ru_x64_v25.05r5670.zip,019ea3074b5399334583129d6837066b316a8fac3be643e001830a252d890da9
zh-Hans,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_zh-Hans_ARM64_v25.05r5670.zip,0482de40ff02995b81bebfc12a0b2aa1d40a783a868f1726ed70b98e63229f24
zh-Hans,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_zh-Hans_AVX2_v25.05r5670.zip,6dae1b8ad05e74a903b6081a3e4425100ebc3905872dea74365e49aaa66e3bc1
zh-Hans,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_zh-Hans_x64_v25.05r5670.zip,2fbe2a8e23cdef5899f29608027b09c7e8de9aef6306a6c0cd731f0775414040
zh-Hant,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_zh-Hant_ARM64_v25.05r5670.zip,7ff75b93791dbd075f02a63b63b63f7fb29d84416341b8fb61a5c36b4336bfcb
zh-Hant,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_zh-Hant_AVX2_v25.05r5670.zip,94af27479866c8d2e881a36d3dbc7f5b7dcefa994acedc3df4efb2406658a42a
zh-Hant,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_HD_zh-Hant_x64_v25.05r5670.zip,75ecdc688e794dc9aa483e211e198baa45956ac90a9322b6ed1d9747e3b0dcca
i18n,,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_i18n_ARM64_v25.05r5670.zip,4bf5ff8e1e9385564c0748de8a8b9d716c99d817030ca4f449e9cbe721e3f34d
i18n,,ARM,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_i18n_ARM_v25.05r5670.zip,0152d801668385242e1d09365f9ca2940f53fb003711a10530da46a28fd1f0e0
i18n,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_i18n_AVX2_v25.05r5670.zip,ee120e05e4f2d4062a15e703758bd3a67f7428095f1364f16173f062b155af70
i18n,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_i18n_Win32_v25.05r5670.zip,8df8f3200ff6da5a82fc7dea2935bac823171d5c740c64a44c39ab3a7cc7f799
i18n,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_i18n_x64_v25.05r5670.zip,049e45eaa9adfa283af3284c7172137f73659b81e9511aca7543ad17b91e829d
it,,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_it_ARM64_v25.05r5670.zip,e308ad66e686db3216e3ba24b79b6467ae371ab41a29dda651985b5cbde8ba21
it,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_it_AVX2_v25.05r5670.zip,39889e7a02394c8dff893e7cd2e586ec8e07b495b96ccf685308dbed1b4faf65
it,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_it_Win32_v25.05r5670.zip,72f3ce643248460dbb540d63c476a1b06f05fa8c502dfb6aa28942781cc8684c
it,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_it_x64_v25.05r5670.zip,607198139b1f5155fff48492b3e691e5745eec30cb84592cac0f217ab59b4630
ja,,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_ja_ARM64_v25.05r5670.zip,9b8604685c0dfb4693a5c042385f2b173e40054919d43ca120e43f36dac83308
ja,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_ja_AVX2_v25.05r5670.zip,ab082bb4c09b588ae4c4d14520f26e137f6d9f9e6fd4a459084c175393308a51
ja,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_ja_Win32_v25.05r5670.zip,18d0b7dc862894e5bbb45b7aae2f6de10e9b0b1bd047267afaf42f9323523d11
ja,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_ja_x64_v25.05r5670.zip,7ce3a9d9044af754d2ada7d18f80e09215b9b6c153e7cf79852e8a2911098994
ko,,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_ko_ARM64_v25.05r5670.zip,8123486ebbf1c02be6905f6d4f04b4d60b8e82c49a7779cf5945d7b3b6bbcdad
ko,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_ko_AVX2_v25.05r5670.zip,9f6d7d4b037b61bab3d2606b40035e2287ca92377f5a9befeac3ec89f71aa088
ko,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_ko_Win32_v25.05r5670.zip,ce4b7c3600e8f0d0a4d4ebbbcbd7cc5296f3cfc92809ff16c5039e2a97a15912
ko,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_ko_x64_v25.05r5670.zip,b26b94b431eedf83f322332886927fa09d761b2ac299df3b187f51e7a10177fd
ru,,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_ru_ARM64_v25.05r5670.zip,f809dfc9154cdfef0f3571a3de9b0764736fefc979afff64c70a0aa29373cf27
ru,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_ru_AVX2_v25.05r5670.zip,37b93d7daa59ebe60cc40b0f191fdf3184ce786892d8aaa5050d65dc7d9daad9
ru,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_ru_Win32_v25.05r5670.zip,ad50945adfc953cccf7aef81621548dc9e47a751c399ab33a7d231f1113b1aa3
ru,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_ru_x64_v25.05r5670.zip,c6c9a838a0b773bbb86c129ca949ec2302b1e43b3ea482e5a983cd6aaa03ac76
zh-Hans,,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_zh-Hans_ARM64_v25.05r5670.zip,1b7658270e3364e06df169148922f9db00461e1635b18ba7eb1e1de860bc0242
zh-Hans,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_zh-Hans_AVX2_v25.05r5670.zip,d84a51882f8472f905863a1364c896defcebaf725add47f21bb939030996286a
zh-Hans,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_zh-Hans_Win32_v25.05r5670.zip,6f5505dcd01ffe03b51ee04d9abe64bad1e0a5173e6bf330f12a665317859188
zh-Hans,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_zh-Hans_x64_v25.05r5670.zip,bbb44aab67f59e2822ed774f5685ba10ec5eb03763ec5e861f775c12ba3ebc80
zh-Hant,,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_zh-Hant_ARM64_v25.05r5670.zip,460422c7ffab133565913e2a204d35e3d7b024b6ab1db8ef4d78030431b4bf4e
zh-Hant,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_zh-Hant_AVX2_v25.05r5670.zip,1e71c1e4aa09639df89bed0692b48b4d541369b116424e6e9c2e990ba089eb76
zh-Hant,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_zh-Hant_Win32_v25.05r5670.zip,47055882a5b526335d0bb5036710f8343c71f0b92d6d57b51fd5bad59a11da58
zh-Hant,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.05r5670/Notepad4_zh-Hant_x64_v25.05r5670.zip,e37c296efe29138eed00029a533912d7e34ba3c1b492b0296fdc0ab7fbd3d955
$StartShortcut = Join-Path $env:ProgramData 'Microsoft\Windows\Start Menu\Programs\Notepad4.lnk'
if(Test-Path $StartShortcut) {
Remove-Item $StartShortcut -Force
}
# For future user profiles
$Default = (Get-ItemProperty 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList').Default
if (Test-Path "$Default\AppData\Local\Notepad4") {
Remove-Item "$Default\AppData\Local\Notepad4" -Recurse -Force
}
Function Get-ProcessorFeatures() {
# This is available separately with more info here:
# https://github.com/teknowledgist/TeknowTools/tree/master/Get-ProcessorFeatures
# https://www.p-invoke.net/kernel32/isprocessorfeaturepresent
$Signature = @'
[DllImport("Kernel32.dll")][return: MarshalAs(UnmanagedType.Bool)]
public static extern bool IsProcessorFeaturePresent(
uint ProcessorFeature
);
'@
$type = Add-Type -MemberDefinition $Signature -Name Win32Utils -Namespace GetProcessorFeatures -PassThru
# https://learn.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-isprocessorfeaturepresent
$FeatureIDs = [ordered]@{
'0' = 'FLOATING_POINT_PRECISION_ERRATA' #On a Pentium, a floating-point precision error can occur in rare circumstances.
'1' = 'FLOATING_POINT_EMULATED' #Floating-point operations are emulated using a software emulator.
'2' = 'COMPARE_EXCHANGE_DOUBLE' #The atomic compare and exchange operation (cmpxchg) is available.
'3' = 'MMX_INSTRUCTIONS' #The MMX instruction set is available.
'6' = 'XMMI_INSTRUCTIONS' #The SSE instruction set is available.
'7' = '3DNOW_INSTRUCTIONS' #The 3D-Now instruction set is available.
'8' = 'RDTSC_INSTRUCTION' #The RDTSC instruction is available.
'9' = 'PAE_ENABLED' #The processor is Physical Address Extension (PAE)-enabled. All x64 processors always return a nonzero value for this feature.
'10' = 'XMMI64_INSTRUCTIONS' #The SSE2 instruction set is available. Windows�2000: Not supported.
'12' = 'NX_ENABLED' #Data execution prevention is enabled. Windows�XP/2000: Not supported.
'13' = 'SSE3_INSTRUCTIONS' #The SSE3 instruction set is available. Windows Server�2003 and Windows�XP/2000: Not supported.
'14' = 'COMPARE_EXCHANGE128' #The atomic compare and exchange 128-bit operation (cmpxchg16b) is available. Windows Server�2003 and Windows�XP/2000: Not supported.
'15' = 'COMPARE64_EXCHANGE128' #The atomic compare 64 and exchange 128-bit operation (cmp8xchg16) is available. Windows Server�2003 and Windows�XP/2000: Not supported.
'16' = 'CHANNELS_ENABLED' #The processor channels are enabled.
'17' = 'XSAVE_ENABLED' #The processor implements the XSAVE and XRSTOR instructions. Windows Server�2003/2008, Windows�2000/XP/Vista: Not supported.
'18' = 'ARM_VFP_32_REGISTERS' #The VFP/Neon: 32 x 64bit register bank is present. This flag has the same meaning as PF_ARM_VFP_EXTENDED_REGISTERS .
'20' = 'SECOND_LEVEL_ADDRESS_TRANSLATION' #Second Level Address Translation is supported by the hardware.
'21' = 'VIRT_FIRMWARE_ENABLED' #Virtualization is enabled in the firmware and made available by the operating system.
'22' = 'RDWRFSGSBASE' #RDFSBASE, RDGSBASE, WRFSBASE, and WRGSBASE instructions are available.
'23' = 'FASTFAIL' #_fastfail() is available.
'24' = 'ARM_DIVIDE_INSTRUCTION' #The divide instructions are available.
'25' = 'ARM_64BIT_LOADSTORE_ATOMIC' #The 64-bit load/store atomic instructions are available.
'26' = 'ARM_EXTERNAL_CACHE' #The external cache is available.
'27' = 'ARM_FMAC_INSTRUCTIONS' #The floating-point multiply-accumulate instruction is available.
'29' = 'ARM_V8_INSTRUCTIONS' #This Arm processor implements the Arm v8 instructions set.
'30' = 'ARM_V8_CRYPTO_INSTRUCTIONS' #This Arm processor implements the Arm v8 extra cryptographic instructions (for example, AES, SHA1 and SHA2).
'31' = 'ARM_V8_CRC32_INSTRUCTIONS' #This Arm processor implements the Arm v8 extra CRC32 instructions.
'34' = 'ARM_V81_ATOMIC_INSTRUCTIONS' #This Arm processor implements the Arm v8.1 atomic instructions (for example, CAS, SWP).
'36' = 'SSSE3_INSTRUCTIONS' #The SSSE3 instruction set is available.
'37' = 'SSE4_1_INSTRUCTIONS' #The SSE4_1 instruction set is available.
'38' = 'SSE4_2_INSTRUCTIONS' #The SSE4_2 instruction set is available.
'39' = 'AVX_INSTRUCTIONS' #The AVX instruction set is available.
'40' = 'AVX2_INSTRUCTIONS' #The AVX2 instruction set is available.
'41' = 'AVX512F_INSTRUCTIONS' #The AVX512F instruction set is available.
'43' = 'ARM_V82_DP_INSTRUCTIONS' #This Arm processor implements the Arm v8.2 DP instructions (for example, SDOT, UDOT). This feature is optional in Arm v8.2 implementations and mandatory in Arm v8.4 implementations.
'44' = 'ARM_V83_JSCVT_INSTRUCTIONS' #This Arm processor implements the Arm v8.3 JSCVT instructions (for example, FJCVTZS).
'45' = 'ARM_V83_LRCPC_INSTRUCTIONS' #This Arm processor implements the Arm v8.3 LRCPC instructions (for example, LDAPR). Note that certain Arm v8.2 CPUs may optionally support the LRCPC instructions.
}
$Features = @{}
Foreach ($ID in $FeatureIDs.keys) {
$Features.Add($FeatureIDs["$ID"],$type::IsProcessorFeaturePresent($ID))
}
[PSCustomObject]$Features
}
md5: D67FA8257123AEEBDCA601A9F0F9AD4C | sha1: 5900E877E421F839936BDA215D1E4A3DDC91C36B | sha256: 4BB7AA0CD12964C151D6CA84D26DB561D56753A972AE18360F62F258E83EA9BB | sha512: F04AD32A991C1F729EB2FAE258EFC80DDD417EA7888847BA9C6AECF01D17D0572272B467F3C1C07222C4437815A56F888B0575C05DD97E9282955EFD58E65577
md5: 7115EE11DBE96C03882196C80603DA28 | sha1: FD2A8701B29E79BDB0FB8A964FF4B3BAC894D7BC | sha256: 8DF8F3200FF6DA5A82FC7DEA2935BAC823171D5C740C64A44C39AB3A7CC7F799 | sha512: BBB0BB0790C67EC8D5A55D161289AA02E2EB0F97447C72FCA9F586ADF39BB46AA4CA76B53E14526AD63F1E6A3E60D905A8BD00CDA6DA1285F9F381BB976CD735
Log in or click on link to see number of positives.
- notepad4.25.5.5670.nupkg (4a2c33298c2f) - ## / 68
- Notepad4_HD_i18n_x64_v25.05r5670.zip (3b2255e96b3e) - ## / 66
- Notepad4_i18n_Win32_v25.05r5670.zip (8df8f3200ff6) - ## / 66
- matepath.dll (45170e10abcb) - ## / 72
- matepath.exe (0801d385789c) - ## / 72
- Notepad4.dll (7c94a2f9b6f0) - ## / 72
- Notepad4.exe (bf164a0714e5) - ## / 72
- matepath.dll (8f24a42b5176) - ## / 71
- matepath.exe (9e74def6afb6) - ## / 72
- Notepad4.dll (e7dcc04b871d) - ## / 71
- Notepad4.exe (674c911023af) - ## / 72
- Notepad4_HD_i18n_AVX2_v25.05r5670.zip (4bb7aa0cd129) - ## / 66
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Notepad4 25.6.5696 | 20 | Monday, June 16, 2025 | Approved | |
Notepad4 25.5.5690 | 78 | Wednesday, June 4, 2025 | Approved | |
Notepad4 25.5.5670 | 121 | Monday, May 19, 2025 | Approved | |
Notepad4 25.1.5618 | 295 | Monday, January 27, 2025 | Approved | |
Notepad4 24.11.5548 | 261 | Friday, November 22, 2024 | Approved | |
Notepad4 24.9.5472 | 41 | Wednesday, November 6, 2024 | Approved | |
Notepad4 24.7.5332 | 179 | Tuesday, July 16, 2024 | Approved |
Copyright © 2011-2024 Zufu Liu and All contributors
This package has no dependencies.
Ground Rules:
- This discussion is only about Notepad4 and the Notepad4 package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Notepad4, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.