JFrog Boost Quickstart

Install JFrog Boost and initialize your coding agent in one session.

Install JFrog Boost once, run boost init, and supported agents pick up the matching hook and Boost Skill automatically.

Boost supports Cursor, Claude Code, Codex CLI, Gemini CLI, OpenCode, and GitHub Copilot. For more information on what Boost filters, see Token Savings with JFrog Boost.

To install and initialize JFrog Boost:

  1. Run the installer script to download and install the Boost CLI on your machine:

    curl -fsSL https://raw.githubusercontent.com/jfrog/boost/main/install.sh | bash

    The script auto-detects your platform and installs the latest release from GitHub.

  2. Initialize Boost globally. The wizard detects supported agents and installs the matching hook and Boost Skill under your home directory:

    boost init

    You can pass an explicit target for your agent instead of relying on auto-detection. For example:

    boost init --cursor

    Other supported flags include --claude, --codex, --gemini, and --opencode.

  3. Run a task in your coding agent as you normally would. Boost wraps supported shell commands automatically.

📘

Tip

Run boost report after a coding session to see how much terminal noise Boost removed and estimated cost or emissions savings. For configuration options, see Configuring JFrog Boost.

Related Topics