// install via winget
Command Prompt & PowerShell
click to copy
winget install StacksLabs.Clarinet
// direct download
Download Installer// about Clarinet
Clarinet is a Clarity runtime packaged as a command line tool, designed to facilitate smart contract understanding, development, testing and deployment. Clarinet consists of a Clarity REPL and a testing framework. Allowing to rapidly develop and test Clarity smart contracts, with the ability to deploy the contract to a local devnet or to testnet and mainnet.
// frequently asked questions
How do I install Clarinet using winget?
Open PowerShell or Windows Terminal and run:
winget install StacksLabs.Clarinet. Winget ships with Windows 10 (1809+) and Windows 11 — no additional install needed.What is Clarinet?
Write, test and deploy high-quality smart contracts to the Stacks blockchain.
Is Clarinet free to download?
Clarinet is distributed under the GPL-3.0 license. Use the winget command above or click the download button to get the installer directly from the publisher.
How do I update Clarinet with winget?
Run
winget upgrade StacksLabs.Clarinet in PowerShell or Windows Terminal to update Clarinet to the latest available version.What architecture does Clarinet support?
The listed installer targets the x64 architecture. See the publisher’s documentation for full compatibility details.