NEWv2.0.67·
PixTwins in your terminal
Drive your PixTwins workspace without leaving the shell. Install the CLI, sign in through your browser, and you can run one-shot prompts, drop into an interactive chat, or pipe prompts into scripts and cron jobs — all using the same agents, memories, and integrations as the web app.
- Install: npm install -g pixtwins
- Sign in via browser — `pixtwins login` — works with Google or email accounts
- One-shot mode: `pixtwins "summarize yesterday's GA4 traffic"` streams the reply and exits
- Interactive REPL: run `pixtwins` to chat back and forth, with /new to start a fresh chat
- Generated images, PDFs, and code artifacts auto-save to ./pixtwins-outputs/
- Scripting-friendly: `--json` emits structured JSONL you can pipe into jq or other tools