This is the official Homebrew tap for Tokens Studio CLI.
brew install the-phoenix-will-fly/studio-cli/studioOr add the tap first:
brew tap the-phoenix-will-fly/studio-cli
brew install studiobrew upgrade studio# Initialize a project
studio init
# Login to Tokens Studio
studio login
# Add a token configuration
studio add
# Pull tokens
studio pull
# Watch for real-time updates
studio watchThe Tokens Studio CLI is a fast, secure command-line tool for syncing design tokens from Tokens Studio to your codebase.
- Zero Dependencies: Single binary, no Node.js required
- Cross-Platform: macOS (Intel & Apple Silicon), Linux (x64 & ARM64)
- Secure: SOC2/ISO 27001 compliant with OAuth 2.0 authentication
- Shell Completions: Bash, Zsh, Fish completions included
npm install -g @tokens-studio/studio-cli
# or
npx @tokens-studio/studio-clicurl -fsSL https://tokens.studio/install.sh | sh