Cloudflare 中文文档
Workers
Workers
编辑这个页面
跳转官方原文档
Set theme to dark (⇧+D)

Install / Update

​​ Install

​​ Install with npm

​​ Install with cargo

Assuming you have Rust’s package manager, Cargo, installed, run:

Otherwise, to install Cargo, you must first install rustup. On Linux and macOS systems, rustup can be installed as follows:

Additional installation methods are available on the Rust site.

Windows users will need to install Perl as a dependency for openssl-sys Strawberry Perl is recommended.

After Cargo is installed, you may now install Wrangler:

​​ Manual install

  1. Download the binary tarball for your platform from the releases page. You do not need the wranglerjs-*.tar.gz download – Wrangler will install that for you.

  2. Unpack the tarball and place the Wrangler binary somewhere on your PATH, preferably /usr/local/bin for Linux/macOS or Program Files for Windows.

​​ Update

To update Wrangler, run one of the following:

​​ Update with npm

​​ Update with cargo