avante-corp/avante.nvim

Use your Neovim like using Cursor AI IDE!

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 8 minutes ago
Added to GitGenius on September 3rd, 2026
Created on August 14th, 2024
Open Issues & Pull Requests: 45 (+0)
GitHub issues: Enabled
Number of forks: 850
Total Stargazers: 18,153 (+1)
Total Subscribers: 77 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 28
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 129 days
Stale 30+ days: 15
Stale 90+ days: 5

Recent activity

Opened in 7 days: 0
Closed in 7 days: 1
Comments in 7 days: 2
Events in 7 days: 4

Top labels

  • bug (638)
  • Stale (553)
  • enhancement (269)
  • acp (10)
  • new feature (9)
  • provider: deepseek (6)
  • security (3)
  • backlog (2)

Detailed Description

avante.nvim is a Neovim plugin that emulates the behavior of the Cursor AI IDE.

The tool addresses the workflow of developers who want AI-assisted coding without leaving Neovim. It provides AI-driven code suggestions through multiple provider backends including OpenAI, Anthropic, Mistral, DeepSeek, Ollama, and Llama-cpp, along with Agent Client Protocol support. Users can ask questions about their code and receive intelligent suggestions, then apply recommended changes directly to source files with a single command. The plugin supports project-specific customization through an instruction file that can be placed in the project root and automatically referenced during workspace changes. Optional RAG capability is available with additional configuration.

Developers should adopt this tool if they work primarily in Neovim and want AI assistance comparable to Cursor without switching editors. It suits projects where developers are comfortable configuring multiple AI provider backends and managing API credentials. The plugin requires Neovim version 0.12 or later.

The project receives issues from both core maintainers and external users, indicating adoption beyond the core team without an overwhelming support burden. Maintainers typically respond to new issues and pull requests within a day. Work in the issue tracker centers on bug fixes, enhancements, and new feature development.