Show HN: Executable Recipes for Claude, Codex. Or Terraform for AI Flows
github.com·3h·
Discuss: Hacker News
Flag this post

OpenSDD CLI (osdd)

The OpenSDD CLI lets you discover and run OpenSDD recipes from your terminal using your AI IDE of choice.

Think of it as Terraform for AI flows.


Installation

Option 1: Homebrew (macOS & Linux)

brew install opensdd/tap/osdd

# verify
osdd version

Option 2: Download a Release Binary

  1. Visit the releases page.
  2. Download the artifact for your platform:
  • osdd-macos-x64 (macOS)
  • osdd-linux-x64 (Linux)
  • osdd-windows-x64.exe (Windows)
  1. Place the binary on your PATH and make it executable (macOS/Linux):
chmod +x osdd
sudo mv osdd /usr/local/bin/
osdd version

Windows users can run osdd.exe directly or move it to a directory listed in %PATH%.

Opt…

Similar Posts

Loading similar posts...