Documentation
Everything you need to master Kepler
Quick Start
Getting Started
Commands & Shortcuts
Installation
macOS
brew install keplerOr download the .dmg from our downloads page
Windows
winget install Kepler.KeplerOr download the installer from our downloads page
Linux
# Debian/Ubuntu
sudo apt install kepler# Fedora
sudo dnf install kepler# Snap
sudo snap install kepler --classicWorking with AI Agents
Basic Usage
Press Cmd+K (Mac) or Ctrl+K (Windows/Linux) to open the AI command palette.
Example prompts:
• "Add error handling to this function"
• "Refactor this component to use hooks"
• "Write tests for this module"
• "Explain what this code does"
Context Selection
Select code before invoking the AI to provide context. The AI will understand the surrounding code and make relevant suggestions.
Multi-file Operations
For operations spanning multiple files, use Cmd+Shift+K to open the project-wide AI assistant.
Keyboard Shortcuts
AI Commands
Open AI CommandCmd+K
Project AI AssistantCmd+Shift+K
Explain CodeCmd+E
Editor
Command PaletteCmd+P
Quick File OpenCmd+O
Find in FilesCmd+Shift+F
Toggle TerminalCtrl+`
