Skip to content

Foundry · v3.2 just shipped

The CLI your team will actually keep.

Foundry replaces the seven shell scripts in your release pipeline with one composable tool. Cross-platform, deterministic, scriptable from any language.

~/myapp
$ brew install foundry
→ installed foundry v3.2.0

$ foundry release --tag v1.4.0
→ built 12 artifacts in 8.4s
→ signed with hardware key
→ published to 3 registries
→ release v1.4.0 is live

A small tool with sharp edges removed.

{ }

Declarative releases

Define your build, sign, and publish steps in one TOML file. Foundry runs them deterministically, in parallel where it can.

</>

Language agnostic

Works with Rust, Go, Node, Python, Ruby — anything that produces an artifact. Plugins extend without forking.

~/

Local-first, ci-aware

Runs the same on your laptop and your CI. Reproducible builds across platforms, no Docker required.

Open source. Hosted is optional.

Foundry CLI is MIT. Hosted Foundry adds team-grade signing keys, audit logs, and cross-machine cache.

FAQ