New releasev0.7.1May 26, 2026

New version of Boost releasedโ€” Installation fixes and changelog sync

Get Started

Quickstart

Start with the loop you want to improve first. Install Boost locally to make agent-run commands quieter and easier to inspect, or add Boost to GitHub Actions to monitor and cache CI commands.

What will you boost first?

Pick the setup that matches the loop you want to speed up first. You can add the other lane later.

1

Install the CLI and initialize your agent

Run the installer once, then initialize Boost globally. The wizard detects supported agents and installs the matching hook and Boost Skill under your home directory.

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

Prefer explicit flags?

Use the target for your agent, for example boost init --cursor, boost init --claude, or boost init --codex.

Done!

From that moment onward your agents will be faster and leaner!

Pro Tip

Want to find out how much time and tokens boost saved your agents? Run boost report in your terminal and see for yourself.


Next steps