Skip to content

Condor Quickstart

Condor is an open source harness for building and running autonomous Trading Agents. It connects LLM-powered decision-making to deterministic trade execution via the Hummingbot API, enabling traders to deploy AI agents that can observe markets, reason about strategy, and execute trades across 50+ exchanges and blockchains.

For full installation instructions, see the Condor documentation:

Condor Documentation

Help shape Condor

Got Condor running? Tell us how install went, what's confusing, and what you need next. The survey takes 2 minutes and directly shapes what we build next.

Take the 2-minute survey →

Quick Install

curl -fsSL https://raw.githubusercontent.com/hummingbot/deploy/main/setup.sh | bash

The install script will prompt for:

What Gets Installed

Component Description
Condor AI harness with Telegram bot and web dashboard
Hummingbot API REST API backend (port 8000)
PostgreSQL Database for trading data
EMQX Message broker for bot communication

Access Points

Service URL Description
Telegram Your bot Primary interface
API http://localhost:8000 REST API
Swagger http://localhost:8000/docs API documentation

Learn More