ChatspeedChatspeed
Guide
ccproxy
MCP Proxy
Proxy API
  • English
  • 简体中文
GitHub
Guide
ccproxy
MCP Proxy
Proxy API
  • English
  • 简体中文
GitHub
  • Getting Started

    • User Guide
    • Installation Guide
    • Quick Start
    • Development Guide

Installation Guide

This guide will walk you through the installation process for Chatspeed.

System Requirements

Before you begin, please ensure your system meets the following requirements:

Minimum Requirements

  • Operating System: Windows, macOS, Linux
  • Memory: 1GB RAM available
  • Storage: 500MB available space
  • Network: A stable internet connection

Currently tested systems include: Windows 10, Windows Server 2019, macOS 12, macOS 15, and Ubuntu 2024. Pre-compiled binaries are available for Red Hat and Debian-based Linux distributions.

Installation Methods

Method 1: Pre-compiled Binaries (Recommended)

This is the easiest and fastest way to install:

Windows

  1. Download the .exe installer from the Releases page.
  2. Run the installer and follow the on-screen instructions.
  3. You may see a Windows SmartScreen warning. Click "More info," then "Run anyway" to proceed.

macOS

Download the .dmg file from the Releases page. For Apple Silicon, choose the file with the _aarch64.dmg suffix; for Intel chips, choose the _x86.dmg suffix.

Important Note: On recent versions of macOS, the Gatekeeper security feature may prevent the app from running and show a message that the file is "damaged". This is because the application has not yet been notarized by Apple.

Please use the following terminal command to resolve this issue:

  1. Drag the .app file from the mounted .dmg image to your "Applications" folder.

  2. Open the Terminal app.

  3. Execute the following command (you may need to enter your system password):

    sudo xattr -cr /Applications/Chatspeed.app
  4. After the command executes successfully, you can open the application normally.

Linux

  1. Download the .AppImage, .deb, or .rpm file from the Releases page.
  2. For .AppImage files, first grant execute permissions (chmod +x Chatspeed*.AppImage), then run it directly.
  3. For .deb files, use your package manager to install, or install via the command sudo dpkg -i Chatspeed*.deb.
  4. For .rpm files, use your package manager to install, or install via the command sudo rpm -ivh Chatspeed*.rpm.

Method 2: Building from Source

If you need the latest development version or want to customize the build, first ensure your system meets the following requirements:

  • Rust: 2021 edition
  • Node.js: 18.0.0 or later
  • Yarn: 1.22.0 or later
# Clone the repositorygit clone https://github.com/aidyou/chatspeed.gitcd chatspeed# Install dependenciesyarninstall# Build the projectyarn tauri build

Next Steps

After installation, you can:

  1. Quick Start - Run your first AI proxy.
  2. Configuration Guide - Configure your models and groups in detail.
  3. ccproxy Module - Learn about the core proxy features.

Getting Help

If you encounter problems during installation:

  • 🐛 Report an issue
  • 💬 Join the discussion
  • 📧 Contact support
Edit this page on GitHub
Last Updated: 8/20/25, 10:05 AM
Contributors: ezool
Prev
User Guide
Next
Quick Start