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
- Download the
.exe
installer from the Releases page. - Run the installer and follow the on-screen instructions.
- 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:
Drag the
.app
file from the mounted.dmg
image to your "Applications" folder.Open the Terminal app.
Execute the following command (you may need to enter your system password):
sudo xattr -cr /Applications/Chatspeed.app
After the command executes successfully, you can open the application normally.
Linux
- Download the
.AppImage
,.deb
, or.rpm
file from the Releases page. - For
.AppImage
files, first grant execute permissions (chmod +x Chatspeed*.AppImage
), then run it directly. - For
.deb
files, use your package manager to install, or install via the commandsudo dpkg -i Chatspeed*.deb
. - For
.rpm
files, use your package manager to install, or install via the commandsudo 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:
- Quick Start - Run your first AI proxy.
- Configuration Guide - Configure your models and groups in detail.
- ccproxy Module - Learn about the core proxy features.
Getting Help
If you encounter problems during installation: