Download Rusty Buddy CLI
Get started with Rusty Buddy CLI today! Choose your platform below to download and follow the simple installation instructions.
Available Downloads
Windows 🖥️
macOS 🍏
Linux 🐧
Ensure to download the version that matches your system architecture.
Installation
Quick Installation Using Script
For a quick installation, you can use the following script on any Unix-based system (Linux/macOS):
1
curl -sSL https://get.rusty-buddy.org | bash
Clone and Build
Alternatively, you can clone the repository and build the project yourself:
- Clone this repository:
1
git clone https://github.com/hg8496/rusty-buddy.git
- Change to the project directory:
1
cd rusty-buddy
- Build the project:
1
cargo build --release
- Set up an environment file for OpenAI API key:
1
OPENAI_KEY=your_openai_api_key
Need Help?
- Visit our Documentation for detailed installation guides.
- Reach out to the developer Issues for direct assistance.
Thank you for choosing Rusty Buddy CLI. We hope it enhances your productivity and development experience. Happy coding!