Some third-party Windows package managers offer a straightforward installation of GNU Emacs on Windows 7+. Notes:
- Chocolatey requires an administrative shell access, whereas Scoop does not and makes installation portable.
- Both Chocolatey and Scoop install 64-bit Emacs on 64-bit host system.
- Both Chocolatey and Scoop automatically create corresponding shims so that Emacs can be called from the console via
emacs (GUI version) or emacs -nw (terminal session).
Installation
Open elevated PowerShell and install the choco package manager, then install emacs package:
choco install emacs
Launching
By default an icon is added to the start menu and the launcher can be found at C:\ProgramData\chocolatey\bin\runemacs.exe.
Updating
choco update emacs
Removing
choco uninstall emacs
Installation
Open PowerShell and install the scoop package manager, then add extras repo (you will need to install git and 7zip as well):
scoop bucket add extras
Install emacs package:
scoop install emacs
Launching
By default an icon is added to the start menu into the Scoop Apps folder and the launcher can be found at ~\scoop\apps\emacs\current\bin\runemacs.exe.
Updating
scoop update emacs
Removing
scoop uninstall emacs