JetBrains IDE copilot for coding assistance
Top 24.8% on SourcePulse
ProxyAI is an AI-powered code assistant for JetBrains IDEs, offering an alternative to tools like GitHub Copilot. It aims to enhance developer productivity by connecting to various AI models, including OpenAI, Anthropic, Azure, and Mistral, or supporting self-hosted models for offline use.
How It Works
ProxyAI integrates directly into the JetBrains IDE, providing features like AI-suggested code changes with a diff preview and approval, natural language code editing, and context-aware autocompletion. It supports referencing project files, web documentation, and Git history within chat sessions, and can also perform web searches to augment LLM responses.
Quick Start & Requirements
git clone https://github.com/carlrobertoh/ProxyAI.git
), navigate into the directory (cd ProxyAI
), update submodules (git submodule update
), and run ./gradlew runIde
. For Windows ARM64, use ./gradlew runIde -Penv=win-arm64
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project is primarily targeted at Linux and macOS users, with specific instructions for Windows ARM64. The README does not detail specific performance benchmarks or potential limitations regarding model compatibility beyond the listed providers.
2 days ago
1 day