Langcli banner
LangcliTeam LangcliTeam

Langcli

Development community

Description

Building agentic coding assistant in public

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Langcli

[English](./README.md) | [简体中文](./docs/README_zh.md)

Langcli is an interactive AI coding assistant in the terminal, built upon the best practices of Claude Code. It features:

  • Langcli is 100% compatible with Claude Code. Therefore, the way to use Langcli is exactly the same as that of standard Claude Code and your existing projects' .claude or skills are all applicable to Langcli.
  • Even more exciting is that Langcli is deeply integrated with LangRouter, allowing you to friendly use and switch between mainstream LLM models (including Claude OPUS 4.8, GLM 5.2, GPT 5.6 sol, Deepseek v4 pro, Deepseek v4 flash, Kimi K2.7 code, Minimax M3, Mimo 2.5 pro, etc.) within an ongoing session as needed, without interrupting your context.
Alt text

Sponsors

Langrouter logo Xiaomi MiMo logo
LangRouter Xiaomi MiMo

Installation

Quick Install (Recommended)

Linux / macOS

bash -c "$(curl -fsSL https://assets.langcli.com/installation/install-langcli.sh)"

Windows (Run as Administrator CMD)

cmd /c "curl -fsSL -o %TEMP%\install-langcli.bat https://assets.langcli.com/installation/install-langcli.bat && %TEMP%\install-langcli.bat"

**Note**: It's recommended to restart your terminal after in