FirecrackerSharp 0.2.0-beta

This is a prerelease version of FirecrackerSharp.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package FirecrackerSharp --version 0.2.0-beta
                    
NuGet\Install-Package FirecrackerSharp -Version 0.2.0-beta
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FirecrackerSharp" Version="0.2.0-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FirecrackerSharp" Version="0.2.0-beta" />
                    
Directory.Packages.props
<PackageReference Include="FirecrackerSharp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FirecrackerSharp --version 0.2.0-beta
                    
#r "nuget: FirecrackerSharp, 0.2.0-beta"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package FirecrackerSharp@0.2.0-beta
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FirecrackerSharp&version=0.2.0-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=FirecrackerSharp&version=0.2.0-beta&prerelease
                    
Install as a Cake Tool

FirecrackerSharp

FirecrackerSharp is a C# SDK for the innovative Firecracker microVM hypervisor developed by Amazon. It provides .NET developers with the ability to develop applications that utilize microVMs.

Since Firecracker depends on KVM and thus only runs on Linux, you'll need an additional package that provides the SDK with a Linux environment:

  • FirecrackerSharp.Host.Local - run microVMs on your own machine natively. This will require a Linux desktop OS and is the recommended approach for developing with the SDK.
  • FirecrackerSharp.Host.Ssh - run microVMs over an SSH connection to a remote Linux machine. This is currently the only available method if you run Windows or macOS as your development environment.
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on FirecrackerSharp:

Package Downloads
FirecrackerSharp.Host.Ssh

A remote/SSH host for the FirecrackerSharp microVM SDK

FirecrackerSharp.Host.Local

A native Linux host for the FirecrackerSharp microVM SDK

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.6.0-beta 96 6/20/2024
0.5.1-beta 92 6/20/2024
0.4.0-beta 91 6/8/2024
0.3.0-beta 78 6/8/2024
0.2.1-beta 85 6/3/2024
0.2.0-beta 90 6/1/2024
0.1.0-beta 82 6/1/2024