Auto-updated on every push to main. Last build: commit
7a0e274at2026-05-12T10:16:24Z
This repository hosts pre-built binaries of the TraderBro CLI.
Versioned releases (tagged v*) are also published here by GoReleaser.
| OS | Architecture | File | Format |
|---|---|---|---|
| macOS | Apple Silicon (arm64) | traderbro_darwin_arm64.tar.gz | tar.gz |
| macOS | Intel (amd64) | traderbro_darwin_amd64.tar.gz | tar.gz |
| Linux | x86_64 (amd64) | traderbro_linux_amd64.tar.gz | tar.gz |
| Linux | ARM64 | traderbro_linux_arm64.tar.gz | tar.gz |
| Windows | x86_64 (amd64) | traderbro_windows_amd64.zip | zip |
Checksums: traderbro_checksums.txt
curl -fsSL https://github.com/TraderBro/traderbro-cli-binary/releases/download/latest/traderbro_darwin_arm64.tar.gz | tar -xz && sudo mv traderbro /usr/local/bin/curl -fsSL https://github.com/TraderBro/traderbro-cli-binary/releases/download/latest/traderbro_darwin_amd64.tar.gz | tar -xz && sudo mv traderbro /usr/local/bin/curl -fsSL https://github.com/TraderBro/traderbro-cli-binary/releases/download/latest/traderbro_linux_amd64.tar.gz | tar -xz && sudo mv traderbro /usr/local/bin/curl -fsSL https://github.com/TraderBro/traderbro-cli-binary/releases/download/latest/traderbro_linux_arm64.tar.gz | tar -xz && sudo mv traderbro /usr/local/bin/Download traderbro_windows_amd64.zip, extract, and add traderbro.exe to your PATH.
If you are an AI agent or automated script that needs to install the TraderBro CLI, follow these steps:
-
Detect OS: run
uname -sDarwin→ macOSLinux→ LinuxMINGW*/MSYS*/ Windows → Windows
-
Detect architecture: run
uname -marm64oraarch64→ arm64x86_64oramd64→ amd64
-
Select the download URL from the table above and download + extract:
- macOS arm64 →
https://github.com/TraderBro/traderbro-cli-binary/releases/download/latest/traderbro_darwin_arm64.tar.gz - macOS amd64 →
https://github.com/TraderBro/traderbro-cli-binary/releases/download/latest/traderbro_darwin_amd64.tar.gz - Linux arm64 →
https://github.com/TraderBro/traderbro-cli-binary/releases/download/latest/traderbro_linux_arm64.tar.gz - Linux amd64 →
https://github.com/TraderBro/traderbro-cli-binary/releases/download/latest/traderbro_linux_amd64.tar.gz - Windows amd64 →
https://github.com/TraderBro/traderbro-cli-binary/releases/download/latest/traderbro_windows_amd64.zip
- macOS arm64 →
-
Install:
curl -fsSL <url> | tar -xz && sudo mv traderbro /usr/local/bin/
-
Verify:
traderbro --version
- Source: TraderBro/traderbro-cli
- Docs: docs.traderbro.ai
- Site: traderbro.ai