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: 130,103 of 191,254
Downloads: 4,906
Daily
Ranking: 6,198 of 191,174
Downloads: 540
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 19,919 | 83,286 | vectory |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 25 | 1,053,035,433 | thor |
| 256 | 190,622,410 | git |
| 286 | 171,900,707 | json-schema |
| 13,776 | 160,180 | lutaml-model |
| 32,103 | 41,494 | lutaml-xsd |
| 143,925 | 4,123 | versionian |