Download TraderBotz Node

Run automated trading strategies on your own hardware. One command to install. Auto-updates included.

Quick Install

Works on macOS (ARM64/Intel) and Linux (x86_64/ARM64)

curl -fsSL https://www.traderbotz.com/dl/install.sh | bash

Prerequisites

Install Docker Desktop for Mac. Supports both Apple Silicon (M1/M2/M3/M4) and Intel Macs.

Install

curl -fsSL https://www.traderbotz.com/dl/install.sh | bash

Manual Install

mkdir ~/traderbotz-node && cd ~/traderbotz-node
curl -fsSL https://www.traderbotz.com/dl/docker-compose.node.yml -o docker-compose.node.yml

# Create .env with your tokens from the web UI
echo "NODE_AUTH_TOKEN=your-token-here" > .env
echo "ENCRYPTION_KEY=your-key-here" >> .env

docker compose -f docker-compose.node.yml up -d

After Installation

  1. 1 Check container logs for your Node GUID
  2. 2 Go to bots.traderbotz.com → Settings → Self-Hosted Nodes
  3. 3 Paste the GUID and click Link Node to get your NODE_AUTH_TOKEN
  4. 4 Add the token to your .env file and restart the container
  5. 5 Assign bots to the node from the web UI. They'll start executing automatically.

Auto-Updates

The node container includes a Watchtower sidecar that checks for updates hourly. When we release a new version, your node will automatically pull and restart with zero downtime. Mandatory security updates are enforced server-side.