Installation
This guide will help you install Trae IDE on your system.
System Requirements
- Operating System: Windows 10/11, macOS 10.15+, or Linux (Ubuntu 18.04+)
- Memory: 4GB RAM minimum, 8GB recommended
- Storage: 2GB available disk space
- Network: Internet connection for initial setup and updates
Download Options
Option 1: Official Website
- Visit trae.ai
- Click the "Download" button
- Select your operating system
- Download the installer
Option 2: Package Managers
macOS (Homebrew)
bash
brew install --cask traeWindows (Chocolatey)
bash
choco install traeLinux (Snap)
bash
sudo snap install trae --classicInstallation Steps
Windows
- Run the downloaded
.exeinstaller - Follow the installation wizard
- Choose installation directory (default recommended)
- Select additional components if needed
- Click "Install" and wait for completion
- Launch Trae IDE from the Start menu
macOS
- Open the downloaded
.dmgfile - Drag Trae IDE to the Applications folder
- Launch Trae IDE from Applications
- Allow the app to run if prompted by macOS security
Linux
- Make the downloaded file executable:bash
chmod +x trae-linux.AppImage - Run the AppImage:bash
./trae-linux.AppImage - Optionally, integrate with your desktop environment
First Launch Setup
- Welcome Screen: Choose your preferred theme and settings
- Account Setup: Sign in or create a Trae account (optional)
- Extensions: Install recommended extensions for your workflow
- Workspace: Create or open your first project
Verification
To verify your installation:
- Open Trae IDE
- Go to Help > About
- Check the version number
- Test basic functionality by creating a new file
Troubleshooting
Common Issues
Installation fails on Windows
- Run installer as administrator
- Temporarily disable antivirus software
- Check available disk space
macOS won't open the app
- Go to System Preferences > Security & Privacy
- Click "Open Anyway" for Trae IDE
Linux AppImage won't run
- Install FUSE:
sudo apt install fuse - Check file permissions
Getting Help
Next Steps
After successful installation:
- Read the Getting Started Guide
- Explore Core Features
- Try your First Project
Welcome to Trae IDE! 🚀