Downloads:
997
Downloads of v 25.6.5696:
21
Last Update:
16 Jun 2025
Package Maintainer(s):
Software Author(s):
- zufuliu
Tags:
notepad4 notepad3 notepad2 notepad text editor foss embeddedNotepad4
- 1
- 2
- 3
25.6.5696 | Updated: 16 Jun 2025
Downloads:
997
Downloads of v 25.6.5696:
21
Maintainer(s):
Software Author(s):
- zufuliu
Notepad4 25.6.5696
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 --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'" [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'"
$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.6.5696'
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.6.5696'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller notepad4
{
Name = "notepad4"
Version = "25.6.5696"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'notepad4':
ensure => '25.6.5696',
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 16 Jun 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.06.5696
- URL : https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_i18n_Win32_v25.06r5696.zip
- Checksum : 233A479CDECC2743D544AA9F9A7B5D06972E698102CFD0BF768D69307EAA7728
- URL64 : https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_i18n_AVX2_v25.06r5696.zip
- Checksum64 : 16274058F0776DDE2D9CFF1CC7B9862C0EBEE40E4A1E704637F40BEC5E8B2F78
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.06r5696/Notepad4_de_ARM64_v25.06r5696.zip,077fc67a345fc6ce63a5257f9fc344fbbb2b5dfe1c43db676a93a59198b143a3
de,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_de_AVX2_v25.06r5696.zip,6097f9fcd15421692c43968a1891fb43c710cd2025753e0035cef0d6ef78af7c
de,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_de_Win32_v25.06r5696.zip,4256edb2fca6e2d577cf2190327fefb4e7137d63bba5f9a05334882e027563d4
de,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_de_x64_v25.06r5696.zip,b04e2673164bbb4ae32591b30d5e4c5ea5fe32d5368b4da2b81677c5c09aff99
en,,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_en_ARM64_v25.06r5696.zip,dd7ad45fe386bb974e2268445b8877b8b7be9ef0349814d3a6c40c32a492becb
en,,ARM,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_en_ARM_v25.06r5696.zip,145550a0754686aa1a6fbb44dd9bc8a14777bdac01efdc398621b9fed65d82df
en,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_en_AVX2_v25.06r5696.zip,89cebfec4e07dfdb9a5ee9355b8e9d11aa4a9079809bc859ee70693f9e84322d
en,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_en_Win32_v25.06r5696.zip,4fafcf7e0f6f7a66c7d75b0a21814482a93fd0d620024b78cfef2462b2ee79b6
en,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_en_x64_v25.06r5696.zip,7be180f688f83b0d0d1cfd9affe050a79c4456b9d1a58606f482401a6ea4c60c
fr,,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_fr_ARM64_v25.06r5696.zip,34157f6b858fa9aeb91b845fa6a92c6a17d372762c74c99a12daa8fc4fb3e131
fr,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_fr_AVX2_v25.06r5696.zip,cc70fe3a0b3f0947fe080e5e1dfebec4d79d363d2e5f8f643cc1b1d60e823c37
fr,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_fr_Win32_v25.06r5696.zip,0aea89a8e9f6442e07915423579a2642f94768616c7e63dba78dd66eb7b0e763
fr,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_fr_x64_v25.06r5696.zip,b469e053136b56012a2168c97cb9fc013418b6869cdcc69b5be1a76a97b78678
de,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_de_ARM64_v25.06r5696.zip,b83b4022af3ea1894fb26ef2f7a69ae526bdd2cf74db7e5300a9df75565daa5d
de,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_de_AVX2_v25.06r5696.zip,bf1722b0c04af61c54019d2b2b70680d02a063ed2330799521d055b24efd7600
de,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_de_x64_v25.06r5696.zip,3764c37133301c959da2101e0ff9e01867c6f53ac8be3d4143ba1bd49f87fe82
en,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_en_ARM64_v25.06r5696.zip,8ef475b42713c29c579cd7d9f081db49988bb685f1084aa8305d08e68d2d7109
en,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_en_AVX2_v25.06r5696.zip,7a61c2645d5693e4eea2f8a20895752b5f7a82b61218c019a09eba59bfa43613
en,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_en_x64_v25.06r5696.zip,5cd2b57efbaa249c268c83548f48c95e49b68b9dea6b3e1a95852143fa3d4184
fr,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_fr_ARM64_v25.06r5696.zip,570cd1a0f8d7ed45956777fead91c69bed6065e7b5104d3aed34a19fb197cada
fr,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_fr_AVX2_v25.06r5696.zip,e2dc6ba38834961795d6c5ca855b4d371c7d3ffecb339d211283963ce655a650
fr,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_fr_x64_v25.06r5696.zip,bd45e0e0f03f8973245fa779d54b209fd17afbcb851aba2b70525e2b5b748b32
i18n,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_i18n_ARM64_v25.06r5696.zip,332462e2e631aca4061f78ab15217a2ed942ad59502d66f8854c3771a207d941
i18n,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_i18n_AVX2_v25.06r5696.zip,16274058f0776dde2d9cff1cc7b9862c0ebee40e4a1e704637f40bec5e8b2f78
i18n,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_i18n_x64_v25.06r5696.zip,10407242f7d86980ab82ad4250190a6edcdc53753d088c279bdd5dd1a9211d23
it,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_it_ARM64_v25.06r5696.zip,485ebe1b2192f7c7ea0bc23582ca2ee6c94ef0554df6bccd0fe79d59033032bd
it,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_it_AVX2_v25.06r5696.zip,24b26a2fbc47e49fc4f2d90d0ed200b1bf51cb98a15b4f8345d97db2b4023a7e
it,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_it_x64_v25.06r5696.zip,170cafd32d65793e69756cf8a374b9feae4c5ff1ba26f6a77848cd2afec263bb
ja,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_ja_ARM64_v25.06r5696.zip,1abb03a3206bff9e752841e7d7dffd2049687d896a9b68b72def4aa56f338363
ja,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_ja_AVX2_v25.06r5696.zip,c1f76c8f9bf712f3ff2cd4c6a21d8dcd5658c7c9960a2cc6264a513fc02cb2c9
ja,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_ja_x64_v25.06r5696.zip,84b7ccc17d9b8949a33cb90cc55d61f7421a4cd8f8f44d28bc2393573c7777ae
ko,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_ko_ARM64_v25.06r5696.zip,684d8eea2ab0a5399b865f7d49e1910e969b11a3ddb71a91a57ed148b2a7065f
ko,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_ko_AVX2_v25.06r5696.zip,f4739ef8cd4f40062ea7b5d6eb111e23eada04134b51c31a58f2227480267451
ko,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_ko_x64_v25.06r5696.zip,bc3887c6fb73586a5d70c934502224e24ea960e9736fedb98f7190d50c4a0d41
ru,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_ru_ARM64_v25.06r5696.zip,8738510b5bba3c6d6cdcf38ab60c05a723631445adc1050b47778be6a03b6e09
ru,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_ru_AVX2_v25.06r5696.zip,e94da6a72b74d90a395a37e4d1fe985775ca5fe6004b8f8330f56b659b714d12
ru,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_ru_x64_v25.06r5696.zip,373e22e23803f959712c0333ea56d897cdceb6890c0c0a9a6f069bfc5b812fd3
zh-Hans,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_zh-Hans_ARM64_v25.06r5696.zip,f2a7e80091aff316a21c5f42fd01b991a80a7ea6ab4ac233293cdb80e4b87e37
zh-Hans,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_zh-Hans_AVX2_v25.06r5696.zip,be293ebd3c161a5f6b9416de92f758ac71f94216b36bfb6189deb1ccae98001c
zh-Hans,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_zh-Hans_x64_v25.06r5696.zip,5cb7030cee4216623ea56f3f4c843d24608f3aa2a34fb5793e755680fba85d9e
zh-Hant,HD,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_zh-Hant_ARM64_v25.06r5696.zip,3f13d837c65515a83c064bc092b08c6525c82d84d71cf2a7e3824bf6a131411c
zh-Hant,HD,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_zh-Hant_AVX2_v25.06r5696.zip,8263e070c4c2dc7c597791bf5ec704f0d2135cef94accd00fc7f6549286c98af
zh-Hant,HD,x64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_HD_zh-Hant_x64_v25.06r5696.zip,76e804f7ce20a012f3940a0f10fce4220eec34f893969fb80807a5d5d7786a2f
i18n,,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_i18n_ARM64_v25.06r5696.zip,e323b059bebf937075e0000a65c06a4b5191df788d8a4585d4a2ab3f88f6d35b
i18n,,ARM,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_i18n_ARM_v25.06r5696.zip,5fe5b77aafd74c7033e7b9ba0dfcfbdac926a0beab335ebd6a02586283dc46fa
i18n,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_i18n_AVX2_v25.06r5696.zip,651b6214597cb09e08c289177047c5b9084eeffa11ab9784ddb320d4d1d80ab9
i18n,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_i18n_Win32_v25.06r5696.zip,233a479cdecc2743d544aa9f9a7b5d06972e698102cfd0bf768d69307eaa7728
i18n,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_i18n_x64_v25.06r5696.zip,67b3d44609e2a3a81600ac1aee6e366a0c7058c0861982b189419cb4d30879ec
it,,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_it_ARM64_v25.06r5696.zip,ad3037faef1fb69db1e2f0a3ea535a4bbfa73d926c4e185bcec909eb4e02eef7
it,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_it_AVX2_v25.06r5696.zip,113e1595435c3ac45fe674f9b25eb3f84f969c3815acf725acd6f177f8bc67e0
it,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_it_Win32_v25.06r5696.zip,3b116b85ba3a2e717aa70ce36cd58cfea886a6912aed58195a2a2d0cc1b08f75
it,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_it_x64_v25.06r5696.zip,9caa00262c34d55b0a7b1f81e4f1b1460b41809204742c98277fd34dfbce7bc2
ja,,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_ja_ARM64_v25.06r5696.zip,963796cb98c8871bec074541b942a5ec29c6b3dc687f8016209131979fea3ae6
ja,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_ja_AVX2_v25.06r5696.zip,d0a967b04bd132bdd7caba5c39b4ab1333bfd269290cebd367a483ccf6bd6e5c
ja,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_ja_Win32_v25.06r5696.zip,c1a58c4ae92a5b9be41ea42372c46e6a4098051f095e90365893667b96a36e47
ja,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_ja_x64_v25.06r5696.zip,e834ef05a8c8d6b605f91c6b3ad6533ec5dcadf34fa727944ce2cd56c6861f84
ko,,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_ko_ARM64_v25.06r5696.zip,07a0340f9894ed2ee2adbd85737450277fae25415b0adc8576d8a729676b064e
ko,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_ko_AVX2_v25.06r5696.zip,220cade3847d0a6b6136ca402075c67b590a8b1771c6e87f3b755cd1ddb1205a
ko,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_ko_Win32_v25.06r5696.zip,a52739a66ce825393ecc5b2d84496f057ba6726f19aef6096f3d35aa20b4a144
ko,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_ko_x64_v25.06r5696.zip,7300f0aa8bec29d670fc898e6c6140733d6a2fb1b9850b37a72abe2337c5dfcd
ru,,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_ru_ARM64_v25.06r5696.zip,22d349068be746c2938472cfc0382e6ba5d434c023280e3ee914e9223c4f3cd9
ru,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_ru_AVX2_v25.06r5696.zip,b9f9c9dcf08c3761173c0672ed254d723a8bba0cfaaf01d4ded240562433e8a6
ru,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_ru_Win32_v25.06r5696.zip,74fc8ac2d372d858d4a2fd6b907c9a3401b4b5906798770058fbcb932aae0fc5
ru,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_ru_x64_v25.06r5696.zip,88b52ef1c61b75663ddb669c39931719444a7230b981ea545e8b7de68c8e080b
zh-Hans,,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_zh-Hans_ARM64_v25.06r5696.zip,18071a12c9f9130257f8e0bd6d230d55aae269a354ea6bd238d61e9dd1ed0159
zh-Hans,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_zh-Hans_AVX2_v25.06r5696.zip,4b176f4ab441a22aef506df077d2f042655bdef455d655a31dbb3ed2237ad058
zh-Hans,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_zh-Hans_Win32_v25.06r5696.zip,2ceea82f64b1bb3970adde1d9a5e8c9e85d9bbdfea9d65b77e81e8d7bb30f8ae
zh-Hans,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_zh-Hans_x64_v25.06r5696.zip,2557b3bdfd33ea24909db5416f733576ae2515c677e03415737c63d9ee27fcde
zh-Hant,,ARM64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_zh-Hant_ARM64_v25.06r5696.zip,675e256169377b875b1bcd4fc26d0ffefa4aeaff1c1879d5b4acbae2cf63482f
zh-Hant,,AVX2,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_zh-Hant_AVX2_v25.06r5696.zip,ad234ba6f57d40833a66200e3aa47a0b1a7c3bcf498da8110fc07db6bd547c1c
zh-Hant,,Win32,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_zh-Hant_Win32_v25.06r5696.zip,9e927a34fe49407686dbdaff9773903b174bcda987df5ee713281bbc95140e88
zh-Hant,,x64,https://github.com/zufuliu/notepad4/releases/download/v25.06r5696/Notepad4_zh-Hant_x64_v25.06r5696.zip,53122e6831109f02059375bde48f89df5284f3ecb0628c23c376080062d8dfcf
$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: 5EC99F8F501D27D9B0AA09C8C313FB47 | sha1: 02E97D2CFBBD4B5B7197882ABD48137B560175EA | sha256: 16274058F0776DDE2D9CFF1CC7B9862C0EBEE40E4A1E704637F40BEC5E8B2F78 | sha512: 949ED881DA5B2B0ED326044A99B55C956F279E6BEF0A2A9837E441F132B4CE1CE13719B60F41FA58ACFF5433A259CD02B376F4D2D61EEB6635F589C25E118DF2
md5: FA53A8E5DBA6FBDF5AB5FD1451B2DED1 | sha1: 1CE285F33B54BC9A14DC20FC4486B9C5C5BCB802 | sha256: 233A479CDECC2743D544AA9F9A7B5D06972E698102CFD0BF768D69307EAA7728 | sha512: 5D2D99BCB5E35838CA954DCCD4A0DE73DA00E082B936448C0EEC0D086E8BA1412845D18649F776EEBE0F6445DF51430CA1BD02068E5F29B7F24EB12E75628463
Log in or click on link to see number of positives.
- notepad4.25.6.5696.nupkg (3a1d7a8c1163) - ## / 66
- Notepad4_HD_i18n_x64_v25.06r5696.zip (10407242f7d8) - ## / 68
- Notepad4_i18n_Win32_v25.06r5696.zip (233a479cdecc) - ## / 68
- matepath.dll (35831b413f77) - ## / 71
- matepath.exe (dc2fa3790517) - ## / 72
- Notepad4.dll (6de81f8bd813) - ## / 70
- Notepad4.exe (47d8c10c5d77) - ## / 72
- Notepad4_HD_i18n_AVX2_v25.06r5696.zip (16274058f077) - ## / 67
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 | 21 | Monday, June 16, 2025 | Approved | |
Notepad4 25.5.5690 | 79 | 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.