OpenSource-Hub

chatbox

Application

chatboxai/chatbox

A powerful AI client supporting multiple LLMs and platforms.

Overview

Chatbox is a desktop and mobile client that provides a unified interface for interacting with various large language models including OpenAI, Claude, Gemini, Ollama, and more. It features local data storage, markdown support, and team collaboration capabilities.

README Preview

English |
  简体中文

This is the repository for the Chatbox Community Edition, open-sourced under the GPLv3 license.

[Chatbox is going open-source Again!](https://github.com/chatboxai/chatbox/issues/2266)

We regularly sync code from the pro repo to this repo, and vice versa.

### Download for Desktop

  
    
      Windows
    
    
      MacOS
    
    
      Linux
    
  
  
    
      
        
        
        Setup.exe
      
    
    
      
        
        
        Intel
      
    
    
      
        
        
        Apple Silicon
      
    
    
      
        
        
        AppImage
      
    
  

### Download for iOS/Android

.APK

For more information: [chatboxai.app](https://chatboxai.app/)

## Quick Start

### For End Users
1. Download the appropriate installer for your platform from the [releases page](https://github.com/chatboxai/chatbox/releases)
2. Install and launch Chatbox
3. Configure your AI provider (OpenAI, Claude, etc.) in settings
4. Start chatting!

### System Requirements

| Platform | Minimum Version | Architecture |
|----------|----------------|--------------|
| Windows | Windows 10 | x64 |
| macOS | macOS 11 (Big Sur) | Intel/Apple Silicon |
| Linux | Ubuntu 20.04+ / AppImage supported distros | x64 |

---

  
    
  

### [Warp, built for coding with multiple AI agents.](https://go.warp.dev/chatbox)
[Available for MacOS, Linux, & Windows](https://go.warp.dev/chatbox)

    Chatbox
    (Community Edition)

    Your Ultimate AI Copilot on the Desktop. Chatbox is a desktop client for ChatGPT, Claude and other LLMs, available on Windows, Mac, Linux

 -->

## Features

### 🤖 AI Model Support
-   **Support for Multiple LLM Providers**  
    :gear: Seamlessly integrate with a variety of cutting-edge language models:
    -   OpenAI (ChatGPT)
    -   Azure OpenAI
    -   Claude
    -   Google Gemini Pro
    -   Ollama (enable access to local models like llama2, Mistral, Mixtral, codellama, vicuna, yi, and solar)
    -   ChatGLM-6B

-   

FAQ (1)

Troubleshooting
How to fix 401 Unauthorized error when using Claude Sonnet 4.6 in Chatbox AI app?

The developer has deployed a fix for the endpoint routing or missing header issue specific to newer Claude models. Update Chatbox to the latest version and test again. If the error persists, double-check the model name exactly matches the API's expected model ID and ensure your Anthropic key has access to that model tier.

GitHub Issue #3682