Install JobMap Pro

Get up and running in under 5 minutes. Choose your platform below.

npm

$npm install -g jobmap-pro-cli

Requires Node.js 18+ and npm 9+. Global install places the CLI in your PATH.

jobmap --version to verify.

pip

$pip install jobmap-pro-sdk

Requires Python 3.10+. Installs the SDK and all dependencies automatically.

python -c "import jobmap; print(jobmap.__version__)" to verify.

Docker

$docker pull jobmappro/app:latest

Runs as an isolated container. Persist your config directory with -v.

docker run --rm jobmappro/app --version to verify.

Homebrew

$brew install jobmappro/tap/jobmap

Mac and Linux. Tap updates with brew update jobmap.

brew upgrade jobmappro/tap/jobmap to verify.

Verify Install

bash
# After install, verify with a quick config check:
jobmap config validate

# Expected output:
# ✓ Config valid
# ✓ API key set
# ✓ Routes ready

Ready to optimize your routes?

View Docs