PRODUCTOWNER

Terminal chat client for the personal LLM gateway.

macOS / Linux

curl -fsSL https://get.kuznetsov.tech/install.sh | bash

Windows (PowerShell)

irm https://get.kuznetsov.tech/install.ps1 | iex

then

export PRODUCTOWNER_API_KEY=sk-...     # or: setx on Windows
PRODUCTOWNER            # interactive REPL  (short: po)
po "write a bash one-liner to dedupe lines"
po --list-models

Needs Python 3 (the installer bootstraps pipx if missing). Inside the REPL: /models, /model <name>, /system, /help.