This is the official Homebrew tap for Ossum Inc software.
brew tap ossuminc/tapThe RIDDL compiler - a tool for the Reactive Interface to Domain Definition Language.
brew install ossuminc/tap/riddlcOr after tapping:
brew install riddlc# Check version, license, build date, etc.
riddlc info
# Get help
riddlc help
# Parse a RIDDL file
riddlc parse myfile.riddl
# Validate a RIDDL file
riddlc validate myfile.riddl- macOS Apple Silicon or Linux x86_64: Native binary, no JDK required
- Other platforms: Java 21 (automatically installed via
openjdk@21dependency)
Document generators for RIDDL models. Generates AsciiDoc, Hugo, OpenAPI, and Smithy specifications from RIDDL models.
brew install ossuminc/tap/riddl-gen-cliOr after tapping:
brew install riddl-gen-cli# Get help
riddl-gen-cli --help
# Generate documentation from a RIDDL model
riddl-gen-cli generate --help
# Check job status
riddl-gen-cli status --job-id <id>- macOS Apple Silicon or Linux x86_64: Native binary, no JDK required
- Other platforms: Java 25 (automatically installed via
openjdk@25dependency)
Apache-2.0