Skip to main content

Getting Started

CLLM is a Command Line tool that is designed to help you write & find cli-command using Large Language Model.

Installation

To install CLLM, you can use the following command:

Homebrew (macOS and Linux)

brew tap dev-backpack/cllm
brew install cllm

Install Script (macOS and Linux)

curl -sSL https://raw.githubusercontent.com/dev-backpack/cllm/main/install.sh | sh