VitalElement/AvalonStudio
C#macOSWindowsLinux
开源替代 Visual Studio
Cross platform IDE and Shell
avaloniacross-platform-idemonolinuxmacosdotnetcorecsharpcplusplusgdbxamlllvmclang
关键指标
Star 增长趋势
Star
1.7k
Forks
246
周增长
+-1
Issues
89
5001k1.5k
2023年1月2023年8月2024年3月2024年11月2025年6月2026年1月2026年9月
↓ 下载
全部发行版 →README
AvalonStudio
An extensible, cross platform IDE written in C# for Embedded C/C++, .NET Core, Avalonia and Typescript

Building from source
1. Install Dependencies
2. Get the code
Clone the repository recursively.
git clone https://github.com/VitalElement/AvalonStudio --recursive
3. Build the project
cd AvalonStudio/AvalonStudio/AvalonStudio
dotnet restore
dotnet build
4. Run locally built binaries
cd bin/Debug/net5.0
./AvalonStudio
相关仓库