rocm-cli is the ROCm AI Command Center CLI for AMD systems.
Install on Linux x86_64:
curl -fsSL https://raw.githubusercontent.com/powderluv/rocm-cli/main/install.sh | shThe installer updates your shell profile to add the install directory to PATH when needed.
Re-running the installer replaces the previous rocm-cli binaries from the same install directory.
Install the latest nightly on Linux x86_64:
curl -fsSL https://raw.githubusercontent.com/powderluv/rocm-cli/main/install.sh | sh -s -- nightlyCurrent repository status:
- interactive
rocmTUI plus non-interactive CLI commands fordoctor,serve,engines,install,update,automations,daemon, anduninstall rocmdsupervisor with managed service supervision and persisted automation/watcher runtime state- first-party
pytorchengine with managed venv installs, TheRock PyTorch wheel resolution, and OpenAI-compatible local serving - TheRock SDK resolver for
pipand tarball installs, plus managed runtime update checks - vendored Codex TUI scaffold with a packaged
rocm-codexbinary for experimental interactive launch
Planned product shape:
rocmchat-first TUI with deeper inline tool execution and approvals- TheRock-managed runtime installs with
pipvenvs by default and tarballs as an explicit option - native automations and watchers with broader contained sandbox execution
- pluggable serving engines including
pytorch,llama.cpp,vllm,sglang, andatom
Workspace layout:
apps/rocm: main CLI and future TUIapps/rocmd: local supervisor and daemon entrypointcrates/rocm-core: app paths, host summary, shared defaultscrates/rocm-engine-protocol: shared engine request and response typesengines/pytorch: first-party PyTorch serving engine
Planning docs:
plans/rocm-cli-implementation-plan.mdplans/rocm-cli-pytorch-engine-spec.md
This is an early implementation, not a production release.