How to install HKUDS/Vibe-Trading. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
HKUDS/Vibe-Trading Installation Guide
How to install HKUDS/Vibe-Trading. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for HKUDS/Vibe-Trading. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i HKUDS/Vibe-Tradingor
Install via npx
npx @hexmos/ipm i HKUDS/Vibe-TradingPrerequisites
Python
runtimeVersion: 3.11+
Docker
runtimeVersion: latest
LLM API Key
api_keyVersion: Any supported provider
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install via Docker
git clone https://github.com/HKUDS/Vibe-Trading.git
cd Vibe-Trading
cp agent/.env.example agent/.env
vim agent/.env
docker compose up --buildInstall Locally (Linux/macOS)
git clone https://github.com/HKUDS/Vibe-Trading.git
cd Vibe-Trading
python -m venv .venv
source .venv/bin/activate
pip install -e .
cp agent/.env.example agent/.env
vim agent/.env
vibe-tradingInstall via ClawHub
npx clawhub@latest install vibe-trading --forcePost Installation Steps
- Run `vibe-trading init` to set up environment variables.
- Configure your LLM provider API keys in `agent/.env`.
- Launch the interactive TUI with `vibe-trading` or the web UI with `vibe-trading serve`.
