Aetheris.Forge.Host 2.0.0-preview.3

This is a prerelease version of Aetheris.Forge.Host.
dotnet add package Aetheris.Forge.Host --version 2.0.0-preview.3
                    
NuGet\Install-Package Aetheris.Forge.Host -Version 2.0.0-preview.3
                    
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.Forge.Host" Version="2.0.0-preview.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Aetheris.Forge.Host" Version="2.0.0-preview.3" />
                    
Directory.Packages.props
<PackageReference Include="Aetheris.Forge.Host" />
                    
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.Forge.Host --version 2.0.0-preview.3
                    
#r "nuget: Aetheris.Forge.Host, 2.0.0-preview.3"
                    
#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.Forge.Host@2.0.0-preview.3
                    
#: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.Forge.Host&version=2.0.0-preview.3&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Aetheris.Forge.Host&version=2.0.0-preview.3&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 3 targets .NET 10. Aetheris is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0); third-party assets retain their respective licenses and provenance. Alternative licensing is available on request. 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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Aetheris.Forge.Host:

Package Downloads
Aetheris.Forge.KernelSDK

Advanced Forge kernel, semantic, compiler-capability, and extension authoring SDK.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0-preview.3 63 8/17/2026
2.0.0-preview.2 58 8/11/2026

Aetheris 2.0.0-preview.3 public library package.