$ cd ~/projects && ls

AI CLI

Terminal-based AI interaction tool for quick LLM access from the command line.

Node.js TypeScript CLI Anthropic API

Overview

AI CLI is a command-line tool for interacting with AI models directly from the terminal. It is designed for developers who live in the terminal and want quick access to LLM capabilities without switching to a browser. The tool supports multiple model providers, streaming output, and is fully pipe-friendly for integration into shell workflows.

Built with Node.js and TypeScript, the CLI connects to the Anthropic API (and other providers) to deliver fast, streaming responses. It supports conversation history, system prompts, and model selection from the command line.

AI CLI — 'ai where is my motd configured' with Gemini response explaining static and dynamic MOTD setup AI CLI configuration TUI — provider selection with Claude, Gemini, ChatGPT, and Grok enabled AI CLI TUI mode — 4 models (Claude, ChatGPT, Grok, Gemini) responding side-by-side to the same question

Features

Usage

The CLI is invoked directly from the terminal with natural language prompts. It integrates seamlessly with existing shell workflows — pipe in context, pipe out results, chain with other Unix tools. Configuration is stored in environment variables for easy setup across machines.