Skip to content

JetBrains extension providing access to state-of-the-art LLMs, such as GPT-4, Claude 3, Code Llama, and others, all for free

License

Notifications You must be signed in to change notification settings

carlrobertoh/CodeGPT

Repository files navigation


plugin-icon

CodeGPT

The leading open-source AI copilot for JetBrains. Connect to any model in any environment, and customize your coding experience in any way you like.

Downloads Rating Discord Version

Table of Contents
  1. About The Project
  2. Core Features
  3. Getting Started
  4. Features
  5. Running Locally
  6. Privacy
  7. Feedback
  8. License

Plugin screenshot

About The Project

CodeGPT is your go-to AI coding assistant, offering assistance throughout your entire software development journey while keeping privacy in mind. Access state-of-the-art large language models from leading providers such as OpenAI, Anthropic, Azure, Mistral, and others, or connect to a locally hosted model for a completely offline and transparent development experience.

Core Features

CodeGPT offers a wide range of features to enhance your coding experience:

Chat

  • Engage in natural language conversations about your code
  • Get explanations, suggestions, and answers to your programming questions
  • Upload and discuss images related to your code or project

Code

  • Receive context-aware code completions as you type
  • Edit existing code using natural language instructions
  • Generate descriptive commit messages automatically
  • Get naming suggestions for variables, methods, and classes

Customize

  • Choose from multiple AI models, including local and self-hosted options
  • Personalize your AI assistant with different personas
  • Configure custom commands for repetitive tasks

Integrate

  • Reference project files and folders for context-aware assistance
  • Access web documentation directly within your chat sessions
  • Incorporate Git history into your conversations
  • Perform web searches without leaving your IDE

For a full list of features and detailed descriptions, visit our official documentation.

Running locally

Linux or macOS

git clone https://github.com/carlrobertoh/CodeGPT.git
cd CodeGPT
git submodule update
./gradlew runIde

Windows ARM64

./gradlew runIde -Penv=win-arm64

Tailing logs

tail -f build/idea-sandbox/system/log/idea.log

Privacy

Your data stays yours. CodeGPT does not collect or store any kind of sensitive information.

However, with users' consent, we do collect anonymous usage data, which we use to understand how users interact with the extension, including the most-used features and preferred providers.

Feedback

Your input helps us grow. Reach out through:

License

Apache 2.0 © Carl-Robert Linnupuu

If you found this project interesting, kindly rate it on the marketplace and don't forget to give it a star. Thanks again!

(back to top)