Just-Chat
FreeMake your LLM agent and chat with it simple and fast!
About Just-Chat
Just-Chat is an open-source tool that lets you create and interact with a local LLM agent with minimal setup. By simply cloning the repository and running docker-compose up, you get a fully containerized chat interface accessible at localhost:3000. The agent is highly customizable: you can define its behavior via a YAML profile and extend its capabilities by adding Python tools. It leverages the just-agents library to support a wide range of modern models (e.g., DeepSeek Reasoner, ChatGPT, LLAMA3.3) and includes a default (rate-limited) free Groq API key. The entire system runs in Docker (or Podman) and does not require Python or Node.js on the host machine, making it easy to deploy on any system with container support.
Key Features
Pros & Cons
- Extremely quick to get started – just clone and run docker-compose up
- Open source and free to use with no licensing restrictions
- Highly customizable via YAML profiles and Python tool addition
- Containerized deployment ensures portability and clean isolation
- Supports many modern LLMs through the just-agents library
- Works without requiring Python or Node.js on the host system
- Default Groq API key is heavily rate-limited, may require obtaining personal API keys for serious use
- Requires Docker or Podman; not suitable for environments without container support
- Not intended for production-scale deployments; assumes local or development use
- Some models (e.g., ChatGPT) require separate API keys not bundled with the tool