Skip to content

HedgeBuddy v0.10.0

Latest

Choose a tag to compare

@github-actions github-actions released this 25 May 20:48

HedgeBuddy v0.10.0

Downloads

  • Windows (x64): HedgeBuddy.exe
  • macOS (Apple Silicon): HedgeBuddy-macOS-arm64.dmg

Installation

Windows

  1. Download HedgeBuddy.exe
  2. Run the executable (no installation needed)
  3. Variables stored at: %APPDATA%\HedgeBuddy\<profile>\vars.json

macOS

  1. Download and open HedgeBuddy-macOS-arm64.dmg
  2. Drag HedgeBuddy.app to Applications
  3. Important (unsigned app): Open Terminal and run:
    xattr -cr /Applications/HedgeBuddy.app
    
  4. Open HedgeBuddy from Applications
  5. Variables stored at: ~/Library/Application Support/HedgeBuddy/<profile>/vars.json

Python Library

Install companion library: pip install hedgebuddy
Use in scripts: import hedgebuddy