Typst.Native.Runtime 0.2.0

dotnet add package Typst.Native.Runtime --version 0.2.0
                    
NuGet\Install-Package Typst.Native.Runtime -Version 0.2.0
                    
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="Typst.Native.Runtime" Version="0.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Typst.Native.Runtime" Version="0.2.0" />
                    
Directory.Packages.props
<PackageReference Include="Typst.Native.Runtime" />
                    
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 Typst.Native.Runtime --version 0.2.0
                    
#r "nuget: Typst.Native.Runtime, 0.2.0"
                    
#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 Typst.Native.Runtime@0.2.0
                    
#: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=Typst.Native.Runtime&version=0.2.0
                    
Install as a Cake Addin
#tool nuget:?package=Typst.Native.Runtime&version=0.2.0
                    
Install as a Cake Tool

Typst.Native.Runtime

Pre-built native libraries (typst_ffi) for the Typst.Native package.

This package is a dependency of Typst.Native and is not intended to be referenced directly. Install Typst.Native instead:

dotnet add package Typst.Native

Contents

This package bundles the typst_ffi shared library for the following platforms:

Runtime RID Library
Windows x64 win-x64 typst_ffi.dll
Linux x64 linux-x64 libtypst_ffi.so
Linux ARM64 linux-arm64 libtypst_ffi.so
macOS x64 osx-x64 libtypst_ffi.dylib
macOS ARM64 osx-arm64 libtypst_ffi.dylib

The correct binary is automatically copied to the output directory at build time via the included MSBuild targets.

License

MIT. See the repository for details.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Typst.Native.Runtime:

Package Downloads
Typst.Native

.NET bindings for Typst — compile Typst documents to PDF, SVG, and PNG directly from .NET without external dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.2.0 177 3/17/2026
0.1.1 123 3/10/2026
0.1.0 128 3/10/2026