Loading...
One command to run the full AI trading signal platform. Multi-platform — works on Intel, AMD, and Apple Silicon.
docker pull tradeclaw/tradeclaw
docker run -p 3000:3000 tradeclaw/tradeclaw
# docker-compose.yml
services:
tradeclaw:
image: tradeclaw/tradeclaw
ports:
- "3000:3000"
environment:
- NODE_ENV=production
restart: unless-stoppedAfter starting, open localhost:3000 — live signals are available immediately, no account needed.
:latestAlways tracks the main branch. Great for staying current.:2026-03-30Date-pinned release. Use in production for reproducible deploys.Fork TradeClaw and publish your custom build to Docker Hub with the included publish script:
bash scripts/dockerhub-publish.sh
Supports --dry-run for local testing without pushing. Run bash scripts/dockerhub-publish.sh --help for options.
TradeClaw is fully open-source. If it saves you time, consider starring the repo.