Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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 @@ -5,18 +5,22 @@ sidebar:
order: 3
---

import { Render, Details, WARPReleases } from "~/components";
import { Render, Details, LinkButton, WARPReleases } from "~/components";

Cloudflare tests new WARP features and improvements in an unstable beta release before adding them to the stable release. To get early access to new features, download the latest beta client from the links below.

## Windows

<LinkButton href="https://downloads.cloudflareclient.com/v1/download/windows/beta">Download latest beta release</LinkButton>

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

<WARPReleases track="windows/beta" />

## macOS

<LinkButton href="https://downloads.cloudflareclient.com/v1/download/macos/beta">Download latest beta release</LinkButton>

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

<WARPReleases track="macos/beta" />
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,30 @@ sidebar:
label: Stable releases
---

import { Render, Details, WARPReleases } from "~/components";
import { Render, Details, LinkButton, WARPReleases } from "~/components";

Download the WARP client from one of the following links after checking requirements.

## Windows

<LinkButton href="https://downloads.cloudflareclient.com/v1/download/windows/ga">Download latest stable release</LinkButton>

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

<WARPReleases track="windows/ga" />

## macOS

<LinkButton href="https://downloads.cloudflareclient.com/v1/download/macos/ga">Download latest stable release</LinkButton>

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

<WARPReleases track="macos/ga" />

## Linux

<LinkButton href="https://pkg.cloudflareclient.com/">Package repository</LinkButton>

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

<WARPReleases track="linux/ga" />
Expand Down
Loading