Edit.NET is a powerful terminal-based text editor built with Avalonia and Consolonia, designed to provide a seamless and efficient editing experience in the console.
- EXE Installer: Download and run the
.exeinstaller. Note that this might not automatically add the application to your system PATH.
- AppImage: Download the
.AppImage, make it executable (chmod +x), and run it. - DEB/RPM: Install using your package manager (
dpkg -iorrpm -i).
- DMG: Download and open the
.dmg, then drag the application to your Applications folder.
If you have the .NET SDK installed, you can install Edit.NET as a global tool:
dotnet tool install -g EditDotNetTo update the tool to the latest version:
dotnet tool update -g EditDotNetOnce installed, run the editor by typing:
edit.netor by running it from the system menu or by searching for it in your application launcher.