Skip to content

Install the wt CLI

The wt CLI is the entry point to every WonderTwin workflow — running twins locally, scanning your project for SDKs that need twinning, subscribing to twins, and integrating twins into your application. This page covers installing the CLI itself; once it’s on your PATH, head to Running twins locally to spin up your first twin.

Terminal window
brew install wondertwin-ai/tap/wt

This single command taps wondertwin-ai/homebrew-tap and installs the wt formula. Homebrew handles updates via brew upgrade wt.

Terminal window
wt --version

You should see the installed CLI version printed. If wt isn’t found, your PATH doesn’t include the install location — Homebrew installs to /opt/homebrew/bin (Apple Silicon) or /usr/local/bin (Intel/Linux), both of which are usually already on PATH.

  • Your first twin — declare twins in wondertwin.json, run wt up, and point your SDK at localhost. Three steps, no new framework.
  • Wire your app to talk to it — the substitution pattern that lets dev/staging route through twins while production talks to real services.
  • Browse the catalog — every twin we offer, by tier and category.