Langcli logo

FAQ

Common problems you may encounter when using Langcli

How do I install node/npm?

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash
\. "$HOME/.nvm/nvm.sh"
nvm install 24
node -v # Should print "v24.14.1".
npm -v # Should print "11.11.0".
powershell -c "irm https://community.chocolatey.org/install.ps1|iex"
choco install nodejs --version="24.14.1"
node -v # Should print "v24.14.1".
npm -v # Should print "11.11.0".

Why not integrate Langcli with openRouter?

Because OpenRouter's Claude model API is too expensive! And OpenRouter's Anthropic API interface isn't very compatible with the official Claude Code API interface.

Will Langcli steal my local confidential information?

No. Langcli is open-source software, with every line of its code publicly available for anyone, including AI agents, to review. Langcli demonstrates its commitment and principle of not doing evil through transparent and open software development.

How does Langcli make money?

We partner with LangRouter, and when users consume LangRouter's LLM tokens through Langcli, we can earn a 1-2% commission.

Last Updated