Aetheris.Kernel.Core 2.0.0-preview.2

This is a prerelease version of Aetheris.Kernel.Core.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Aetheris.Kernel.Core --version 2.0.0-preview.2
                    
NuGet\Install-Package Aetheris.Kernel.Core -Version 2.0.0-preview.2
                    
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="Aetheris.Kernel.Core" Version="2.0.0-preview.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Aetheris.Kernel.Core" Version="2.0.0-preview.2" />
                    
Directory.Packages.props
<PackageReference Include="Aetheris.Kernel.Core" />
                    
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 Aetheris.Kernel.Core --version 2.0.0-preview.2
                    
#r "nuget: Aetheris.Kernel.Core, 2.0.0-preview.2"
                    
#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 Aetheris.Kernel.Core@2.0.0-preview.2
                    
#: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=Aetheris.Kernel.Core&version=2.0.0-preview.2&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Aetheris.Kernel.Core&version=2.0.0-preview.2&prerelease
                    
Install as a Cake Tool

Aetheris public libraries

Aetheris is a code-first engineering CAD stack for exact STEP AP242 workflows, Firmament V2 compilation, typed Forge integration, assemblies, drawings, analysis, and engineering modules.

The primary integration packages are:

  • Aetheris.Kernel.Core for exact geometry and STEP APIs;
  • Aetheris.Kernel.Firmament for the Firmament compiler/runtime;
  • Aetheris.Forge.Host for ordinary application integration; and
  • Aetheris.Forge.KernelSDK for advanced extension development.

KernelSDK extensions are Safe by default at the Aetheris capability boundary. Extensions declaring UNSAFE require explicit host consent. Because extensions execute in-process, this API policy is not a cryptographic CLR sandbox.

Preview 2 targets .NET 10. Documentation and examples are available at https://yuechen-li-dev.github.io/aetheris/.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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.
  • net10.0

    • No dependencies.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on Aetheris.Kernel.Core:

Package Downloads
Aetheris.Semantics

Typed engineering semantics, quantities, capabilities, and validation contracts for Aetheris.

Aetheris.Forge

Typed Forge contracts and values shared by Aetheris Host and KernelSDK integrations.

Aetheris.Continuum

Cut-cell lattice, sparse-system, and numerical lowering infrastructure used by Aetheris analysis.

Aetheris.Surfacing

Surface construction, fitting, and semantic surfacing operations for Aetheris.

Aetheris.Kernel.Firmament

The Firmament V2 parser, compiler, semantic pipeline, assembly, drawing, and review runtime for Aetheris.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0-preview.3 134 8/17/2026
2.0.0-preview.2 103 8/11/2026

Aetheris 2.0.0-preview.2 public library package.