by jfrog
Less is more. Make your agents smarter and faster. It’s not just about saving time; it’s about the feeling of not wasting it.
# Add to your Claude Code skills
git clone https://github.com/jfrog/boostHumans and coding agents spend too much time waiting for commands to finish and sifting through noisy output. Boost is a single binary that drops into three places at once:
boostboost init wires up Cursor, Claude Code, Codex, Gemini CLI, and moreuses: jfrog/boost@v0Same binary, same acceleration, same telemetry — wherever your builds run.
CLI — prefix any command with boost
Install:
curl -fsSL https://raw.githubusercontent.com/jfrog/boost/main/install.sh | bash
Use:
boost docker build -t myapp .
boost npm ci
boost pytest
Coding agent — auto-wire Cursor, Claude Code, Codex, and more
Run the interactive setup in any project:
boost init
It detects your installed editors and CI providers and registers hooks so every tool call the agent makes gets wrapped by boost. Re-run it any time your editor / agent list changes.
CI — one line in your workflow
steps:
- uses: jfrog/boost@v0
- uses: actions/checkout@v4
...
The action pins to the rolling v0 major; see releases for the latest tag.
No comments yet. Be the first to share your thoughts!
Same npm ci, same result. What changes:
# Without boost — ~9,800 tokens of log noise in your agent's context
$ npm ci
npm warn deprecated inflight@1.0.6 / rimraf@3.0.2 / glob@7.2.3 …
added 1285 packages, audited 1286 in 45s
found 0 vulnerabilities
# With boost — ~640 tokens, same result, cache-backed
$ boost npm ci
[OK] npm ci · 1,285 packages restored from boost cache in 2.4s · 0 vulnerabilities
Coding agents: Cursor · Claude Code · GitHub Copilot · Codex CLI · Gemini CLI · OpenCode · Windsurf · Cline
CI platforms: GitHub Actions · GitLab CI (coming soon) · Jenkins (coming soon) · CircleCI (coming soon) · Azure Pipelines (coming soon)
Prefix any command with boost — anywhere you'd normally run it.
boost docker build ... — compressed build log, layer-cache summary, Docker metrics in OTelboost npm ci — dependency summary, local package cache, retry-safe outputboost pytest — per-test pass/fail/duration stored locally, quiet output on green runsboost gh run view --log — CI log stream condensed to top failures plus summaryboost update
See the full documentation for commands, configuration, OpenTelemetry export, and CI recipes.
*_TOKEN, *_SECRET, AWS_*, DATABASE_URL are redacted before write or export.BOOST_OTEL_ENDPOINT at your own backend. Binaries ship signed via GitHub Releases.Full policy, supported versions, and how to report a vulnerability: see SECURITY.md.
Copyright © 2026 JFrog Ltd. All rights reserved. See LICENSE and BETA_AGREEMENT.md.
Dedicated to the memory of Dima Gershovich — a brilliant engineer, a talented musician, and a dear friend. Read Dima's story