Skip to content

aichat

All-in-one LLM CLI tool featuring Shell Assistant, Chat-REPL, RAG, AI Tools & Agents, with access to OpenAI, Claude, Gemini, Ollama, Groq, and more.

Package Information

  • Domain: crates.io/aichat
  • Name: aichat
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install aichat

Programs

This package provides the following executable programs:

  • aichat

Available Versions

Show all 3 versions
  • 0.30.0, 0.29.0, 0.28.0

Latest Version: 0.30.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) aichat -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.aichat

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.