Getting Started with DeepRise
Install and run DeepRise — the open-source multi-agent system for autonomous coding. Step-by-step setup with curl installer or Git clone.
DeepRise is an open-source multi-agent system that runs autonomous coding agents on your local machine. This guide covers installation and first steps.
Installation options
Option 1: Hosted installer
The fastest way to get started. Run this command in your terminal:
curl -fsSL https://deeprise.dev/install | bashOption 2: Clone from GitHub
For development or local customization, clone the repository and run the install script:
git clone https://github.com/MehdiGhorb/deeprise.git
cd deeprise
bash installUse bash install --local if you want to install from the local repository without fetching remote dependencies.
What happens after install
The installer sets up the DeepRise agent runtime, configures the multi-agent orchestration layer, and connects to your development environment. Once installed, you can assign tasks to the agent swarm and let autonomous agents plan, build, test, and improve your software.
The agent swarm
After installation, DeepRise runs a swarm of specialized agents: Super Agent, Orchestration Agent, Developer Agent, Test Agent, User-Level Test Agent, Runtime QA Agent, Explore Agent, Code Review Agent, Security Agent, and DevOps Agent. Each handles a specific part of the software lifecycle.
Next steps
Visit the GitHub repository for documentation, issue tracking, and contribution guidelines. The project is open source under the MIT license and welcomes community contributions.