Installation¶
Install ai-rulez using your preferred package manager.
Package Managers¶
bash
brew install goldziher/tap/ai-rulez
bash
go install github.com/Goldziher/ai-rulez/cmd@latest
bash
npm install -g ai-rulez
bash
pip install ai-rulez
Run Without Installing¶
You can also run ai-rulez directly without a permanent installation.
bash
go run github.com/Goldziher/ai-rulez/cmd@latest --help
bash
uvx ai-rulez --help
bash
npx ai-rulez@latest --help
Shell Completion (Recommended)¶
Enable tab completion for your shell to see all available commands and flags interactively.
Highly Recommended
Setting up shell completion is a one-time step that makes the CLI much faster and easier to use. You'll be able to discover all commands just by pressing the <Tab> key.
Verify Installation¶
Check that the installation was successful by running:
Next Steps¶
- Quick Start Guide: Get up and running in minutes.