Skip to content

TraderBro/traderbro-cli-binary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

TraderBro CLI — Pre-built Binaries

Auto-updated on every push to main. Last build: commit 7a0e274 at 2026-05-12T10:16:24Z

This repository hosts pre-built binaries of the TraderBro CLI. Versioned releases (tagged v*) are also published here by GoReleaser.


Download Links (Latest Build)

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


Quick Install

macOS — Apple Silicon (arm64)

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/

macOS — Intel (amd64)

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/

Linux — x86_64 (amd64)

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/

Linux — ARM64

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/

Windows — x86_64 (amd64)

Download traderbro_windows_amd64.zip, extract, and add traderbro.exe to your PATH.


For AI Agents

If you are an AI agent or automated script that needs to install the TraderBro CLI, follow these steps:

  1. Detect OS: run uname -s

    • Darwin → macOS
    • Linux → Linux
    • MINGW* / MSYS* / Windows → Windows
  2. Detect architecture: run uname -m

    • arm64 or aarch64 → arm64
    • x86_64 or amd64 → amd64
  3. 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
  4. Install:

    curl -fsSL <url> | tar -xz && sudo mv traderbro /usr/local/bin/
  5. Verify:

    traderbro --version

About

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors