DeepRise is a multi-agent system that autonomously plans, builds, tests, and improves software using long-running AI agents working in parallel.
- Super Agent: Acts as the manager of all the agents
- Orchestration Agent: Designs software architecture
- Developer Agent: Implements features and writes code
- Test Agent: Creates and runs tests
And many more...
Choose the setup that fits your workflow:
-
Install from the hosted installer
curl -fsSL https://deeprise.dev/install | bash -
Install from a local clone
git clone https://github.com/MehdiGhorb/deeprise.git cd deeprise bash install # or: bash install --local for installation from local repo
See ACKNOWLEDGMENTS.md for the full acknowledgments note.

