‼ | This article is a work in progress. |
Alpine Mail on Windows is also known as…
To learn about the Alpine mail and newsgroup client, see Infinite Ink’s #alpine-mail portal.
This article assumes that Git Bash is installed1 on your Windows device and that you know how to…
.zip
file andAfter ~15 years of using Windows Alpine v2.01, which was released in 2009, I recently installed the latest Windows Alpine (v2.26).2
Below are the steps I used to install
Windows Alpine v2.26.
Note that
you do not need to have
Git Bash
on your system to install
Windows Alpine. I use it
because it makes a lot of things – for example gpg
–
easier.
alpine-2.26.zip
and
windows-2.26.tar.xz.sig
into
the
Downloads
directory.Downloads
directory
in
Windows Explorer.In the Git Bash terminal,
check the checksum
of
alpine-2.26.zip
,
by
runnning
the following:
sha256sum alpine-2.26.zip
alpine-2.26.zip
has this SHA-256 checksum:d754c781f84e4034ddbc6e33188deef5​b3566bdcd296945cad7ee955a070ae3b
To verify that the zip file was created by Eduardo Chappa, Alpine’s primary developer, do the following at a Git Bash prompt.
To import Eduardo’s GPG public key, run:
gpg --import alpine.chappa\@yandex.com.gpg
To verify, run:
gpg --verify windows-2.26.zip.sig alpine-2.26.zip
Make sure
the output of
this command displays Good signature
.
alpine-2.26.zip
and extract the zipped files
into a directory named
alpine-2.26
.
Inside this directory is a directory named
alpine2_26
.alpine2_26
to
Alpine2_26
(because my personal style is to use an initial cap for directory names).Alpine2_26
directoryAlpine2_26
directory
in the root of the C:
drive,
but you can put it wherever you like.
On my system, the directory structure now includes this:C:\
└── Alpine2_26\
├── Certs\
├── alpine.exe
├── ldap32.dll
├── libcrypto-3.dll
├── libssl-3.dll
├── LICENSE
└── NOTICE
alpine.exe
Change the focus to a Git Bash window.
To view the changes Alpine made to your system, run these three commands at a Git Bash command prompt:
/c/Alpine2_26/alpine.exe -registry dump
ls -la /c/Alpine2_26
ls -la $HOME/mail
Note that Alpine updated the Windows registry and created these:
/c/Alpine2_26/pinerc
$HOME/mail/
$HOME/mail/savemail
$HOME/mail/sentmail
To launch Alpine again, run this at a Git Bash command prompt:
/c/Alpine2_26/alpine.exe
MSC
,
which means
Main Menu,
Setup,
Config.imap.fastmail.com/user=secret@fastmail.com/ssl
with “secret” replaced with my actual Fastmail user name.To install
Git Bash,
install
Git for Windows.
When I install
Windows Alpine,
I use
Git Bash
mainly
because it
includes
sha256sum
and gpg
.
To learn about
Git Bash,
see
Infinite Ink’s
Git Bash Is My Preferred Windows Shell. ↩︎
Alpine v2.26 was released 2022-June-2. To view Alpine releases (and more), see repo.or.cz/alpine.git/shortlog. ↩︎
^C means Ctrl-C. ↩︎
@nm@mathstodon.xyz
or
#InfiniteInk
in it.