2023-03-19 21:18:05 +00:00
<!DOCTYPE html>
< html >
< head >
< title > Per-user installers< / title >
< / head >
< body >
< h1 > Per-user installers< / h1 >
2023-03-19 22:59:49 +00:00
< h2 > 7-Zip< / h2 >
< p > < a href = "https://www.7-zip.org/a/7zr.exe" > Download< / a > < / p >
< p > The < code > 7zr.exe< / code > binary can be downloaded and saved anywhere on < code > %PATH%< / code > .< / p >
2023-03-19 21:18:05 +00:00
< h2 > Firefox< / h2 >
< p > < a href = "https://www.mozilla.org/en-US/firefox/all/#product-desktop-release" > Download< / a > < / p >
< p > Use the non-MSI installer for per-user installation.< / p >
< h2 > Git< / h2 >
< p > < a href = "https://git-scm.com/download/win" > Download< / a > < / p >
< p > Git can install to a user directory when run without admin permissions.< / p >
2023-03-19 21:35:25 +00:00
< h2 > Go Mono fonts< / h2 >
< p > < a href = "https://go.googlesource.com/image/+archive/refs/heads/master/font/gofont/ttfs.tar.gz" > Download< / a >
< p > Download and extract the TTF files from the < code > .tar.gz< / code > file, or checkout the binaries from Git:< / p >
< pre > < code > git clone https://go.googlesource.com/image< / code > < / pre >
< p > The font files are in < code > image/font/gofont/ttfs< / code > .< / p >
< p > Select all the < code > .ttf< / code > files, right-click, and select < em > Install< / em > .< / p >
2023-03-19 21:18:05 +00:00
< h2 > KeePassXC< / h2 >
< p > < a href = "https://keepassxc.org/download/#windows" > Download< / a > < / p >
< p > ZIP version can run from any directory.< / p >
2023-03-19 22:05:47 +00:00
< p > Requires the < a href = "https://aka.ms/vs/17/release/vc_redist.x64.exe" > Visual C++ Redistributable< / a > to be downloaded and extracted.< / p >
2023-03-19 21:18:05 +00:00
< p > The < a href = "https://wixtoolset.org/" > Wix binaries ZIP< / a > should be downloaded and extracted.
Then the Wix < em > dark.exe< / em > command should be used to extract the < em > VC_redist.x64.exe< / em > file.< / p >
< pre > < code > dark.exe -x vcruntime VC_redist.x64.exe< / code > < / pre >
< p > Then open < code > vcruntime\AttachedContainer\packages\vcRuntimeMinimum_amd64\cab1.cab< / code > and copy all the files into the KeePassXC directory.< / p >
2023-03-19 22:22:01 +00:00
< h2 > Microsoft Terminal< / h2 >
< p > < a href = "https://github.com/microsoft/terminal/releases" > Download< / a > < / p >
< p > The < code > .msixbundle< / code > will install without admin permissions.< / p >
2023-03-19 21:18:05 +00:00
< h2 > mRemoteNG< / h2 >
< p > < a href = "https://mremoteng.org/download" > Download< / a > < / p >
< p > ZIP version can run from any directory.< / p >
2023-03-21 11:09:13 +00:00
< h2 > PuTTY< / h2 >
< p > < a href = "https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html" > Download< / a > < / p >
< p > The Windows built-in ssh-agent needs admin to be started.< / p >
< p > The < a href = "https://the.earth.li/~sgtatham/putty/latest/w64/putty.zip" > ZIP file< / a > can be extracted to any directory.< / p >
2023-03-19 21:18:05 +00:00
< h2 > Vim< / h2 >
< p > < a href = "https://github.com/vim/vim-win32-installer/releases/tag/v9.0.0000" > Download< / a > < / p >
2023-03-19 21:25:42 +00:00
< p > The installer can run without admin permissions, or the ZIP version can run from any directory.< / p >
2023-03-19 21:18:05 +00:00
< h2 > WinCompose< / h2 >
< p > < a href = "https://github.com/samhocevar/wincompose/releases" > Download< / a > < / p >
< p > Use the < em > NoInstall< / em > ZIP file.< / p >
< / body >
< / html >