An open API service indexing awesome lists of open source software.

https://github.com/sourcegraph/awesome-code-ai

A list of AI coding tools (assistants, completions, refactoring, etc.)
https://github.com/sourcegraph/awesome-code-ai

List: awesome-code-ai

Last synced: about 2 months ago
JSON representation

A list of AI coding tools (assistants, completions, refactoring, etc.)

Awesome Lists containing this project

README

        

# Awesome-Code-AI

[![Awesome](https://cdn.jsdelivr.net/gh/sindresorhus/awesome@d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)

A list of AI coding tools (assistants, completion, refactoring, etc.).

[Open a pull request](https://github.com/sourcegraph/awesome-code-ai/pulls) to add or edit this list.

## AI code completion tools

- [Google Gemini Code Assist](https://codeassist.google)
- [GitHub Copilot](https://github.com/features/copilot)
- [CodiumAI](https://www.codium.ai/)
- [Codeium](https://www.codeium.com/)
- [Tabnine](https://www.tabnine.com/)
- [Replit Ghostwriter](https://replit.com/site/ghostwriter)
- [Refact.ai](https://refact.ai/)
- [FauxPilot](https://github.com/fauxpilot/fauxpilot)
- [CodeComplete](https://codecomplete.ai)
- [Continue](https://continue.dev/)
- [Amazon CodeWhisperer](https://aws.amazon.com/codewhisperer/)
- [GitLab Code Suggestions](https://docs.gitlab.com/ee/user/project/repository/code_suggestions.html)
- [Sourcegraph Cody](https://about.sourcegraph.com/cody)
- [Obsidian copilot auto completion](https://github.com/j0rd1smit/obsidian-copilot-auto-completion)
- [JetBrains AI](https://www.jetbrains.com/ai/)
- [TabbyML](https://github.com/TabbyML/tabby)

## Code completion LLMs

- [Salesforce CodeGen](https://github.com/salesforce/CodeGen) (open-source)
- [OpenAI Codex](https://openai.com/blog/openai-codex/) (publicly available API)
- [Internal Google model](https://ai.googleblog.com/2022/07/ml-enhanced-code-completion-improves.html)

## AI code assistants/search

- [Replit Ghostwriter](https://replit.com/site/ghostwriter)
- [Cosine](https://ai.cosine.sh/)
- [Cursor](https://www.cursor.sh/) (editor)
- [Wizi](https://github.com/wizi-ai/code-search)
- [Phind](https://www.phind.com/)
- [Safurai](https://www.safurai.com/)
- [CensusGPT](https://censusgpt.com/)
- [Autodoc](https://github.com/context-labs/autodoc)
- [Sourcegraph Cody](https://about.sourcegraph.com/cody)
- [ZZZ Code AI](https://zzzcode.ai/)
- [StackSpot AI](https://ai.stackspot.com/)
- [Pixee](https://pixee.ai) - Pixeebot finds security and code quality issues in your code and creates merge-ready pull requests with recommended fixes.
- [16x Prompt](https://prompt.16x.engineer/)
- [Blinky Debugging Agent](https://github.com/seahyinghang8/blinky)
- [Plandex](https://github.com/plandex-ai/plandex)
- [Potpie](https://potpie.ai)
- [Aider](https://aider.chat)
- [PoorCoder](https://github.com/vgrichina/poorcoder) – set of Unix-style scripts to assist coding using AI apps like Claude, Grok, ChatGPT, etc
- [Fynix](https://fynix.ai) - AI coding assistant to help developers throughout SDLC.
- [Memex](https://memex.tech/) - Your desktop AI that turns words into working apps. Native for Mac, Linux, and Windows.

## AI code review
- [CodeReviewBot](https://codereviewbot.ai)

## AI code refactoring tools

- [Codiga](https://www.codiga.io/) - Refactoring, code analysis, and recommendation platform.
- [Refact.ai](https://refact.ai/) - AI-powered refactoring and code transformation tool.
- [DeepCode](https://www.deepcode.ai/) - AI-based code analysis for finding bugs and offering refactoring suggestions.
- [JetBrains Qodana](https://www.jetbrains.com/qodana/) - Offers automated code refactoring, security analysis, and technical debt management.
- [Tabnine](https://www.tabnine.com/) - Offers assistance with code refactoring by providing AI-generated code improvements.
- [Resharper](https://www.jetbrains.com/resharper/) - Provides AI-assisted code refactoring for .NET and other languages.
- [Atomist](https://atomist.com/) - Allows automatic code modification and refactoring through "code transformations."
- [Test Gru](https://gru.ai/) - Provides enterprise-level unit test automation services.

## AI code security

- [CodeGate](https://github.com/stacklok/codegate) - AI coding without compromise. CodeGate protects, encrypts, and keeps developers in control when using AI coding assistant tools.

## ChatGPT in your editor

- [autocomplete.sh](https://github.com/closedLoop-technologies/autocomplete-sh)
- [CodeGPT.nvim](https://github.com/dpayne/CodeGPT.nvim)
- [org-ai](https://github.com/rksm/org-ai)
- [Genie AI - ChatGPT - VS Code](https://github.com/ai-genie/chatgpt-vscode)

## LLM-powered natural language compilers

- [Parsel 🐍](https://github.com/ezelikman/parsel)

## Similar Lists:
- [Awesome-Ai-Analytics](https://github.com/Snowboard-Software/awesome-ai-analytics)
- [Awesome-Ai-Agents](https://github.com/e2b-dev/awesome-ai-agents)
- [Awesome-Ai-Tools](https://github.com/ikaijua/Awesome-AITools)
- [Awesome Ai DevTools](https://github.com/jamesmurdza/awesome-ai-devtools)

---