TOST – Tesla Order Status Tracker

Download the latest desktop build of TOST. Choose your operating system below and follow the platform-specific instructions to install the unsigned application safely.

TOST connects to your Tesla account, loads the order details on every run, and builds a timeline & history as soon as changes occur. Launch it early and regularly – starting it only right before delivery means there may be no older events to display.

How we’re distributing the Public Beta

Thanks for testing, for your patience — and happy desteling. 🚗💡

macOS (Apple Silicon)

📦 tost-macos.zip 🔍 SHA-256: manifest.json
Chrome may flag the file as “uncommon” because it is unsigned. Choose KeepShow in Finder to continue.
Install / first launch
  1. Unzip the download.
  2. You should see a folder such as tost-macos with TOST.app inside.
  3. Open Terminal
    - use Spotlight (Space)
    - Type Terminal
    - Press Enter
    - Type cd  — keep the trailing space.
  4. In Finder, drag the folder that contains TOST.app into the Terminal window so the full path appears, then press Enter.
  5. Remove the quarantine flag once:
    xattr -d com.apple.quarantine "TOST.app"
    macOS returns “No such xattr”? That means the flag was already gone — continue.
  6. Launch the app from Terminal the first time:
    open "TOST.app"
    Afterwards you can move it to ~/Applications (optional) and double-click it like any other app.
  7. Updates run from within TOST; no additional manual steps are required later.

If Terminal reports “command not found”, ensure you pressed Enter after dragging the folder in step 3. “No such file or directory” means the path was incorrect — repeat step 3.

Windows 10/11 (x64)

📦 tost-win.zip 🔍 SHA-256: manifest.json
SmartScreen / Chrome will warn about an unknown file. Click Keep, then More infoRun anyway.
Install / first launch
  • Extract the ZIP. You will find TOST.exe and a README.
  • Run TOST.exe. The installer places the app in your user profile.
  • If SmartScreen shows “Windows protected your PC”, choose More infoRun anyway.
  • Updates are triggered from within the app; rerun the EXE if you ever need to reinstall.

Linux (AppImage)

📦 tost-linux.tar.gz 🔍 SHA-256: manifest.json
Some browsers flag AppImage downloads. Confirm you trust the file and keep it.
Install / first launch
  • Extract the archive → TOST.AppImage + README.
  • Make it executable: chmod +x TOST.AppImage.
  • Run with ./TOST.AppImage. Your desktop may ask for confirmation the first time.
  • Updates are performed in-app; restart the AppImage afterwards.

Verify the download

The download manifest (manifest.json) lists every platform build together with its SHA-256 hash. After downloading you can verify the checksum:

Commands
  • macOS / Linux: shasum -a 256 <file>
  • Windows PowerShell: Get-FileHash -Algorithm SHA256 <file>
  • Compare the output with the value in manifest.json.