Windows WinGet
Install AptiStockX from Windows Package Manager:
winget install --id AptiStock.AptiStockX --exact
Update WinGet's package index and upgrade an existing installation:
winget source update
winget upgrade --id AptiStock.AptiStockX --exact
Confirm which version WinGet currently provides:
winget show --id AptiStock.AptiStockX --exact
macOS DMG
- Download
AptiStockX-3.1.0-macOS-universal.dmg.
- Double-click the DMG file to open it.
- Drag AptiStockX into the Applications folder.
- Open AptiStockX from Applications. If macOS asks for confirmation because the app was downloaded from the internet, choose Open.
Linux Snap
Recommended alternate method on Linux systems with Snap installed. Install AptiStockX from the stable channel:
sudo snap install aptistockx
Upgrade an existing Snap installation to the latest stable release:
sudo snap refresh aptistockx
Linux .deb
Recommended for current Debian, Ubuntu, Linux Mint, and related x86_64 distributions. AptiStockX V3.1 no longer requires libsecret-tools.
sudo apt update
cd ~/Downloads
sudo apt install ./AptiStockX_3.1.0_amd64.deb
apt installs any package dependencies declared by the V3.1 Debian package.
Linux AppImage
Use the AppImage on an x86_64 distribution with glibc 2.38 or newer. On Ubuntu 24.04 or newer, install the FUSE 2 runtime if it is not already available:
sudo apt update
sudo apt install libfuse2t64
cd ~/Downloads
chmod +x AptiStockX-3.1.0-Linux-x86_64.AppImage
./AptiStockX-3.1.0-Linux-x86_64.AppImage
Other distributions may use a different package name for the FUSE 2 runtime. AptiStockX V3.1 does not require libsecret-tools.