Skip to content

fosterbarnes/skeleton

Repository files navigation

skeleton

Skeleton repo for .NET 10 C# projects using Avalonia

Cross-platform Avalonia app skeleton for .NET C# projects with theming, tabs, search, and reusable setting panels. Includes mock readme (this), scripts, helper, ISCC scripts, version control, resources, VScode & Visual Studio project templates




Downloads

Windows

x64 installer x86 installer ARM64 installer
x64 portable x86 portable ARM64 portable

macOS

x64 portable ARM64 portable

Debian Linux (Debian 12-13, Ubuntu 24.04-26.04)

[Click to Expand]

Install dependencies:

Add the Microsoft package signing key to your list of trusted keys and add the package repository, then install .NET 10 runtime

wget https://packages.microsoft.com/config/debian/13/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
rm packages-microsoft-prod.deb
sudo apt-get update && sudo apt-get install -y dotnet-runtime-10.0

Reference: .NET 10 runtime

Install skeleton:

amd64:

wget https://github.com/fosterbarnes/skeleton/releases/download/v0.4.4/skeleton_v0.4.4_debian-amd64.deb
sudo apt install ./skeleton_v0.4.4_debian-amd64.deb

arm64:

wget https://github.com/fosterbarnes/skeleton/releases/download/v0.4.4/skeleton_v0.4.4_debian-arm64.deb
sudo apt install ./skeleton_v0.4.4_debian-arm64.deb

Fedora Linux (Fedora 43–44)

[Click to Expand]

Install dependencies:

Install .NET 10 runtime from Fedora repos:

sudo dnf install -y dotnet-runtime-10.0

Reference: .NET 10 runtime

Install skeleton:

amd64:

wget https://github.com/fosterbarnes/skeleton/releases/download/v0.4.4/skeleton_v0.4.4_fedora-amd64.rpm
sudo dnf install ./skeleton_v0.4.4_fedora-amd64.rpm

arm64:

wget https://github.com/fosterbarnes/skeleton/releases/download/v0.4.4/skeleton_v0.4.4_fedora-arm64.rpm
sudo dnf install ./skeleton_v0.4.4_fedora-arm64.rpm

Tabs

[Click to Expand]

General

General

App Settings

App Settings

Text Editor

Text Editor

Log

Log

Grid View

Grid View

About

About

App Themes

[Click to Expand]

Light

Light

Dark

Dark

Dracula

Dracula

Compatibility

Platform Architecture
Windows 10 x86, x64, arm64
Windows 11 x86, x64, arm64
macOS x64, arm64
Debian Linux x64, arm64
Fedora Linux x64, arm64

About

new project template/skeleton

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors