---
title: "self-update"
description: "Update the installed outfitting-manager executable."
---

> 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.

# self-update

**Syntax:** `outfitting-manager self-update`

Checks the latest GitHub release for the current platform, verifies its checksum, and replaces the installed compiled manager binary. It does not update packages managed by Outfitting.

| Platform | Replacement behavior |
| --- | --- |
| macOS | Replaces the executable and restores its executable bit. |
| Linux | Replaces the executable and restores its executable bit; release assets target x64 and arm64. |
| Windows | Writes a temporary executable and replaces the running executable after the process exits. |

Source: https://outfitting.jfa.dev/docs/cli/self-update/index.mdx
