programs#
usage: openprogram programs [-h] verb ...
programs run#
Run a program
| Option | Description |
|---|---|
name |
Program name to run |
--arg, -a ARG |
Program arg as key=value (repeatable) |
--provider, -p PROVIDER |
LLM provider: claude-code, openai-codex, gemini-cli, anthropic, openai, gemini. Auto-detected if not specified. |
--model, -m MODEL |
Model name override (e.g. sonnet, gpt-4o, claude-sonnet-4-6). |
programs list#
List all saved programs
programs available#
List installable programs + installed third-party harnesses
programs install#
Install a program (gui/research/wiki/all) or any third-party harness by git URL / owner/repo
| Option | Description |
|---|---|
name |
gui | research | wiki | all — or a git URL / owner/repo for a third-party harness |
--upgrade, -U |
Reinstall/upgrade even if already present |
programs uninstall#
Uninstall a program (gui/research/wiki/all) or a third-party harness by its clone-dir name
| Option | Description |
|---|---|
name |
Program or harness dir name to uninstall |