New releasev0.7.1May 26, 2026

New version of Boost releasedInstallation fixes and changelog sync

FREE TO USE • NO SIGNUP REQUIRED

Make your agents Smarter and Faster

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

Boost accelerates your CI and every command your coding agents run.

Same task. Less tokens.

Watch two agents fix the same broken CI in real time. Without Boost the context window overflows; with Boost it stays lean.

1s
Fix my broken ci in pr #94
Bash(gh pr checks 94)
Running…+5.6k
Philosophising (1s · 20k tokens · slower run)
Tokens usage · Without Boost
2.0%·20k
1s
Fix my broken ci in pr #94
Bash(gh pr checks 94)
Running…+4.0k
Philosophising (1s · 20k tokens · faster with Boost)
Tokens usage · With Boost
2.0%·20k

Same boost, as a GitHub Action.

Add jfrog/boost@v0 to your workflow

Same commands. Smaller logs. Faster build and test phases.

Up to 91% faster pipelinesless CI time, lower costs, faster shipping.

.github/workflows/ci.yml
1
2
3
4
5
6
+7
8
9
10
11
12
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: jfrog/boost@v0
- uses: actions/checkout@v4
- run: npm ci
- run: npm run build
- run: docker build -t myapp .
- run: npm test
jfrog/boost/Actions
ci: add jfrog/boost@v0maina1b2c3d
Jobs
build
Set up jobrunning…
Run jfrog/boost@v0queued
Run actions/checkout@v4queued
Run npm ciqueued
Run npm run buildqueued
Run docker build -t myapp .queued
Run npm testqueued
Complete jobqueued

Demo toggles automatically · click a step to view its logs

What you get

Boost in your day‑to‑day, in four moves.

One install. Quieter agents, traced workflows, stable tests, and faster commands — everywhere your team runs them.

first run2m 14s
with cachecache hit
next run8s · 16× faster

Smart caching

Accelerate heavy commands

Long installs, builds, and tests reuse work you already did. The second run is the fast run — locally and in CI.

install
lint
build
test
critical path

Full visibility

Gain full visibility

See every command your agent or CI runs in one trace, then spot slow steps, noisy output, and workflow bottlenecks before they hide in logs.

auth.spec.ts
!checkout.spec.ts
flaky
orders.spec.ts
!webhook.spec.ts
flaky

Stable suites

Eliminate flaky tests

Boost spots flaky tests in your repo and helps you quarantine or fix them — no more chasing red builds that pass on retry.

tokens

1,240

−69%

Quieter output

Reduce the token waste

Boost compresses noisy tool output before it ever reaches your agent — fewer wasted tokens, cheaper runs, sharper focus.

We boost all of them

Accelerate your favorite tools on autopilot

Github CLI

Command
Without boost
~gh pr list
Showing 12 of 24 open pull requests
# Title Branch Author Updated
83feat: load traces to dbdb-load-ciOPEN2d
82fix: handle null pointerfix-null-ptrOPEN3d
81chore: bump depsdeps-2024OPEN
… 9 more rows
With boost
Tokens Saved81%
~
83feat: load traces to dbdb-load-ciOPEN
82fix: handle null pointerfix-null-ptrOPEN

Docker

With boost
Tokens Saved72%
~

npm

With boost
Tokens Saved72%
~

Go

With boost
Tokens Saved73%
~

Vite

With boost
Tokens Saved81%
~

Bun

With boost
Tokens Saved92%
~

Frequently asked

Questions about Boost

Everything you might want to know before you install.

What is Boost?
Boost is a CLI wrapper that makes every command your coding agents and CI run faster, quieter, and cheaper in tokens. You prefix any command with `boost` (for example, `boost docker build`) and Boost runs the real tool transparently while replacing its noisy output with a compact, agent-friendly summary.
Which coding agents does Boost support?
Cursor, Claude Code, Codex CLI, Gemini CLI, and OpenCode. Boost also wraps GitHub Actions for CI, so the same compression and tracing apply on local development and in your build pipeline.
How does Boost make commands faster and quieter?
Boost runs the underlying command (docker, npm, go, gh, git, vite, bun, and 100+ more) and applies a per-command filter that strips progress bars, repeated chatter, and ANSI noise. For supported tools it also adds intelligent caching. Typical token reductions are 60–90%.
Does Boost work with GitHub Actions?
Yes. Run `boost init --github-actions` in a repository and Boost wires itself into your workflows, creating `.boost/config.toml` for that repo as part of setup. You get the same compact output and trace data you have locally.
Is Boost free?
Yes. The Boost CLI is free and requires no signup. Optional paid plans add managed cache acceleration on top of the free tier.
Why is Boost free?
Boost is free so every developer can make agent and CI runs leaner from day one. The free product includes usage limits and throttling to keep the service fair, and JFrog plans to release additional enterprise value for teams that need higher scale, governance, and advanced capabilities.
Who should use Boost?
Boost is built for everyone from startups to enterprises: solo developers using coding agents, teams trying to keep agent context under control, and organizations that want faster, quieter CI without changing the tools they already use.
Does Boost send my command output anywhere?
Yes. We collect telemetry data to help us understand how Boost is used and to continuously improve the tool.

Take theshort way.

Download and use it for free.