Documentation
Devgrex documentation.
Everything you need to go from install to advanced workflows — completions, agents, models, and configuration.
Quick start guide
Up and running with Devgrex in minutes.
1
Download and install
Download Devgrex for your OS and run the installer.
# Available for Windows, macOS, and Linux
2
Open a project
Open any folder. Devgrex automatically indexes your codebase.
File > Open Folder > Select your project
3
Start coding
Start typing and AI completions appear. Press Tab to accept.
const user = // AI suggestion appears here
4
Use chat (⌘L)
Press ⌘L to open AI chat and ask about your code.
⌘L: Open Chat ⌘K: Inline Edit ⌘I: Insert