Terminal.Gui is a .NET toolkit for crafting interactive terminal applications across Windows, macOS, and Linux/Unix. You can quickly start a new project with `dotnet new tui-simple` after installing the templates, then run it with `dotnet run`. The `Examples/UICatalog.csproj` project showcases all available controls and their capabilities.
Create sophisticated cross-platform terminal user interfaces with C#.
.NET developers aiming to build interactive, visually rich command-line applications.