Wingetlywingetly
← All apps
N

Nexa MemKeeper

by SosomLabv0.7.0

Last updated

Tray-resident memory optimizer for Windows that stays under 5 MB itself.

Install with winget

$ winget install --id SosomLab.NexaMemKeeper --exact --version 0.7.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Nexa MemKeeper

Nexa MemKeeper uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /ALLUSERS /TASKS="".

One-line silent install (x64, machine scope)
NexaMemKeeper-0.7.0-setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /ALLUSERS /TASKS=""

See the full silent install reference for Nexa MemKeeper

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

Nexa MemKeeper watches Windows memory from the tray and reclaims what is no longer

needed. It is written in pure Rust on the Win32 API - no managed runtime, no UI

framework, no external DLLs beyond the OS inbox set.

Feature code (process list, cleanup engine) runs in on-demand worker processes and is

released the moment you close the window, so the resident shell stays around 1.5 MB.

Highlights: Top 5 popup on tray click; Task Manager-style process list with app

grouping, live search by name/PID/window title, and kill process / process tree /

thread; selectable cleanup areas (working-set trim, standby purges, modified-page

flush, system working set, page combining); automatic cleanup on a usage threshold,

on a schedule, or when Windows signals low memory, with a cooldown. English/Korean UI.

Free for personal and other noncommercial use; commercial use requires a paid license.

Installers · v0.7.0

ArchitectureTypeScopeInstallDownload
x64EXE
Inno Setup
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for Nexa MemKeeper.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • Nexa Dir (Portable)SosomLab
    SosomLab.NexaDir.Portablev0.18.1

    Lightweight, keyboard-first file explorer for Windows — portable single exe.

  • Nexa Markdown ViewerSosomLab
    SosomLab.NexaMarkdownViewerv0.3.4

    Nexa Markdown Viewer — GitHub 스타일 크로스플랫폼 Markdown 뷰어 (by SosomLab, Tauri+React)

  • Nexa DirSosomLab
    SosomLab.NexaDirv0.18.1

    Lightweight, keyboard-first file explorer for Windows in a single native exe.

  • nShiftSpaceSosomLab
    SosomLab.nShiftSpacev0.1.0

    Ultra-lightweight Shift+Space Korean/English IME toggle for Windows

  • N
    Nexa MemKeeper (Portable)SosomLab
    SosomLab.NexaMemKeeper.Portablev0.7.0

    Tray-resident memory optimizer for Windows - portable, no installer.

  • P
    PopplerOwen Schwartz
    oschwartz10612.Popplerv25.07.0-0

    Download Poppler binaries packaged for Windows with dependencies

More from SosomLab or browse memory, optimizer, ram.

Frequently asked questions

How do I install Nexa MemKeeper on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id SosomLab.NexaMemKeeper --exact --version 0.7.0. winget downloads the installer from SosomLab and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Nexa MemKeeper silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id SosomLab.NexaMemKeeper --exact 0.7.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Nexa MemKeeper?
Nexa MemKeeper uses EXE (Inno Setup). Run the downloaded installer with: NexaMemKeeper-0.7.0-setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /ALLUSERS /TASKS="". The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /ALLUSERS /TASKS="".
How do I uninstall Nexa MemKeeper via winget?
Run: winget uninstall --id SosomLab.NexaMemKeeper --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Nexa MemKeeper's Apps & Features entry.
Is Nexa MemKeeper free?
Nexa MemKeeper is distributed under PolyForm Noncommercial License 1.0.0. Refer to the publisher (https://github.com/SosomLab/nexa-memkeeper) for the full license terms - Wingetly itself does not charge for installation.
Does Nexa MemKeeper work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Nexa MemKeeper directly from the publisher.
How do I keep Nexa MemKeeper up to date?
Run winget upgrade --id SosomLab.NexaMemKeeper --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Nexa MemKeeper from microsoft/winget-pkgs.