A Free, Open Source Coding Agent for Ruby on Rails
Develop Rails applications from the browser, your phone, or your computer.
Requirements:
- Docker compose installed on your computer
- An OpenAI API key (get one here)
Copy and paste this command into your terminal.
(Requires sudo for docker volumes to share code between containers)
curl -fsSL "https://raw.githubusercontent.com/KodyKendall/LlamaBot/refs/heads/main/bin/install_llamabot_local.sh" -o install_llamabot_local.sh && bash install_llamabot_local.sh
Copied!
See Leonardo in Action:
- Leonardo can:
- Run scaffolding commands.
- Read and edit code.
- Run Rails Console commands.
- Commit and Push to Git.
- Branch, Revert, and track changes.
- and more.