Install with winget
Open PowerShell or Command Prompt and run:
winget install StacksLabs.Clarinet
Copied to clipboard!
1Open PowerShell or Command Prompt
2Paste and run the command above
3Follow any on-screen prompts to complete installation
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.
Advanced Install Options
Install (latest)
winget install StacksLabs.ClarinetInstall (pinned version)
winget install --id StacksLabs.Clarinet -e --version 3.14.0Upgrade
winget upgrade StacksLabs.ClarinetUninstall
winget uninstall StacksLabs.ClarinetFrequently Asked Questions
How do I install Clarinet using winget?
Open PowerShell or Windows Terminal and run:
winget install StacksLabs.Clarinet. Winget comes pre-installed on Windows 10 (1809+) and Windows 11.What is Clarinet?
Write, test and deploy high-quality smart contracts to the Stacks blockchain.
Is Clarinet free to use?
Clarinet is distributed under the GPL-3.0 license. Check the publisher’s site for full licensing details.
How do I update Clarinet with winget?
Run
winget upgrade StacksLabs.Clarinet in PowerShell or Windows Terminal to upgrade to the latest available version.How do I uninstall Clarinet?
Run
winget uninstall StacksLabs.Clarinet to remove Clarinet from your system.