Skip to content

StockTracker v1.0.10

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Jul 15:48

Changes in this release

  • Automated build for Linux, Windows, and macOS
  • Built with Qt 6.6.0

Downloads

  • Linux: Download the .AppImage file (or .tar.gz if AppImage failed)
  • Windows: Download and extract the ZIP file
  • macOS: Download and extract the ZIP file (or .tar.gz alternative)

Installation

Linux

AppImage:

  1. Download the AppImage
  2. Make it executable: chmod +x StockTracker-*.AppImage
  3. Run: ./StockTracker-*.AppImage

Tar.gz:

  1. Download and extract: tar -xzf StockTracker-Linux.tar.gz
  2. Run: ./StockTracker-Linux/bin/stock-tracker

Windows

  1. Download and extract the ZIP file
  2. Run stock-tracker.exe

macOS

macOS

ZIP (Recommended):

  1. Download the ZIP file
  2. Extract it: unzip StockTracker-macOS.zip
  3. Drag stock-tracker.app to Applications folder
  4. If blocked by security, right-click the app → "Open" → "Open" to bypass

Simple tar.gz (Easy Installation):

  1. Download StockTracker-macOS-Simple.tar.gz
  2. Extract: tar -xzf StockTracker-macOS-Simple.tar.gz
  3. Run the install script: cd StockTracker-macOS && ./install.sh
  4. Or manually drag stock-tracker.app to Applications

Regular tar.gz:

  1. Download and extract: tar -xzf StockTracker-macOS.tar.gz
  2. Double-click the extracted stock-tracker.app to run