SaaSHub helps you find the best software and product alternatives Learn more →
Avante.nvim Alternatives
Similar projects and alternatives to avante.nvim
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
zed
Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
-
-
-
-
-
-
-
-
netcoredbg
NetCoreDbg is a managed code debugger with GDB/MI, VSCode DAP and CLI interfaces for CoreCLR.
-
-
-
opencode.nvim
Discontinued Integrate the opencode AI assistant with Neovim — streamline editor-aware research, reviews, and requests. [Moved to: https://github.com/nickjvandyke/opencode.nvim]
avante.nvim discussion
avante.nvim reviews and mentions
-
Agent Client Protocol (ACP): Connect Any AI Agent to Any Editor
Neovim support comes through community plugins like CodeCompanion.nvim and avante.nvim. The config follows the same pattern: a command path, args, and environment variables. Neovim spawns the agent as a subprocess and pipes JSON-RPC over stdio, same as the other editors.
-
GPT-5 vs. Sonnet: Complex Agentic Coding
I've been using codecompanion.nvim[0] combined with mcp-hub.nvim[1]. Code Companion works well for interactive chat but falls short for agentic coding. It's limited to some pre-configured and user-defined "workflows" which are basically templated steps with prompts, actions, and loops.
I've been meaning to give avante.nvim[2] a try since it aims to provide a "Cursor like" experience, but for now I've been alternating between Code Companion for simple prompts and Claude CLI (in a tmux pane next to Neovim) for agentic stuff.
[0] https://codecompanion.olimorris.dev/
[1] https://ravitemer.github.io/mcphub.nvim/
[2] https://github.com/yetone/avante.nvim
-
Claude Code IDE Integration for Emacs
Avante - https://github.com/yetone/avante.nvim. Admittedly I haven't had time to keep up with it's changes and as a result have gone back to VS Code + Copilot, but it's very well integrated last I did use it.
-
OpenVSX, which VSCode forks rely on for extensions, down for 24 hours
I saw someone mention Avante on here a few days ago, which looks like it tries to emulate the Cursor experience in Vim. Might be worth a look: https://github.com/yetone/avante.nvim
-
My Tech Stack in 2025
AI assistants: copilot & avante.nvim
-
How Much Are LLMs Boosting Real-World Programmer Productivity?
I’m a solo founder/developer (https://kayshun.co) my relationship/usage of LLMs for codegen has been complicated.
At first I was all in with Copilot and various similar plugins for neovim. It helped me get going but did produce the worst code in the application. Also I found (personal preference) that the autocomplete function actually slowed me down; it made me pause or even prevented me from seeing what I was doing rather than just typing out what I needed to. I stopped using any codegen for about four months at the end of 2024; I felt it was not making me more productive.
This year it’s back on the table with avante[0] and cursor (the latter back off the table due to the huge memory requirements). Then recently Claude Code dropped and I am currently feeling like I have productivity super powers. I’ve set it up in a pair programming style (old XP coder) where I write careful specs (prompts) and tests (which I code); it writes code; I review run the tests and commit. I work with it. I do not just let it just run as I have found I waste more time unwinding its output than watching each step.
From being pretty disillusioned six months ago I can now see it as a powerful tool.
Can it replace devs? In my opinion, some. Like all things it’s garbage in garbage out. So the idea a non-technical product manager can produce quality outputs seems unlikely to me.
0: https://github.com/yetone/avante.nvim
-
Augment.vim: AI Chat and completion in Vim and Neovim
Sadly it has no good ollama support: https://github.com/yetone/avante.nvim/issues/1149
- Ask HN: Is there an equivalent of Cursor for Vim?
-
Ask HN: Best AI Code Assistant?
That used to be my flow, but I just added Avante to my Neovim and it has been a awesome for working with a single file.
If I need to do something more high level or that requires multiple files I still copy and paste to Claude / ChatGPT.
https://github.com/yetone/avante.nvim
-
Show HN: Void, an open-source Cursor/GitHub Copilot alternative
- https://github.com/yetone/avante.nvim
Did not have the time to test them yet and there are probably more.
-
A note from our sponsor - SaaSHub
www.saashub.com | 15 Jul 2026
Stats
yetone/avante.nvim is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of avante.nvim is Lua.