Getting started
Installation
Installation
A single command sets everything up: it detects your platform, downloads the latest version, and installs the Simetrik CLI along with the Claude skill.
Linux and macOS
curl -fsSL https://cli.simetrik.com | shWindows (PowerShell)
irm https://cli.simetrik.com/install.ps1 | iexVerify the installation:
simetrik --version:::warning Important
Restart your terminal after installing on Windows so the simetrik command becomes available.
:::