Icod.DCurses 0.1.0-Alpha-11

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

Icod.DCurses

Icod.DCurses is a managed, cross-platform curses-like terminal UI library for .NET.

The library is intended to sit above Icod.TermInfo and the neutral terminal control substrate used by the Icod libraries. It will own live terminal-session lifecycle, input events, virtual screens and windows, terminal-cell styling, refresh/damage synchronization, resize handling, and safe restoration.

Status

The project is under active development toward version 0.1.0.

The first release is being driven by the requirements of top, slabtop, and watch. T01 establishes the repository, solution, package, test, sample, and CI foundation. The public curses/session API begins in subsequent 0.1.0 tranches.

See Icod.DCurses-Development-Roadmap.md for the development contract through 1.0.0.

Architecture

top / slabtop / watch / other TUIs
                 |
            Icod.DCurses
           /            \
  Icod.TermInfo    terminal control
           \            /
            terminal / tty

Icod.TermInfo remains the terminal-capability authority. Icod.DCurses will use those capabilities to operate live interactive terminal sessions rather than hard-coding one terminal family.

Target

The initial implementation targets:

  • .NET 10
  • C# 13
  • Windows
  • Linux
  • macOS

The initial runtime dependencies are:

  • Icod.TermInfo
  • Icod.CommandFramework

The dependency on Icod.CommandFramework is limited architecturally to the neutral terminal-control substrate and may be revisited before 1.0.0.

Build

From the repository root:

build.cmd

or:

./build.sh

Both scripts perform clean, restore, build, test, and pack operations by default and also accept one of those phase names individually.

License

Icod.DCurses is licensed under the GNU Lesser General Public License, version 3 or later.

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.1.0 1,401 8/29/2026
0.1.0-Alpha-14 532 8/25/2026
0.1.0-Alpha-13 48 8/25/2026
0.1.0-Alpha-11 83 8/24/2026
0.1.0-Alpha-10 78 8/24/2026

0.1.0 establishes the Icod.DCurses repository, solution, package, test, and sample foundations for the first managed curses implementation targeting top, slabtop, and watch.