⭐ Give us a star to support the project
BYO CLI helps developers save repeatable workflows, organize local secrets and settings, and turn messy terminal habits into reliable automation.
Save the exact commands that worked, and run them instantly whenever you need them.
No more digging through notes, Slack messages, or shell history to remember flags and scripts.
Manage environment variables and credentials safely without scattering them across files.
Turn repetitive setup, deployment, and debugging steps into reusable workflows in seconds.
- Spend less time remembering commands
- Reduce onboarding friction
- Standardize workflows without heavy tooling
- Keep your terminal fast, clean, and predictable
macOS / Linux
curl -fsSL https://github.com/softwareworkercom/byo/releases/latest/download/install.sh | bashWindows (PowerShell)
iwr -useb https://github.com/softwareworkercom/byo/releases/latest/download/install.ps1 | iexThe installers detect your OS/architecture, download the matching binary, verify its SHA256 checksum, and add it to your PATH.
byo --helpBYO CLI is built around six main command groups:
- run: Execute saved commands or workflows
- commands: Manage saved shell commands
- settings: Manage configuration key-value pairs
- secrets: Manage encrypted sensitive data
- workflows: Manage multi-step automation workflows
- extensions: Discover, install, and uninstall extensions
All commands follow a consistent pattern: byo <group> <action> [options]
For a complete walkthrough with a practical example check out the Getting Started Guide.
- 🐞 Report bugs and request features in Issues
- 💬 Share ideas in Discussions
This project is licensed under the MIT License.