Terminal dashboard for tracking Intelcom courier packages on Windows, Linux, and macOS — color-coded status, persistent tracking numbers, and hourly auto-refresh.
╭──────┬─────────────────────┬──────────┬──────────────────────────┬─────────────────┬─────────────────────┬─────────╮ │ # │ Tracking ID │ Nickname │ Status │ Location │ ETA Window │ Updated │ ├──────┼─────────────────────┼──────────┼──────────────────────────┼─────────────────┼─────────────────────┼─────────┤ │ 1 │ INTLCMI000000001 │ — │ Data received │ — │ — │ 1d ago │ │ 2 │ INTLCMI000000002 │ Best Buy │ Received │ Candiac, QC │ — │ 4h ago │ │ 3 │ INTLCMI000000003 │ IKEA │ At station │ Montréal, QC │ — │ 3m ago │ │ > 4 │ INTLCMI000000004 │ Amazon │ Loaded │ Brossard, QC │ 1:28 PM – 2:28 PM │ 5s ago │ │ 5 │ INTLCMI000000005 │ Costco │ Delivered - No Signature │ Laval, QC │ — │ 2h ago │ │ 6 │ INTLCMI000000006 │ Wayfair │ Delivery failed │ — │ — │ 2d ago │ ╰──────┴─────────────────────┴──────────┴──────────────────────────┴─────────────────┴─────────────────────┴─────────╯ [A] Add [D] Delete [R] Refresh [↑↓] Navigate [Enter] Details [Q] Quit auto-refresh in 58m 30s
╭─ Package Details ──────────────────────────────────────────────────────────────────────────────────────────────────╮ │ Tracking ID: INTLCMI000000004 Nickname: Amazon │ │ Status: Loaded Driver: Rayen │ │ ETA Window: Fri May 22, 1:28 PM – Fri May 22, 2:28 PM │ ╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ Event History ╭──────────────────────────┬────────────────────────────────────────────────┬────────────────────────────────────────╮ │ Time │ Event │ Location │ ├──────────────────────────┼────────────────────────────────────────────────┼────────────────────────────────────────┤ │ Fri May 22, 12:53 AM │ Data received │ — │ │ Fri May 22, 11:09 AM │ Received │ Candiac, QC │ │ Fri May 22, 11:09 AM │ Delivery station inbound scan │ Candiac, QC │ │ Fri May 22, 1:27 PM │ Loaded │ Brossard, QC │ ╰──────────────────────────┴────────────────────────────────────────────────┴────────────────────────────────────────╯ [Esc] Back to list
Yellow for out for delivery, green for delivered, cyan for at station, grey for pending — readable at a glance.
Polls the API automatically every hour. Press R for an on-demand refresh, rate-limited to once every 5 minutes.
Tracking numbers and cached responses survive between sessions in a local JSON file. No account needed.
Press Enter on any package to view its complete scan timeline with timestamps and locations.
No account. No telemetry. No cloud. All data stays on your machine — see the Privacy Policy.
Download the self-contained binary for your platform from Releases and run it directly — no .NET installation needed.
Self-contained binaries — no .NET installation required. Just download and run.
| OS | Architecture | Format |
|---|---|---|
| Windows | x64, ARM64 | .exe |
| Linux (glibc) | x64, ARM64 | ELF |
| Linux (musl / Alpine) | x64, ARM64 | ELF |
| macOS | Intel, Apple Silicon | Mach-O |
.exe, Linux, or macOS)PS> winget install Microsoft.DotNet.SDK.9 PS> git clone https://github.com/michaelsanford/IntelcomTracker PS> cd IntelcomTracker PS> dotnet run
First run downloads NuGet packages then launches the dashboard.
| Key | Action |
|---|---|
| A | Add a tracking number |
| D | Delete the selected tracking number |
| R | Manual refresh — once per 5 minutes |
| ↑ / ↓ | Navigate between packages |
| Enter | View full event history for the selected package |
| Esc | Return to dashboard from detail view |
| Q | Quit |
IntelcomTracker collects no data. Everything stays on your computer.
%LOCALAPPDATA%\IntelcomTracker\tracking.json~/.local/share/IntelcomTracker/tracking.json~/Library/Application Support/IntelcomTracker/tracking.jsonEvery release is cryptographically signed and auditable. You can verify that the binary you downloaded was built by this project's CI — not modified by anyone after the fact.
Keyless cryptographic signature tied to the GitHub Actions build. Verifiable by anyone, no trust-on-first-use.
Proves the binary was produced by a specific commit in this repo's CI pipeline — not someone's laptop.
Every release ships a CycloneDX bill of materials listing all dependencies and versions. Scan it for CVEs yourself.
Found a bug? Please open an issue on GitHub.
To report a security vulnerability, please use GitHub Security Advisories. Do not open a public issue for security reports.
IntelcomTracker is an independent, unofficial, open-source project. It is not affiliated with, endorsed by, authorized by, sponsored by, or connected in any way to Intelcom Courrier Canada Inc. or any of its subsidiaries, affiliates, or partners.
Intelcom is a trademark of Intelcom Courrier Canada Inc. This project is not sanctioned by them, has no relationship with that company, and they bear no responsibility for it. Use at your own risk.
This tool queries the same public HTTPS endpoint your browser uses when you visit Intelcom's tracking page. See the Privacy Policy for details on what data is and isn't transmitted.