uxgraphics-cli
Self-hosted AI CLI. Claude + ChatGPT, your domain, your key.
Step 1 — Get access
Step 2 — Choose default model & install
Then paste this in PowerShell:
irm https://my.uxgraphics.ru/install.ps1 | iex
The installer downloads ux.ps1 and writes
%USERPROFILE%\.ux\config.json with your key and chosen model.
Step 3 — Use it
- 1
Ask anything —
ux "explain this repo"Claude GPT - 2
Pick a model on the fly —
ux --model gpt-4o "review this PR"orux --model claude-opus-5 "refactor this" - 3
YOLO mode —
ux --yolo "deploy the app"— executes without disclaimers - 4
Wipe cleanly —
ux --delete, confirmy. Removes the CLI, config and key; overwrites the key file before unlinking.