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

# Requirements

> What you need before installing: a supported harness version, a supported operating system, the command line tool, and a Nito account.

## Your Harness

You need a working install of one of these.

| Harness     | Minimum version    |
| :---------- | :----------------- |
| Claude Code | `2.1.214` or newer |
| Codex CLI   | `0.144.5` or newer |

## Operating System

* **macOS and Linux.** Fully supported.
* **Windows.** Supported. One difference: if a private session crashes, its temporary profile may sit on disk until the operating system clears it, rather than being removed on exit.

## The Command Line Tool

Install `nito` globally with npm. It needs **Node.js 18 or newer**.

```bash theme={"theme":{"light":"github-light","dark":"github-dark"},"languages":{"custom":["typescript","python","curl"]}}
npm install -g nito-ai
```

That one tool installs the plugin for you and powers file attachments and private and session launches. Both install guides start here.

## Account

A **Nito account**.&#x20;

<CardGroup cols={2}>
  <Card title="Install in Claude Code" icon="download" href="/get-started/install-claude-code" />

  <Card title="Install in Codex" icon="terminal" href="/get-started/install-codex" />
</CardGroup>
