Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.joggr.ai/llms.txt

Use this file to discover all available pages before exploring further.

The Joggr CLI (jog) prepares your repositories so AI coding tools can operate reliably inside them. Install it globally to get started.

Prerequisites

  • Node.js 24.0.0 or later — check with node --version
  • npm — comes with Node.js

1. Install

npm install -g @joggr/cli@latest

2. Verify

Run jog --version to confirm the installation:
jog --version
You should see the version number printed.

Troubleshooting

Make sure your global npm bin directory is in your PATH. Run npm bin -g to find it, then add it to your shell profile (~/.zshrc, ~/.bashrc, etc.).
Joggr requires Node 24.0.0 or later. Use nvm or fnm to install a newer version:
nvm install 24
nvm use 24

Next Step

Now that the CLI is installed, create an API key in the Joggr Console.