Tyrrrz/CliWrap
Library for interacting with command-line interfaces observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 98
- Release rhythm 86
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 41.5
- age_days: 3443
- days_rel: 14
- days_push: 14
- n_releases_24m: 13
Adoption not part of the score
4997 stars · 284 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
CliWrap is a .NET library for interacting with command-line interfaces, providing a fluent, immutable abstraction over System.Diagnostics.Process. It supports launching processes, piping stdin/stdout/stderr, asynchronous execution, and graceful cancellation.
Use cases
- run external commands from C# code
- pipe stdout and stderr between processes
- execute shell commands asynchronously with cancellation
- capture output of a CLI tool in .NET
- avoid deadlocks when redirecting process streams
- send input to a process's stdin programmatically
- wrap command-line tools in a .NET application
When to choose
- you're on .NET and need to spawn or script external processes
- you need robust piping, cancellation, and deadlock-free stream handling
- you want a fluent, immutable API instead of raw System.Diagnostics.Process
When to avoid
- you need to run shell scripts as a full shell environment rather than individual commands
- you're not on a .NET platform
- you need remote or containerized command execution
Facets
library · maturity stable
developer-tools cli concurrency error-handling developer-tools cross-platform dotnet windows cross-platform process-management piping stdin-stdout async cancellation fluent-api nuget command-line automation linux macos
3 sources
- readme: https://github.com/Tyrrrz/CliWrap · fetched 2026-08-28 · 70587d0178e6
- homepage: https://nuget.org/packages/CliWrap · fetched 2026-08-29 · d0a4d07abd27
- site_page: https://www.nuget.org/policies/About · fetched 2026-08-29 · a113b8a074c9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Tyrrrz/CliWrap | main | 94 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem