Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,17 @@ Alternatively, download the client from one of the following links after checkin

<Render file="warp/system-requirements/windows" />

**[Windows Release Builds](https://install.appcenter.ms/orgs/cloudflare/apps/1.1.1.1-windows-1/distribution_groups/release)**
**[Latest Windows Release](https://downloads.cloudflareclient.com/v1/download/windows/ga)**

**[Windows Beta Builds](https://install.appcenter.ms/orgs/cloudflare/apps/1.1.1.1-windows/distribution_groups/beta)**

**[Alternate download link](https://one.one.one.one)**
**[Latest Windows Beta](https://downloads.cloudflareclient.com/v1/download/windows/beta)**

## macOS

<Render file="warp/system-requirements/macos" />

**[macOS Release Builds](https://install.appcenter.ms/orgs/cloudflare/apps/1.1.1.1-macos-1/distribution_groups/release)**

**[macOS Beta Builds](https://install.appcenter.ms/orgs/cloudflare/apps/1.1.1.1-macos/distribution_groups/beta)**
**[Latest macOS Release](https://downloads.cloudflareclient.com/v1/download/macos/ga)**

**[Alternate download link](https://one.one.one.one)**
**[Latest macOS Beta](https://downloads.cloudflareclient.com/v1/download/macos/beta)**

## Linux

Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/warp-client/get-started/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ Before installing and setting up the WARP Client, ensure that your device meets

<Render file="warp/system-requirements/macos" product="cloudflare-one" />

[Download for macOS](https://install.appcenter.ms/orgs/cloudflare/apps/1.1.1.1-macos-1/distribution_groups/release)
[Download for macOS](https://downloads.cloudflareclient.com/v1/download/macos/ga)

## Windows

<Render file="warp/system-requirements/windows" product="cloudflare-one" />

[Download for Windows](https://install.appcenter.ms/orgs/cloudflare/apps/1.1.1.1-windows-1/distribution_groups/release)
[Download for Windows](https://downloads.cloudflareclient.com/v1/download/windows/ga)
2 changes: 1 addition & 1 deletion src/content/docs/warp-client/get-started/macOS.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ head:

import { Render } from "~/components";

1. Download Cloudflare WARP for macOS from [Microsoft App Center](https://install.appcenter.ms/orgs/cloudflare/apps/1.1.1.1-macos-1/distribution_groups/release) or [1.1.1.1](https://1.1.1.1/).
1. Download Cloudflare WARP for macOS from [here](https://downloads.cloudflareclient.com/v1/download/macos/ga).
2. Go to your predefined download folder and open the `.pkg` file.
3. Follow the instructions to complete installation. Cloudflare WARP will automatically launch and appear in your menu bar with the Cloudflare logo.
4. Select **Next** and **Accept** Cloudflare's privacy policy.
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/warp-client/get-started/windows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ head:

import { Render } from "~/components"

1. Download Cloudflare WARP for Windows from [Microsoft App Center](https://install.appcenter.ms/orgs/cloudflare/apps/1.1.1.1-windows-1/distribution_groups/release) or [1.1.1.1](https://1.1.1.1/).
1. Download Cloudflare WARP for macOS from [here](https://downloads.cloudflareclient.com/v1/download/windows/ga).
2. Go to your predefined download folder and open the executable file to install WARP.
3. Follow the instructions to complete installation. Cloudflare WARP will automatically launch and appear in your menu bar with the Cloudflare logo.
4. Select **Next** and **Accept** Cloudflare's privacy policy.
Expand Down
Loading