Skip to content

snapx is a powerful xplat .NET application with built-in support for delta updates, release channels (test, staging, production) and automatic deployment using GitHub Actions. Updates can delivered via NuGet or network share (UNC).

License

peters/snapx

 
 

Repository files navigation

📖 About Snapx

Gitter License
NuGet downloads Nuget (with prereleases) Size

Build server Platforms Build status
Github Actions linux-x64, linux-arm64, win-x86, win-x64 Branch: develop snapx
Github Actions linux-x64, linux-arm64, win-x86, win-x64 Branch: master snapx

snapx is a powerful xplat .NET application with built-in support for delta updates, release channels (test, staging, production) and automatic deployment using GitHub Actions. Updates can delivered via NuGet or network share (UNC).

🚀 Getting Started Guide

Checkout our sample application, snapx demoapp. It features an xplat application (Windows and Ubuntu) that supports automatic release deployment using GitHub Actions.

Showcase

What does the installer look like?

Available commands

snapx usage

Local development requirements

Build requirements

Linux

  • Docker >= 19.03.8
  • GitVersion dotnet tool update gitversion.tool -g
  • Powershell v7 dotnet tool update powershell -g
  • .NET SDK v6.0
  • .NET SDK v7.0

Windows:

  • Docker Desktop >= v4.0.1

  • GitVersion dotnet tool update gitversion.tool -g

  • Powershell v7 dotnet tool update powershell -g

  • .NET SDK v6.0

  • .NET SDK v7.0

  • Visual Studio 2022 Community Edition with C++ workload installed

Bootstrap snapx

Before you can open src\Snapx.sln in Visual Studio you must bootstrap dependencies. Run init.ps1 and all dependencies will be built in Debug and Release mode.

.NET frameworks supported

  • .NET 6.0 LTS
  • .NET 7.0

Platforms supported

  • Windows x86/x64

    • Windows 7 SP1
    • Windows Vista SP 2
    • Windows 8.1
    • Windows Server 2008 R2
    • Windows Server 2012 R2
    • Windows Server 2016 R2
    • Windows Server 2019 R2
  • Ubuntu Desktop x64

    • 18.04
    • 20.04
    • 22.04
  • Ubuntu Server x64

    • 18.04
    • 20.04
    • 22.04
  • Ubuntu Desktop arm64

    • 18.04
    • 20.04
    • 22.04
  • Ubuntu Server arm64

    • 18.04
    • 20.04
    • 22.04
  • Raspberry Pi OS arm64

Code of Conduct

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the Code of Conduct.

Sponsors

License

Snapx is under the MIT license. See the LICENSE for more information.

About

snapx is a powerful xplat .NET application with built-in support for delta updates, release channels (test, staging, production) and automatic deployment using GitHub Actions. Updates can delivered via NuGet or network share (UNC).

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 84.7%
  • C++ 11.5%
  • PowerShell 2.8%
  • CMake 0.8%
  • Dockerfile 0.1%
  • C 0.1%