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
npm • Website • Docs • Downloads
Install
npm:
npm install -g @general-liquidity/gordon-cliIf 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 installThat installs Gordon into a user-writable bin directory without sudo.
bun:
bun add -g @general-liquidity/gordon-cliHomebrew:
brew tap general-liquidity/gordon-cli-dist https://github.com/general-liquidity/gordon-cli-dist
brew install general-liquidity/gordon-cli-dist/gordonScoop:
scoop bucket add gordon https://github.com/general-liquidity/gordon-cli-dist
scoop install gordon/gordonStandalone install script:
curl -fsSL https://raw.githubusercontent.com/general-liquidity/gordon-cli-dist/main/install.sh | shWindows PowerShell:
irm https://raw.githubusercontent.com/general-liquidity/gordon-cli-dist/main/install.ps1 | iexThe 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 installIf 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 --upgradeThat 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:
gordonDocs
- Website:
https://gordoncli.com - Docs:
https://docs.gordon.trade - Public distribution repo:
https://github.com/general-liquidity/gordon-cli-dist