---
title: Upgrade Allure Report
description: Step-by-step instructions for upgrading Allure Report 2 to the latest version, for all supported installation methods.
---

# Upgrade Allure Report

We recommend to use the latest version of the Allure Report command-line utility.

To upgrade your Allure Report installation to the newest version, follow the instructions below. Select the same method you used when installing the previous version.

Tip:
**Which version do I have now?**

To find out the current installed version of Allure Report, open the terminal and run `allure --version`. If it displays the same version number as the latest Allure Report release, you do not need to upgrade for now.

We also recommend running this command after an upgrade to make sure it was successful.

## Upgrade from Scoop

[![Allure Report commandline latest version](https://img.shields.io/scoop/v/allure?style=flat "Allure Report commandline latest version")](https://scoop.sh/#/apps?q=allure)

If you installed Allure Report [from Scoop](/docs/v2/install-for-windows/#install-from-scoop), use the following command to upgrade it.

```
scoop update allure
```

## Upgrade from Homebrew

[![Allure Report commandline Homebrew latest version](https://img.shields.io/homebrew/v/allure?style=flat "Allure Report commandline Homebrew latest version")](https://formulae.brew.sh/formula/allure)

If you installed Allure Report from Homebrew (for [macOS](/docs/v2/install-for-macos/#install-from-homebrew) or [Linux](/docs/v2/install-for-linux/#install-from-homebrew)), use the following command to upgrade it.

```
brew upgrade allure
```

## Upgrade from a DEB package

[![Allure Report commandline latest version](https://img.shields.io/github/v/release/allure-framework/allure2?style=flat "Allure Report commandline latest version")](https://github.com/allure-framework/allure2/releases/latest)

If you installed Allure Report [from a DEB package](/docs/v2/install-for-linux/#install-from-a-deb-package), you need to download and install a newer version of the DEB package. This will automatically replace the existing installation.

1. Go to [the latest Allure Report release on GitHub](https://github.com/allure-framework/allure2/releases/latest) and download the `allure-*.deb` file.

1. In a terminal, go to the directory with the file and install it. For example:

   ```
   sudo dpkg -i allure_2.29.0-1_all.deb
   ```

## Upgrade from a Node.js package

[![Allure Report commandline npm latest version](https://img.shields.io/npm/v/allure-commandline?style=flat "Allure Report commandline npm latest version")](https://www.npmjs.com/package/allure-commandline)

If you installed Allure Report [from a Node.js package](/docs/v2/install-for-nodejs/) for your project, upgrade it via `npm`.

```
npm update -g allure-commandline
```

## Upgrade from an archive

[![Allure Report commandline latest version](https://img.shields.io/github/v/release/allure-framework/allure2?style=flat "Allure Report commandline latest version")](https://github.com/allure-framework/allure2/releases/latest)

If you installed Allure Report from an archive (for [Windows](/docs/v2/install-for-windows/#install-from-an-archive), [macOS](/docs/v2/install-for-macos/#install-from-an-archive) or [Linux](/docs/v2/install-for-linux/#install-from-an-archive)), follow the same installation instructions again to download and install a newer archive.

When editing the environment variable on the last step, make sure to delete the path to the previous version.

Optionally, remove the directory containing the previous Allure version if you don't need it.
