You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "CRE now supports additional testnets for workflow simulation: Apechain Curtis, Arc Testnet, Hyperliquid Testnet, Ink Sepolia, Jovay Testnet, Linea Sepolia, Plasma Testnet, and World Chain Sepolia.\n\nSee the [Supported Networks](https://docs.chain.link/cre/guides/workflow/using-evm-client/supported-networks) page for chain names and configuration details.",
"description": "CRE CLI version 1.0.7 is now available with internal improvements and updates to the bundled TypeScript SDK (now v1.0.7).\n\nUpdate your CLI by running `cre update` when prompted, or follow the [CLI Installation guide](https://docs.chain.link/cre/getting-started/cli-installation) for fresh installations.\n\n[See all changes on GitHub](https://github.com/smartcontractkit/cre-cli/compare/v1.0.6...v1.0.7)",
377
+
"title": "CRE CLI v1.0.7",
378
+
"topic": "CRE"
379
+
},
380
+
{
381
+
"category": "release",
382
+
"date": "2026-01-29",
383
+
"description": "TypeScript SDK version 1.0.7 is now available with internal improvements.\n\n[See all changes on GitHub](https://github.com/smartcontractkit/cre-sdk-typescript/compare/v1.0.5...v1.0.7)",
This page explains how to install the Chainlink Developer Platform CLI (also referred to as the CRE CLI) on Windows. The recommended version at the time of writing is **v1.0.6**.
14
+
This page explains how to install the Chainlink Developer Platform CLI (also referred to as the CRE CLI) on Windows. The recommended version at the time of writing is **v1.0.7**.
15
15
16
16
<PageTabs
17
17
pages={[
@@ -65,7 +65,7 @@ After the script completes, **open a new PowerShell window** and verify the inst
Compare the `Hash` value in the output with the official checksum from the [CRE CLI releases page](https://github.com/smartcontractkit/cre-cli/releases):
97
97
98
98
1. Go to https://github.com/smartcontractkit/cre-cli/releases
99
-
2. Find the release version you downloaded (e.g., v1.0.6)
99
+
2. Find the release version you downloaded (e.g., v1.0.7)
100
100
3. Under the **Assets** section, locate `cre_windows_amd64.zip`
101
101
4. Compare the SHA-256 checksum shown next to the file with the `Hash` value from your PowerShell output
102
102
103
-
**Example:** For `cre_windows_amd64.zip` in release v1.0.6, you'll see something like:
103
+
**Example:** For `cre_windows_amd64.zip` in release v1.0.7, you'll see something like:
104
104
105
105
```
106
106
cre_windows_amd64.zip
@@ -114,7 +114,7 @@ If the checksums match, the file is authentic and safe to install. If they don't
114
114
1. Navigate to the directory where you downloaded the archive.
115
115
1. Right-click the `.zip` file and select **Extract All...**.
116
116
1. Choose a permanent location for the extracted folder (e.g., `C:\Program Files\cre-cli`).
117
-
1. Inside the extracted folder, rename the file `cre_v1.0.6_windows_amd64.exe` to `cre.exe`.
117
+
1. Inside the extracted folder, rename the file `cre_v1.0.7_windows_amd64.exe` to `cre.exe`.
118
118
119
119
#### 3. Add the CLI to your PATH
120
120
@@ -139,7 +139,7 @@ Open a new **PowerShell** or **Command Prompt** window and run:
139
139
cre version
140
140
```
141
141
142
-
You should see version information: `cre version v1.0.6`.
142
+
You should see version information: `cre version v1.0.7`.
0 commit comments