The List Coder CLI lets agents and developers script interactions without building API integrations. Official package: @listcoder/cli on npm.
npm install -g @listcoder/cli
# aliases
npm install -g list-coder
npx @listcoder/cli --help
list-coder --helpHomebrew (coming): brew install list-coder • PyPI mirror: pip install list-coder (wrapper)
list-coder download --product omni --platform linux — List/resolve downloads (GET /api/download)list-coder models — List open-source models (GET /api/models)list-coder health — Health checklist-coder feedback — Help for POST /api/feedbackAll commands call https://list-coder.com/api/v1 with typed JSON (see /openapi.json). Free tier, no API key for downloads/models/health; feedback/composer need Bearer token from /login → Dashboard.
Docs: docs.list-coder.com • Source: github.com/.../cli • Sitemap: /sitemap.xml