Installation Guide
INSTALL THE CLI
Use your own custom environment for learning. Install our CLI and code in your favorite IDE with your preferred tools.
macOS / Linux
Bash installation script
Run this command in your terminal:
curl -fsSL https://raw.githubusercontent.com/divyanshu-parihar/charm-cli/main/install.sh | bashView install.sh on GitHub →Windows
PowerShell installation script
Run this command in PowerShell (as Administrator):
irm https://raw.githubusercontent.com/divyanshu-parihar/charm-cli/main/install.ps1 | iexView install.ps1 on GitHub →Why Local Development?
🛠️
Your Tools
Use VS Code, Neovim, or any IDE you love
⚡
Instant Feedback
Run tests locally with zero latency
🔒
Your Environment
Keep your code on your machine