> ## Documentation Index
> Fetch the complete documentation index at: https://docs.atlaso.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Codex CLI & Desktop

> Full automatic memory in Codex CLI; Codex Desktop installs the same plugin via its marketplace.

## Install (Codex CLI)

```bash theme={null}
codex plugin marketplace add atlaso-labs/codex && codex plugin add atlaso@atlaso
```

Your browser opens to authorize the device on first use — click
**Authorize** and you're done.

## Install (Codex Desktop)

Codex Desktop installs the same plugin through its **marketplace UI** instead
of the command line. Capabilities are identical.

## What it wires

| Piece                | What it does                                          |
| -------------------- | ----------------------------------------------------- |
| Hooks                | Recall before every prompt · capture after every turn |
| MCP tools            | Save, recall, list, and forget memories on demand     |
| Ambient Memory (Pro) | Session-start orientation block                       |

## Known issue: Codex Desktop going quiet

A known Codex Desktop issue can stop plugin hooks from firing after certain
updates — memory silently stops. Set `ATLASO_DEBUG=1` in your environment to
see whether hooks are running; if they aren't, reinstall the plugin from the
marketplace. Codex CLI is unaffected.
