dontpanic92
aerovim
C#

A fast, elegant, and cross-platform vim/neovim frontend. Formerly dotnvim.

Last updated Jun 12, 2026
61
Stars
3
Forks
0
Issues
0
Stars/day
Attention Score
49
Language breakdown
C# 99.5%
C 0.4%
Shell 0.1%
โ–ธ Files click to expand
README

AeroVim logo

AeroVim

A fast, elegant, and cross-platform vim/neovim frontend

Build   ๐ŸŒ Homepage   ๐Ÿ“ฆ Download

AeroVim screenshot

Features

  • โšก Fast โ€” Hardware-accelerated SkiaSharp rendering for a smooth, responsive editing experience
  • โœจ Elegant โ€” Blur, Acrylic, Mica transparency effects and full font ligature support
  • ๐Ÿš Shell Integration โ€” File type associations and system context menu support
  • ๐Ÿ–ฅ๏ธ Cross-Platform โ€” Runs natively on Windows, macOS, and Linux

Supported Platforms

| Platform | Runtime ID | |----------|-----------| | Windows x64 | win-x64 | | macOS ARM64 (Apple Silicon) | osx-arm64 | | macOS x64 | osx-x64 | | Linux x64 | linux-x64 |

Download

Grab the latest release for your platform from GitHub Releases.

macOS note: Unsigned builds may be blocked by Gatekeeper. Run xattr -cr /Applications/AeroVim.app before first launch.

Build from Source

Requires the .NET 10 SDK.

dotnet restore aerovim.slnx
dotnet build aerovim.slnx -c Release

Publish

# Windows
dotnet publish AeroVim/AeroVim.csproj -c Release -r win-x64

macOS (Apple Silicon)

dotnet publish AeroVim/AeroVim.csproj -c Release -r osx-arm64

macOS (Intel)

dotnet publish AeroVim/AeroVim.csproj -c Release -r osx-x64

Linux

dotnet publish AeroVim/AeroVim.csproj -c Release -r linux-x64

On macOS, publishing automatically creates an AeroVim.app bundle. Copy it to /Applications/:

cp -R AeroVim/bin/Release/net10.0/osx-arm64/AeroVim.app /Applications/

License

GNU General Public License v2 ยฉ aerovim Developers

๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท dontpanic92/aerovim ยท Updated daily from GitHub