Skip to content

Installation

Welcome to the Flexpilot IDE installation guide! This guide will help you get Flexpilot IDE up and running on your system. 🚀

System Requirements

Before installing, ensure your system meets these requirements:

Supported Platforms

  • Windows
    • Windows 10 or 11
    • 64-bit (x64) or ARM64 processors
  • macOS
    • macOS 10.15 Catalina or newer
    • Intel or Apple Silicon processors
  • Linux
    • Debian/Ubuntu or RHEL/Fedora based distributions
    • 64-bit (x64) or ARM64 processors

Downloading the IDE

Try It Instantly!

🚀 No installation needed - start using Flexpilot IDE right now in your browser!

Click here to try the IDE instantly online before installing it.

Select your platform below to find the right download:

Windows Installation Files
ArchitectureDownload LinkNotes
💠 x64 (user)Download .exeMost common for modern PCs for normal users
💠 ARM64 (user)Download .exeARM-based devices for normal users
💠 x64 (system)Download .exeMost common for modern PCs for Administrators
💠 ARM64 (system)Download .exeARM-based devices for Administrators
Linux Installation Files
DistributionArchitectureDownload Link
🐧 Debian/Ubuntux64Download .deb
🐧 Debian/UbuntuARM64Download .deb
🐧 RHEL/Fedorax64Download .rpm
🐧 RHEL/FedoraARM64Download .rpm
macOS Installation Files
ArchitectureDownload LinkNotes
🍎 Apple SiliconDownload .zipFor M1/M2/M3 Macs
🍎 IntelDownload .zipFor Intel-based Macs

Installation Steps

Windows Setup

Finding Your Windows Architecture

  1. Press Windows + I to open Settings

  2. Navigate to System → About

  3. Under "Device specifications", check "System type":

    • "64-bit operating system, x64-based" → Download x64 version
    • "64-bit operating system, ARM-based" → Download ARM64 version
  1. Download the appropriate .exe installer
  2. Run the installer with administrator privileges
  3. Follow the installation wizard prompts
  4. Launch Flexpilot IDE from Start menu or desktop shortcut

Linux Setup

For Debian/Ubuntu systems:

bash
# Install on x64 systems
sudo dpkg -i linux-x64.deb
sudo apt-get install -f

# Install on ARM64 systems
sudo dpkg -i linux-arm64.deb
sudo apt-get install -f

For RHEL/Fedora systems:

bash
# Install on x64 systems
sudo dnf install linux-x64.rpm

# Install on ARM64 systems
sudo dnf install linux-arm64.rpm

macOS Setup

Finding Your Mac Architecture

  1. Click the Apple menu (🍎) in top-left corner

  2. Select "About This Mac"

  3. Check processor type:

    • Apple M1/M2/M3 → Download ARM version
    • Intel processor → Download Intel version
  1. Download the .zip file for your architecture
  2. Double-click to extract the archive
  3. Drag Flexpilot IDE to your Applications folder
  4. Right-click and select "Open" to launch first time
  5. Enter system password if prompted

Try Online Instantly

Looking to use Flexpilot IDE without any setup? Try our online version at ide.flexpilot.ai. It's the perfect solution for browsing GitHub repositories online without the need to clone them locally, making your workflow faster and more efficient!

Online Version Limitations

The web version has limited functionality compared to the desktop app. Some features may be restricted or unavailable.

Open any GitHub repository directly using this URL format:

https://ide.flexpilot.ai/?folder=web-fs://github/<owner>/<repo>/<branch>

Example:

https://ide.flexpilot.ai/?folder=web-fs://github/flexpilot-ai/flexpilot-ide/main

GitHub Integration

To unlock full access to Flexpilot IDE's features, sign in with your GitHub account. This will enable a personalized experience by utilizing your GitHub profile details, such as your profile picture and name, in chat interfaces and other features.

  1. Open Command Palette:
    • Windows/Linux: Ctrl + Shift + P
    • macOS: Cmd + Shift + P
  2. Type Flexpilot: Sign In with GitHub and press Enter
  3. Follow the prompts to authorize Flexpilot IDE with your GitHub account
  4. Enjoy personalized experience with your GitHub profile!