FirecrackerSharp 0.1.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.1.0-beta                
NuGet\Install-Package FirecrackerSharp -Version 0.1.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.1.0-beta" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FirecrackerSharp --version 0.1.0-beta                
#r "nuget: FirecrackerSharp, 0.1.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.
// Install FirecrackerSharp as a Cake Addin
#addin nuget:?package=FirecrackerSharp&version=0.1.0-beta&prerelease

// Install FirecrackerSharp as a Cake Tool
#tool nuget:?package=FirecrackerSharp&version=0.1.0-beta&prerelease                

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. 
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 59 6/20/2024
0.5.1-beta 64 6/20/2024
0.4.0-beta 67 6/8/2024
0.3.0-beta 55 6/8/2024
0.2.1-beta 63 6/3/2024
0.2.0-beta 64 6/1/2024
0.1.0-beta 61 6/1/2024