---
title: "winget"
description: "Install or remove packages through WinGet and track the operations."
---

> Documentation Index
> Fetch the complete documentation index at: https://outfitting.jfa.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# winget

`winget` is available in the Windows manager build. Operations are recorded in `windows.lock.json` and pushed by default. `--no-push` keeps the updated lock local.

## `install`

**Syntax:** `outfitting-manager winget install <package...> [--no-push]`

Installs and tracks one or more WinGet package IDs.

## `uninstall`

**Syntax:** `outfitting-manager winget uninstall <package...> [--no-push]`

Removes and tracks one or more WinGet package IDs.

Source: https://outfitting.jfa.dev/docs/cli/winget/index.mdx
