Blacksmith makes one of the most compelling pitches in developer tooling: change a single line of code and your CI runs twice as fast for half the price. The claim sounds too good to be true, but the engineering explanation is straightforward. GitHub Actions runners use general-purpose server CPUs optimized for multi-tenant throughput. Blacksmith uses modern gaming-grade CPUs with dramatically higher single-core performance — exactly what compilation, testing, and single-threaded runtimes like Node.js need.
The migration experience is genuinely frictionless. You change runs-on: ubuntu-latest to runs-on: blacksmith-4vcpu-ubuntu-latest in your workflow YAML, and the next CI run executes on Blacksmith infrastructure. Your existing GitHub Actions, marketplace integrations, secrets management, and workflow logic all remain unchanged. There is no new CI system to learn, no YAML dialect to master, and no migration project to manage.
Docker layer caching is where Blacksmith delivers its most dramatic improvements. By persisting Docker layers across CI runs on blazing-fast NVMe drives, unchanged layers are reused rather than rebuilt. Teams report Docker build times dropping from tens of minutes to seconds. Container pre-hydration eliminates repeated image pulls from job startup, removing another source of wasted time.
The observability layer fills a gap that GitHub Actions has left open for years. Built-in CI analytics show pipeline performance trends across all workflows, help spot misconfigurations and performance regressions, and enable global search across CI logs from all repositories. Failed test logs are automatically posted as GitHub pull request comments, reducing context-switching when debugging broken builds.
Security is handled through Firecracker microVMs that provide strong isolation between CI jobs. Each job runs in its own lightweight VM, preventing any possibility of cross-contamination between builds. SOC 2 Type II certification addresses enterprise procurement requirements without additional security review overhead.
Pricing follows a simple pay-as-you-go model starting at $0.004 per minute for 2 vCPU x64 runners, with 3,000 free minutes per month. Larger runner configurations scale pricing proportionally. Optional add-ons include Docker layer caching at approximately $0.50 per GB per month and static IP addresses for teams with network allowlist requirements. Enterprise plans add 99.9% uptime SLA and dedicated support.
The founding team from CockroachDB and Faire brings deep experience with CI infrastructure at scale. Both companies spent millions annually on CI while struggling with slow builds — exactly the problem Blacksmith was designed to solve. Google Ventures leading the $10M Series A validates the market opportunity and technical approach.
Current limitations are scope-related rather than quality-related. Blacksmith only works with GitHub Actions — teams using GitLab CI, Jenkins, or other CI systems cannot benefit. The platform currently supports Linux runners with macOS and GPU runners on the roadmap. For teams not on GitHub Actions, Blacksmith simply is not an option.