SimetrikDocs
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 | sh

Windows (PowerShell)

irm https://cli.simetrik.com/install.ps1 | iex

Verify the installation:

simetrik --version

:::warning Important Restart your terminal after installing on Windows so the simetrik command becomes available. :::

On this page