Skip to content
@boringcache

BoringCache

BoringCache is a shared build cache for CI, Docker builds, and local development.

BoringCache

Stop rebuilding. Start reusing.

BoringCache keeps the work your last build finished available across CI, Docker builds, and local development. Keep your current runners, pipelines, and tools. Add one shared build cache.

Install the CLI · Watch the demo · View benchmarks · See pricing

Start in your repo

curl -sSL https://install.boringcache.com/install.sh | sh
cd your-project
boringcache onboard

Onboard connects the workspace and writes .boringcache.toml. Commit that plan so local builds and trusted CI share the same cache decisions.

Then use the shortest command for the tool:

# Docker command from the repo plan
boringcache docker

# Explicit dependency or build directory
boringcache run -- bundle install

# Native Xcode compilation cache
boringcache xcode -- xcodebuild -workspace App.xcworkspace -scheme App build

One product, native cache paths

  • Docker BuildKit layers, persistent cache mounts, and compiler cache
  • Bazel, Gradle, Maven, Nx, Turborepo, Go, Cargo, ccache, sccache, Xcode, and Nix
  • Explicit directory cache through run, save, and restore
  • Restore-only access for pull requests; publication from trusted jobs
  • Cache sessions, hits, misses, storage, and token access you can inspect

Results you can open

Results vary by workload. The benchmark page keeps the measured values beside the exact public runs.

Repositories

  • cli — CLI, onboard flow, repo plan, and tool adapters
  • one — GitHub Action for the same repo plan
  • buildkit — signed managed BuildKit image
  • benchmarks — public benchmark index and checks
  • ruby — prebuilt Ruby distributions

Read the docs · Visit boringcache.com

Pinned Loading

  1. .github .github Public

    BoringCache is a shared build cache for CI, Docker builds, and local development.

  2. cli cli Public

    Shared build cache CLI for CI, Docker builds, and local development.

    Shell 1

Repositories

Showing 10 of 41 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…