OpenSource-Hub

chatbox

애플리케이션

chatboxai/chatbox

支持多LLM的全平台AI客户端。

개요

Chatbox 是一款桌面和移动端客户端,提供统一界面与多种大语言模型(如 OpenAI、Claude、Gemini、Ollama 等)交互。支持本地数据存储、Markdown 渲染以及团队协作功能。

README 미리보기

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)

문제 해결
Chatbox AI 앱에서 Claude Sonnet 4.6을 사용할 때 401 Unauthorized 오류를 해결하는 방법은 무엇인가요?

개발자가 최신 Claude 모델에 특화된 엔드포인트 라우팅 또는 헤더 누락 문제에 대한 수정을 배포했습니다. Chatbox를 최신 버전으로 업데이트하고 다시 테스트하세요. 오류가 지속되면 모델 이름이 API에서 예상하는 model ID와 정확히 일치하는지 다시 확인하고, Anthropic 키가 해당 모델 등급에 접근 가능한지 확인하십시오.

원본 Issue #3682