Langcli is an AI coding assistant that supports CLI and Zed ACP Agent.
For macOS, Linux and WSL users, run the following command to install Langcli:
bash -c "$(curl -fsSL https://assets.langcli.com/installation/install-langcli.sh)"For Windows users, run the following command instead (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 installation to ensure environment variables take effect.
Make sure you have Node.js 20 or later installed. Otherwise download it from nodejs.org and install first.
npm i -g langcli-comGo to LangRouter, register an account, save your API key. Note: Free trial available.
# Start Langcli (interactive)
langcli
# Then, in the session:
hi