Alternatives to AIChat

A command-line tool for chatting with language models, with a shell assistant, RAG and agents. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as AIChat.

  • LLM

    A command-line tool and Python library for prompting remote and locally installed language models.

    FreeProprietaryCommand line

    LLM is also a command-line tool for remote and local models, but it adds SQLite logging of every prompt and a Python library, and local models need an extra plugin.

  • Fabric

    A command-line tool for running a crowdsourced library of reusable AI prompts against language models.

    Fabric keeps the terminal workflow and local or remote model support, but it centres on a crowdsourced library of reusable prompt patterns instead of built-in RAG, agents and a shell assistant.

Similar software

Related functionality, not a direct replacement.