Categories: None [Edit]
ukiryu
Ukiryu is a platform-adaptive command execution framework that transforms CLI tools
into declarative APIs. It provides the "OpenAPI" for command-line interfaces,
enabling cross-platform tool integration with type safety and structured results.
Key features:
* Declarative YAML profiles define tool behavior, eliminating hardcoded command strings
* Platform-adaptive execution across macOS, Linux, and Windows
* Shell-aware command formatting for bash, zsh, fish, PowerShell, and cmd
* Type-safe parameter validation with automatic coercion
* Version routing support with semantic version matching (via Versionian)
* Interface contracts allow multiple tools to implement the same abstract API
* Structured Result objects with success/failure information instead of parsing stdout
* Comprehensive error handling under Ukiryu::Errors namespace
The Ukiryu ecosystem consists of:
* ukiryu gem - The runtime framework
* ukiryu/register - Collection of YAML tool profiles
* ukiryu/schemas - JSON Schema for validation
Use Ukiryu to integrate command-line tools like ImageMagick, FFmpeg, Inkscape,
Ghostscript, and more into your Ruby applications with consistent,
predictable interfaces.
Total
Ranking: 168,534 of 189,968
Downloads: 2,694
Daily
Ranking: 16,813 of 189,933
Downloads: 30
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 20,644 | 78,130 | vectory |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 25 | 1,041,768,887 | thor |
| 255 | 188,481,850 | git |
| 291 | 167,092,177 | json-schema |
| 14,237 | 149,021 | lutaml-model |
| 36,641 | 34,431 | lutaml-xsd |
| 176,455 | 2,154 | versionian |