Skip to content

Releases: RedpointGames/uet

2026.1113.797

23 Apr 13:28

Choose a tag to compare

This is the release of UET 2026.1113.797. UET employs a "rolling release" strategy, so releases are extremely frequent. You can stay up-to-date by using the uet upgrade command after you install it (see below).

Download the latest version of UET

To download the latest version of UET, regardless of whether this release is the latest or not, you'll want to use one of these download links depending on your platform:

The other files in this release exist so they can be fetched on-demand by UET.

Download links for CI/CD, scripting and automation

You should not embed URLs to a specific version of UET in scripts or CI/CD. Instead, use the URL that always points to the latest version:

# Tiny shim executables that download and cache the latest release on-demand, suitable for 
# always downloading at the start of CI/CD scripts.
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim.exe      # Windows
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim          # macOS
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim.linux    # Linux

# The latest full release executables, which might be much larger.
https://github.com/RedpointGames/uet/releases/latest/download/uet.exe           # Windows
https://github.com/RedpointGames/uet/releases/latest/download/uet               # macOS
https://github.com/RedpointGames/uet/releases/latest/download/uet.linux         # Linux

Installing/upgrading UET and adding it to your PATH

Once you've downloaded UET using the links above, you can install it system-wide by running one of the following commands depending on your platform:

# for Windows
.\uet.exe upgrade

# for macOS
chmod a+x ./uet
./uet upgrade

# for Linux (sudo is required on initial install)
chmod a+x ./uet
sudo ./uet upgrade

After you run the commands above and re-open your terminal, you'll be able to just run uet ... without specifying the path to the downloaded executable.

In addition, to upgrade UET after you've already installed it system-wide, you can run uet upgrade and it will update itself.

2026.1113.655

23 Apr 11:06

Choose a tag to compare

This is the release of UET 2026.1113.655. UET employs a "rolling release" strategy, so releases are extremely frequent. You can stay up-to-date by using the uet upgrade command after you install it (see below).

Download the latest version of UET

To download the latest version of UET, regardless of whether this release is the latest or not, you'll want to use one of these download links depending on your platform:

The other files in this release exist so they can be fetched on-demand by UET.

Download links for CI/CD, scripting and automation

You should not embed URLs to a specific version of UET in scripts or CI/CD. Instead, use the URL that always points to the latest version:

# Tiny shim executables that download and cache the latest release on-demand, suitable for 
# always downloading at the start of CI/CD scripts.
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim.exe      # Windows
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim          # macOS
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim.linux    # Linux

# The latest full release executables, which might be much larger.
https://github.com/RedpointGames/uet/releases/latest/download/uet.exe           # Windows
https://github.com/RedpointGames/uet/releases/latest/download/uet               # macOS
https://github.com/RedpointGames/uet/releases/latest/download/uet.linux         # Linux

Installing/upgrading UET and adding it to your PATH

Once you've downloaded UET using the links above, you can install it system-wide by running one of the following commands depending on your platform:

# for Windows
.\uet.exe upgrade

# for macOS
chmod a+x ./uet
./uet upgrade

# for Linux (sudo is required on initial install)
chmod a+x ./uet
sudo ./uet upgrade

After you run the commands above and re-open your terminal, you'll be able to just run uet ... without specifying the path to the downloaded executable.

In addition, to upgrade UET after you've already installed it system-wide, you can run uet upgrade and it will update itself.

2026.1113.584

23 Apr 09:54

Choose a tag to compare

This is the release of UET 2026.1113.584. UET employs a "rolling release" strategy, so releases are extremely frequent. You can stay up-to-date by using the uet upgrade command after you install it (see below).

Download the latest version of UET

To download the latest version of UET, regardless of whether this release is the latest or not, you'll want to use one of these download links depending on your platform:

The other files in this release exist so they can be fetched on-demand by UET.

Download links for CI/CD, scripting and automation

You should not embed URLs to a specific version of UET in scripts or CI/CD. Instead, use the URL that always points to the latest version:

# Tiny shim executables that download and cache the latest release on-demand, suitable for 
# always downloading at the start of CI/CD scripts.
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim.exe      # Windows
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim          # macOS
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim.linux    # Linux

# The latest full release executables, which might be much larger.
https://github.com/RedpointGames/uet/releases/latest/download/uet.exe           # Windows
https://github.com/RedpointGames/uet/releases/latest/download/uet               # macOS
https://github.com/RedpointGames/uet/releases/latest/download/uet.linux         # Linux

Installing/upgrading UET and adding it to your PATH

Once you've downloaded UET using the links above, you can install it system-wide by running one of the following commands depending on your platform:

# for Windows
.\uet.exe upgrade

# for macOS
chmod a+x ./uet
./uet upgrade

# for Linux (sudo is required on initial install)
chmod a+x ./uet
sudo ./uet upgrade

After you run the commands above and re-open your terminal, you'll be able to just run uet ... without specifying the path to the downloaded executable.

In addition, to upgrade UET after you've already installed it system-wide, you can run uet upgrade and it will update itself.

2026.1108.150

18 Apr 02:43
c499586

Choose a tag to compare

This is the release of UET 2026.1108.150. UET employs a "rolling release" strategy, so releases are extremely frequent. You can stay up-to-date by using the uet upgrade command after you install it (see below).

Download the latest version of UET

To download the latest version of UET, regardless of whether this release is the latest or not, you'll want to use one of these download links depending on your platform:

The other files in this release exist so they can be fetched on-demand by UET.

Download links for CI/CD, scripting and automation

You should not embed URLs to a specific version of UET in scripts or CI/CD. Instead, use the URL that always points to the latest version:

# Tiny shim executables that download and cache the latest release on-demand, suitable for 
# always downloading at the start of CI/CD scripts.
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim.exe      # Windows
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim          # macOS
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim.linux    # Linux

# The latest full release executables, which might be much larger.
https://github.com/RedpointGames/uet/releases/latest/download/uet.exe           # Windows
https://github.com/RedpointGames/uet/releases/latest/download/uet               # macOS
https://github.com/RedpointGames/uet/releases/latest/download/uet.linux         # Linux

Installing/upgrading UET and adding it to your PATH

Once you've downloaded UET using the links above, you can install it system-wide by running one of the following commands depending on your platform:

# for Windows
.\uet.exe upgrade

# for macOS
chmod a+x ./uet
./uet upgrade

# for Linux (sudo is required on initial install)
chmod a+x ./uet
sudo ./uet upgrade

After you run the commands above and re-open your terminal, you'll be able to just run uet ... without specifying the path to the downloaded executable.

In addition, to upgrade UET after you've already installed it system-wide, you can run uet upgrade and it will update itself.

2026.1108.149

18 Apr 02:40
21b37ff

Choose a tag to compare

This is the release of UET 2026.1108.149. UET employs a "rolling release" strategy, so releases are extremely frequent. You can stay up-to-date by using the uet upgrade command after you install it (see below).

Download the latest version of UET

To download the latest version of UET, regardless of whether this release is the latest or not, you'll want to use one of these download links depending on your platform:

The other files in this release exist so they can be fetched on-demand by UET.

Download links for CI/CD, scripting and automation

You should not embed URLs to a specific version of UET in scripts or CI/CD. Instead, use the URL that always points to the latest version:

# Tiny shim executables that download and cache the latest release on-demand, suitable for 
# always downloading at the start of CI/CD scripts.
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim.exe      # Windows
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim          # macOS
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim.linux    # Linux

# The latest full release executables, which might be much larger.
https://github.com/RedpointGames/uet/releases/latest/download/uet.exe           # Windows
https://github.com/RedpointGames/uet/releases/latest/download/uet               # macOS
https://github.com/RedpointGames/uet/releases/latest/download/uet.linux         # Linux

Installing/upgrading UET and adding it to your PATH

Once you've downloaded UET using the links above, you can install it system-wide by running one of the following commands depending on your platform:

# for Windows
.\uet.exe upgrade

# for macOS
chmod a+x ./uet
./uet upgrade

# for Linux (sudo is required on initial install)
chmod a+x ./uet
sudo ./uet upgrade

After you run the commands above and re-open your terminal, you'll be able to just run uet ... without specifying the path to the downloaded executable.

In addition, to upgrade UET after you've already installed it system-wide, you can run uet upgrade and it will update itself.

2026.1108.139

18 Apr 02:34
50b7363

Choose a tag to compare

This is the release of UET 2026.1108.139. UET employs a "rolling release" strategy, so releases are extremely frequent. You can stay up-to-date by using the uet upgrade command after you install it (see below).

Download the latest version of UET

To download the latest version of UET, regardless of whether this release is the latest or not, you'll want to use one of these download links depending on your platform:

The other files in this release exist so they can be fetched on-demand by UET.

Download links for CI/CD, scripting and automation

You should not embed URLs to a specific version of UET in scripts or CI/CD. Instead, use the URL that always points to the latest version:

# Tiny shim executables that download and cache the latest release on-demand, suitable for 
# always downloading at the start of CI/CD scripts.
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim.exe      # Windows
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim          # macOS
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim.linux    # Linux

# The latest full release executables, which might be much larger.
https://github.com/RedpointGames/uet/releases/latest/download/uet.exe           # Windows
https://github.com/RedpointGames/uet/releases/latest/download/uet               # macOS
https://github.com/RedpointGames/uet/releases/latest/download/uet.linux         # Linux

Installing/upgrading UET and adding it to your PATH

Once you've downloaded UET using the links above, you can install it system-wide by running one of the following commands depending on your platform:

# for Windows
.\uet.exe upgrade

# for macOS
chmod a+x ./uet
./uet upgrade

# for Linux (sudo is required on initial install)
chmod a+x ./uet
sudo ./uet upgrade

After you run the commands above and re-open your terminal, you'll be able to just run uet ... without specifying the path to the downloaded executable.

In addition, to upgrade UET after you've already installed it system-wide, you can run uet upgrade and it will update itself.

2026.1108.135

18 Apr 02:29
2ef407b

Choose a tag to compare

This is the release of UET 2026.1108.135. UET employs a "rolling release" strategy, so releases are extremely frequent. You can stay up-to-date by using the uet upgrade command after you install it (see below).

Download the latest version of UET

To download the latest version of UET, regardless of whether this release is the latest or not, you'll want to use one of these download links depending on your platform:

The other files in this release exist so they can be fetched on-demand by UET.

Download links for CI/CD, scripting and automation

You should not embed URLs to a specific version of UET in scripts or CI/CD. Instead, use the URL that always points to the latest version:

# Tiny shim executables that download and cache the latest release on-demand, suitable for 
# always downloading at the start of CI/CD scripts.
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim.exe      # Windows
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim          # macOS
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim.linux    # Linux

# The latest full release executables, which might be much larger.
https://github.com/RedpointGames/uet/releases/latest/download/uet.exe           # Windows
https://github.com/RedpointGames/uet/releases/latest/download/uet               # macOS
https://github.com/RedpointGames/uet/releases/latest/download/uet.linux         # Linux

Installing/upgrading UET and adding it to your PATH

Once you've downloaded UET using the links above, you can install it system-wide by running one of the following commands depending on your platform:

# for Windows
.\uet.exe upgrade

# for macOS
chmod a+x ./uet
./uet upgrade

# for Linux (sudo is required on initial install)
chmod a+x ./uet
sudo ./uet upgrade

After you run the commands above and re-open your terminal, you'll be able to just run uet ... without specifying the path to the downloaded executable.

In addition, to upgrade UET after you've already installed it system-wide, you can run uet upgrade and it will update itself.

2026.1108.131

18 Apr 02:28
68296ab

Choose a tag to compare

This is the release of UET 2026.1108.131. UET employs a "rolling release" strategy, so releases are extremely frequent. You can stay up-to-date by using the uet upgrade command after you install it (see below).

Download the latest version of UET

To download the latest version of UET, regardless of whether this release is the latest or not, you'll want to use one of these download links depending on your platform:

The other files in this release exist so they can be fetched on-demand by UET.

Download links for CI/CD, scripting and automation

You should not embed URLs to a specific version of UET in scripts or CI/CD. Instead, use the URL that always points to the latest version:

# Tiny shim executables that download and cache the latest release on-demand, suitable for 
# always downloading at the start of CI/CD scripts.
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim.exe      # Windows
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim          # macOS
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim.linux    # Linux

# The latest full release executables, which might be much larger.
https://github.com/RedpointGames/uet/releases/latest/download/uet.exe           # Windows
https://github.com/RedpointGames/uet/releases/latest/download/uet               # macOS
https://github.com/RedpointGames/uet/releases/latest/download/uet.linux         # Linux

Installing/upgrading UET and adding it to your PATH

Once you've downloaded UET using the links above, you can install it system-wide by running one of the following commands depending on your platform:

# for Windows
.\uet.exe upgrade

# for macOS
chmod a+x ./uet
./uet upgrade

# for Linux (sudo is required on initial install)
chmod a+x ./uet
sudo ./uet upgrade

After you run the commands above and re-open your terminal, you'll be able to just run uet ... without specifying the path to the downloaded executable.

In addition, to upgrade UET after you've already installed it system-wide, you can run uet upgrade and it will update itself.

2026.1106.418

16 Apr 07:31
2c4b994

Choose a tag to compare

This is the release of UET 2026.1106.418. UET employs a "rolling release" strategy, so releases are extremely frequent. You can stay up-to-date by using the uet upgrade command after you install it (see below).

Download the latest version of UET

To download the latest version of UET, regardless of whether this release is the latest or not, you'll want to use one of these download links depending on your platform:

The other files in this release exist so they can be fetched on-demand by UET.

Download links for CI/CD, scripting and automation

You should not embed URLs to a specific version of UET in scripts or CI/CD. Instead, use the URL that always points to the latest version:

# Tiny shim executables that download and cache the latest release on-demand, suitable for 
# always downloading at the start of CI/CD scripts.
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim.exe      # Windows
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim          # macOS
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim.linux    # Linux

# The latest full release executables, which might be much larger.
https://github.com/RedpointGames/uet/releases/latest/download/uet.exe           # Windows
https://github.com/RedpointGames/uet/releases/latest/download/uet               # macOS
https://github.com/RedpointGames/uet/releases/latest/download/uet.linux         # Linux

Installing/upgrading UET and adding it to your PATH

Once you've downloaded UET using the links above, you can install it system-wide by running one of the following commands depending on your platform:

# for Windows
.\uet.exe upgrade

# for macOS
chmod a+x ./uet
./uet upgrade

# for Linux (sudo is required on initial install)
chmod a+x ./uet
sudo ./uet upgrade

After you run the commands above and re-open your terminal, you'll be able to just run uet ... without specifying the path to the downloaded executable.

In addition, to upgrade UET after you've already installed it system-wide, you can run uet upgrade and it will update itself.

2026.1106.336

16 Apr 06:05

Choose a tag to compare

This is the release of UET 2026.1106.336. UET employs a "rolling release" strategy, so releases are extremely frequent. You can stay up-to-date by using the uet upgrade command after you install it (see below).

Download the latest version of UET

To download the latest version of UET, regardless of whether this release is the latest or not, you'll want to use one of these download links depending on your platform:

The other files in this release exist so they can be fetched on-demand by UET.

Download links for CI/CD, scripting and automation

You should not embed URLs to a specific version of UET in scripts or CI/CD. Instead, use the URL that always points to the latest version:

# Tiny shim executables that download and cache the latest release on-demand, suitable for 
# always downloading at the start of CI/CD scripts.
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim.exe      # Windows
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim          # macOS
https://github.com/RedpointGames/uet/releases/latest/download/uet.shim.linux    # Linux

# The latest full release executables, which might be much larger.
https://github.com/RedpointGames/uet/releases/latest/download/uet.exe           # Windows
https://github.com/RedpointGames/uet/releases/latest/download/uet               # macOS
https://github.com/RedpointGames/uet/releases/latest/download/uet.linux         # Linux

Installing/upgrading UET and adding it to your PATH

Once you've downloaded UET using the links above, you can install it system-wide by running one of the following commands depending on your platform:

# for Windows
.\uet.exe upgrade

# for macOS
chmod a+x ./uet
./uet upgrade

# for Linux (sudo is required on initial install)
chmod a+x ./uet
sudo ./uet upgrade

After you run the commands above and re-open your terminal, you'll be able to just run uet ... without specifying the path to the downloaded executable.

In addition, to upgrade UET after you've already installed it system-wide, you can run uet upgrade and it will update itself.