Build, run, and automate AI-powered workflows from your terminal.
npm install -g labryx# Build a workflow interactively
labryx workflow --interactive
# Generate a workflow from a template
labryx generate --type email
# Generate from a plain-English description (Pro)
labryx generate --prompt "send a Slack message when a form is submitted"
# View Pro features
labryx upgrade- Interactive workflow builder — pick triggers, steps, and outputs without writing YAML
- Template generation — email digests, reports, pipelines, scrapers out of the box
- AI-powered generation — describe what you want, get a workflow (Pro)
- Cloud scheduling — run on cron without a server (Pro)
- Team collaboration — share workflows and manage permissions (Pro)
| Feature | Free | Pro ($29/mo) |
|---|---|---|
| Interactive builder | ✅ | ✅ |
| Basic templates | ✅ | ✅ |
| Local execution | ✅ | ✅ |
| AI generation (GPT-4) | ❌ | ✅ |
| Cloud scheduling | ❌ | ✅ |
| All integrations | ❌ | ✅ |
| Team features | ❌ | ✅ |
- 🌐 Website: labryx.dev
- 📦 npm: npmjs.com/package/labryx
- 🐛 Issues: github.com/labryxdev/labryx/issues
MIT © Labryx