Agentics.Extensions.Aspire.Terminal 0.2.6

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

Agentics.Extensions.Aspire.Terminal

An .NET Aspire hosting integration that runs a terminal application in the browser via ttyd + xterm.js, managed as a first-class Aspire resource (start/stop/restart, logs, health, clickable dashboard URL).

Published as Agentics.Extensions.Aspire.Terminal; the API lives in the Aspire.Hosting namespace, so a single using Aspire.Hosting; (implicit in an AppHost) exposes it.

Install

dotnet add package Agentics.Extensions.Aspire.Terminal

Usage

Build a local Go source tree (dev):

var terminal = builder.AddTerminalApp(
    "vibecast-terminal",
    projectDir: "../../external/vibecast",
    outputBinary: "vibecast");

Or provision a prebuilt CLI from the agentics.dk install store — no Go toolchain, no source checkout required:

var terminal = builder.AddTerminalApp(
    "vibecast-terminal",
    agenticsComponent: "vibecast");   // downloads + sha256-verifies the platform binary

Binary resolution order

  1. Go + source presentgo build (dev; rebuilt every start).
  2. An existing prebuilt binary at the target path → used as-is.
  3. agenticsComponent set → downloaded from https://agentics.dk/install/<component>/download (checksum-verified against the release's *_checksums.txt). Override the host with the AGENTICS_BASE_URL environment variable or the agenticsBaseUrl parameter; pin with version.

Requirements

  • ttyd on the host (apt install ttyd, brew install ttyd, …).
  • Go only when building from source (resolution path 1).

License

MIT

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.2.6 99 9/3/2026
0.2.5 102 8/29/2026
0.2.4 102 8/20/2026
0.2.3 124 8/3/2026
0.2.2 121 8/1/2026
0.2.1 104 8/1/2026
0.2.0 108 8/1/2026
0.1.0 118 7/24/2026