Esta página se muestra en inglés. Una traducción al español está en curso.
CLI ToolsMay 13, 2026·2 min de lectura

LLxprt Code — Multi-Provider AI Coding CLI

LLxprt Code is an open-source AI coding CLI that switches across providers (Anthropic, Gemini, Codex, local). Install via brew or npm.

Listo para agents

Staging seguro para este activo

Este activo primero queda en staging. El prompt copiado pide inspeccionar los archivos staged antes de activar scripts, config MCP o config global.

Stage only · 17/100Política: staging
Superficie agent
Cualquier agent MCP/CLI
Tipo
CLI Tool
Instalación
Stage only
Confianza
Confianza: Established
Entrada
Asset
Comando de staging seguro
npx -y tokrepo@latest install 5dd7868f-2b86-555e-b417-6841b45ea0c1 --target codex

Primero deja archivos en staging; la activación requiere revisar el README y el plan staged.

Introducción

LLxprt Code is an open-source AI coding CLI that switches across providers (Anthropic, Gemini, Codex, local). Install via brew or npm.

Best for: Terminal-first developers who want one CLI for multiple LLM providers

Works with: Node.js 20+ (npm path) or Homebrew, multiple provider auth flows

Setup time: 5-12 minutes

Key facts (verified)

  • GitHub: 673 stars · 89 forks · pushed 2026-05-13.
  • License: Apache-2.0 · owner avatar + repo URL verified via GitHub API.
  • README-verified entrypoint: npm install -g @vybestack/llxprt-code.

Main

  • Pick your provider strategy first: use free tiers (Gemini/Qwen), OAuth for subscriptions (Claude/Codex), or point to a local OpenAI-compatible base URL.

  • Use non-interactive mode for automation (CI scripts) and interactive REPL for exploratory coding and refactors.

  • When you need tools, connect external MCP integrations (README notes MCP support) and keep secrets in provider-specific configs.

Source-backed notes

  • README shows provider commands like /auth + /provider + /model for Gemini/Qwen/Anthropic/Codex.
  • README includes install options via Homebrew and npm (npm install -g @vybestack/llxprt-code) and a no-install npx example.
  • README describes both interactive REPL workflows and non-interactive single-command mode for automation.

FAQ

  • Do I have to use one provider?: No — README is built around switching providers and models per session.
  • Is it only interactive?: No — README shows non-interactive mode for scripted usage and CI-style automation.
  • Can I use it with local models?: Yes — README mentions local providers (LM Studio/llama.cpp/Ollama) and OpenAI-compatible base URLs.
🙏

Fuente y agradecimientos

Source: https://github.com/vybestack/llxprt-code > License: Apache-2.0 > GitHub stars: 673 · forks: 89

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados