DEV Community

Irfan
Irfan

Posted on

nyrve: Self healing IDE for agentic coding

GitHub logo malwarebo / nyrve

Code editor with Claude baked in. Every change is verified before you see it.

Nyrve

A code editor where the AI proves its work


Nyrve is a VS Code fork with Claude baked directly into the editor. Not as an extension. Not as a sidebar chat. As a core part of how the editor works. The agent runs inside the editor with full access to your files, terminal, and git. Every change it makes is type-checked, tested, and verified before you see it.

What makes Nyrve different

The agent verifies its own output and fixes its own mistakes. When Nyrve modifies your code, it runs the type checker, executes relevant tests, checks coverage, and validates imports. Automatically, before showing you a single diff. If something breaks, the agent enters a self-healing loop: it reads the failure, fixes the code, and re-verifies, up to three attempts. By the time you review the changes, they've already been tested and repaired. You see the diffs alongside a verification…




Try it out and leave some feedback.

Top comments (0)