Quick Start Guide
This guide will help you get up and running with Levitate IDE in just a few minutes.
Installation
-
Visit levitate.run/download and download the appropriate version for your operating system:
- Windows (.exe installer)
- macOS (.dmg file)
- Linux (.deb or .AppImage)
-
Run the installer and follow the on-screen instructions.
-
Once installed, you can launch Levitate from:
- Windows: Start menu or desktop shortcut
- macOS: Applications folder
- Linux: Application launcher or terminal (
levitate)
Your First Session
Opening a Project
-
Launch Levitate IDE
-
From the welcome screen, select one of the following options:
- Open Folder - Open an existing project directory
- Clone Repository - Clone a Git repository
- Recent Projects - Access a recently opened project

Exploring the Interface
Levitate features a clean, distraction-free interface:
- Editor Area (center) - Main coding area with tabs for open files
- File Explorer (left) - Navigate your project files
- Terminal (bottom) - Integrated command line interface
- Source Control (left) - Git operations panel
- AI Assistant (right) - Chat and code assistance
Essential Features to Try
1. Semantic Code Search
Press Ctrl+Shift+P (or Cmd+Shift+P on macOS) and type "Search:" followed by a natural language query about your code:
Search: function that handles login
This searches your codebase semantically rather than just looking for specific text.
2. AI Code Completion
As you type, Levitate offers intelligent code completions based on:
- Your current code context
- Project patterns and conventions
- Best practices for your language
Press Tab to accept a suggestion or use arrow keys to navigate options.
3. Integrated Terminal
Press Ctrl+` to open the terminal panel. The terminal automatically:
- Sets the working directory to your project root
- Inherits your environment variables
- Provides command history and tab completion
4. Git Integration
Access Git features through the Source Control panel:
- Click the branch name in the status bar to switch branches
- Stage changes by clicking the + icon next to modified files
- Enter a commit message and press
Ctrl+Enterto commit - Use the menu options to push, pull, and manage branches
5. Command Palette
Press Ctrl+Shift+P (or Cmd+Shift+P on macOS) to open the command palette, which gives you quick access to all Levitate features without leaving the keyboard.
What's Next?
- Explore the full User Guide to learn all Levitate features
- Set up your editor preferences in the Configuration section
- Learn efficient workflows with Keyboard Shortcuts
Need help? Visit our Community Forum or check the FAQ.