Boost — faster agents, faster CI
Boost intercepts CLI commands and compresses their output by 60-90%, saving tokens and cost when used with AI coding agents (Claude Code, Cursor, Codex, Gemini CLI, and more).
curl -fsSL https://raw.githubusercontent.com/jfrog/boost/main/install.sh | bashThen set up your editors:
boost initAdd Boost to your CI workflows for automatic output compression:
steps:
- uses: jfrog/boost@v1
- uses: actions/checkout@v4
- run: npm test # output automatically compressedPrefix any command with boost:
boost cargo build # 80% token savings
boost git diff # 80% token savings
boost vitest run # 99% token savings
boost pytest # 90% token savingsboost updateSee the full documentation for detailed usage, supported commands, and configuration options.
Copyright (c) 2026 JFrog Ltd. All Rights Reserved. See LICENSE and TERMS_OF_USE.md.
Dedicated to the memory of Dima Gershovich – a brilliant engineer, a talented musician, and a dear friend. Read Dima's story