Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
11,727
Downloads of v 25.3.1:
5,472
Last Update:
11 Dec 2017
Package Maintainer(s):
Software Author(s):
- FSF
Tags:
emacs editor
Emacs 64 bit (Unofficial)
Downloads:
11,727
Downloads of v 25.3.1:
5,472
Maintainer(s):
Software Author(s):
- FSF
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
All Checks are Passing
2 Passing Test
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved by moderator flcdrg on 14 May 2020.
Emacs-w64 project provides 64-bit Windows optimized binaries of 100% unmodified GNU Emacs along with a few optional dependencies. The build maintainer is Chris Zheng. Original software is maintained by the Free Software Foundation, Inc.
GNU Emacs is an extensible, customizable text editor—and more. At its core is an interpreter for Emacs Lisp, a dialect of the Lisp programming language with extensions to support text editing.
This is a 64 bit only build from Chris Zheng. This project binaries will NOT run on 32 bit Windows. Prominent features are:
- 100% unmodified source code from git master and release version.
- Native 64-Bit binary for MS-Windows.
- Compiled with optimization.
- With JPEG, GIF, PNG, TIFF, SVG, XML2, and GnuTLS support.
Emacs-w64 project specific links:
-
Note that shim names conflict with those in Emacs package. Do not install both.
$package = 'emacs64'
$url = "https://github.com/zklhp/emacs-w64/releases/download/e0284ab/emacs-w64-25.3-O2-with-modules.7z"
$unzipLocation = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
$sha1 = "7889e0e31c9901e5ade724590ace4b5ad6e5ef66"
$is64bit = Get-ProcessorBits 64
if ($is64bit) {
Install-ChocolateyZipPackage $package $url $unzipLocation -Checksum $sha1 -ChecksumType 'sha1'
} else {
throw $_.Exception
}
Log in or click on link to see number of positives.
- emacs64.25.3.1.nupkg (7ad8c2b7f726) - ## / 61
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.
Version | Downloads | Last Updated | Status |
---|
Copyright © 1985–1987, 1993–2017 Free Software Foundation, Inc.
This package has no dependencies.
Ground Rules:
- This discussion is only about Emacs 64 bit (Unofficial) and the Emacs 64 bit (Unofficial) 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 Emacs 64 bit (Unofficial), 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.