# AvalonStudio
**Repository Path**: gesneriana/AvalonStudio
## Basic Information
- **Project Name**: AvalonStudio
- **Description**: 跨平台的.net core UI开发 IDE
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 7
- **Forks**: 0
- **Created**: 2018-08-12
- **Last Updated**: 2024-05-29
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[](https://www.codefactor.io/repository/github/vitalelement/avalonstudio)
[](https://ci.appveyor.com/project/danwalmsley/avalonstudio/branch/master)
[](https://travis-ci.org/VitalElement/AvalonStudio)
[](https://gitter.im/VitalElement/AvalonStudio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
# AvalonStudio
An extensible, cross platform IDE written in C# for Embedded C/C++, .NET Core, Avalonia and Typescript
## Try the bleeding-edge builds?
| Version | Installers |
|---------|------------|
|**Windows 7 8.1 10 x64**|[Download](https://ci.appveyor.com/api/projects/danwalmsley/AvalonStudio/artifacts/artifacts/zip/AvalonStudio-win7-x64.zip?branch=master)|
|**MacOSX 10.12 x64**|[Download](https://ci.appveyor.com/api/projects/danwalmsley/AvalonStudio/artifacts/artifacts/zip/AvalonStudio-osx.10.12-x64.zip?branch=master)|
|**Ubuntu 14.04+ x64**|[Download](https://ci.appveyor.com/api/projects/danwalmsley/AvalonStudio/artifacts/artifacts/zip/AvalonStudio-ubuntu.14.04-x64.zip?branch=master)|
|**Debian 8 x64**|[Download](https://ci.appveyor.com/api/projects/danwalmsley/AvalonStudio/artifacts/artifacts/zip/AvalonStudio-debian.8-x64.zip?branch=master)|
## Building from source
### Getting the code
Clone the repository.
```sh
git clone https://github.com/VitalElement/AvalonStudio --recursive
cd AvalonStudio
```
### Install Dependencies
Install .NET Core 2 from: https://www.microsoft.com/net/download/core
### Building the project
These instructions are roughly the same for all platforms:
cd into the repository directory `/AvalonStudio/AvalonStudio/AvalonStudio`
```sh
dotnet restore
dotnet build
```
### Running locally built binaries
```sh
cd /AvalonStudio/AvalonStudio/bin/Debug/netcoreapp2.0/
dotnet ./AvalonStudio.dll
```