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

# Installation

> Install and update the Devbox CLI on macOS, Linux, or Windows.

Install the Devbox CLI by following the instructions for your operating system.

## Install

<Tabs>
  <Tab title="macOS" icon="https://mintcdn.com/namespace-labs/YnODJWPvsMShiQQC/images/icons/apple.svg?fit=max&auto=format&n=YnODJWPvsMShiQQC&q=85&s=1076263ef0a75ced2146cc606bb3871b" width="24" height="24" data-path="images/icons/apple.svg">
    ```bash theme={null}
    curl -fsSL get.namespace.so/devbox/install.sh | bash
    ```
  </Tab>

  <Tab title="Linux" icon="https://mintcdn.com/namespace-labs/RAfpS6JkeZq1maU3/images/icons/linux.svg?fit=max&auto=format&n=RAfpS6JkeZq1maU3&q=85&s=5442034c78f9da6d7b50cbdc5a915f3a" width="24" height="24" data-path="images/icons/linux.svg">
    ```bash theme={null}
    curl -fsSL get.namespace.so/devbox/install.sh | bash
    ```
  </Tab>

  <Tab title="Windows" icon="https://mintcdn.com/namespace-labs/YnODJWPvsMShiQQC/images/icons/windows.svg?fit=max&auto=format&n=YnODJWPvsMShiQQC&q=85&s=63c0bb0e51580dcbd2cbef4b1801f545" width="4875" height="4875" data-path="images/icons/windows.svg">
    Run the following command in PowerShell:

    ```powershell theme={null}
    irm https://get.namespace.so/devbox/install.ps1 | iex
    ```

    Restart your terminal if `devbox` is not available on your `PATH` after installation.
  </Tab>
</Tabs>

## Update

Update the Devbox CLI to the latest release:

```bash theme={null}
devbox update
```
