JSPM

  • Created
  • Published
  • Downloads 52
  • Score
    100M100P100Q90162F
  • License MIT

The Frontier Trading Agent

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@general-liquidity/gordon-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Gordon CLI

    The Frontier Trading Agent

    npmWebsiteDocsDownloads

    Install

    npm:

    npm install -g @general-liquidity/gordon-cli

    If global npm install fails with EACCES / permission errors on Linux or macOS, use the user-local npm path instead:

    npx @general-liquidity/gordon-cli@latest install

    That installs Gordon into a user-writable bin directory without sudo.

    bun:

    bun add -g @general-liquidity/gordon-cli

    Homebrew:

    brew tap general-liquidity/gordon-cli-dist https://github.com/general-liquidity/gordon-cli-dist
    brew install general-liquidity/gordon-cli-dist/gordon

    Scoop:

    scoop bucket add gordon https://github.com/general-liquidity/gordon-cli-dist
    scoop install gordon/gordon

    Standalone install script:

    curl -fsSL https://raw.githubusercontent.com/general-liquidity/gordon-cli-dist/main/install.sh | sh

    Windows PowerShell:

    irm https://raw.githubusercontent.com/general-liquidity/gordon-cli-dist/main/install.ps1 | iex

    The npm package is a thin wrapper. It downloads the matching prebuilt binary for your platform during install.

    npm Permission Fallback

    Global npm install -g can fail on Unix machines when the npm global prefix is root-owned. Gordon now supports a universal npm fallback:

    npx @general-liquidity/gordon-cli@latest install

    If the chosen install directory is not already on PATH, Gordon prints the exact command to add it.

    Upgrades

    Once installed, Gordon can upgrade itself with:

    gordon --upgrade

    That now resolves through the active install channel for npm, the user-local npx installer, Homebrew, Scoop, and the standalone install scripts.

    Supported binaries

    • macOS arm64
    • macOS x64
    • Linux arm64
    • Linux x64
    • Windows x64

    Release binaries and package manager manifests are published at:

    • https://github.com/general-liquidity/gordon-cli-dist/releases

    Setup

    Set one LLM provider key before first launch:

    export OPENAI_API_KEY="sk-..."

    or

    export DEDALUS_API_KEY="dd-..."

    or

    export INCEPTION_API_KEY="..."

    Then run:

    gordon

    Docs

    • Website: https://gordoncli.com
    • Docs: https://docs.gordon.trade
    • Public distribution repo: https://github.com/general-liquidity/gordon-cli-dist