Changes in this release
- Automated build for Linux, Windows, and macOS
- Built with Qt 6.6.0
Downloads
- Linux: Download the
.AppImagefile (or.tar.gzif AppImage failed) - Windows: Download and extract the ZIP file
- macOS: Download and extract the ZIP file (or
.tar.gzalternative)
Installation
Linux
AppImage:
- Download the AppImage
- Make it executable:
chmod +x StockTracker-*.AppImage - Run:
./StockTracker-*.AppImage
Tar.gz:
- Download and extract:
tar -xzf StockTracker-Linux.tar.gz - Run:
./StockTracker-Linux/bin/stock-tracker
Windows
- Download and extract the ZIP file
- Run
stock-tracker.exe
macOS
macOS
ZIP (Recommended):
- Download the ZIP file
- Extract it:
unzip StockTracker-macOS.zip - Drag
stock-tracker.appto Applications folder - If blocked by security, right-click the app → "Open" → "Open" to bypass
Simple tar.gz (Easy Installation):
- Download
StockTracker-macOS-Simple.tar.gz - Extract:
tar -xzf StockTracker-macOS-Simple.tar.gz - Run the install script:
cd StockTracker-macOS && ./install.sh - Or manually drag
stock-tracker.appto Applications
Regular tar.gz:
- Download and extract:
tar -xzf StockTracker-macOS.tar.gz - Double-click the extracted
stock-tracker.appto run