FIPS and airgapped LangSmith deployments require a conversation with your LangChain account executive before rollout. Reach out to scope licensing, supported configurations, and upgrade paths before you change your installation.
-fips counterpart that runs in FIPS 140 mode. Use these images when your self-hosted deployment needs FIPS compliance, for example in federal agencies, defense contractors, and regulated industries.
How the images are built
The-fips variants are built on top of Chainguard FIPS container images, which ship NIST-validated cryptographic modules (OpenSSL FIPS provider, Bouncy Castle FIPS, or BoringCrypto depending on the base). For the list of modules and their CMVP certificates, refer to Chainguard’s FIPS commitment.
Every LangChain-authored image has a -fips counterpart published at the same tag as the non-FIPS version:
| Non-FIPS image | FIPS image |
|---|---|
langchain/langsmith-ace-backend | langchain/langsmith-ace-backend-fips |
langchain/langsmith-backend | langchain/langsmith-backend-fips |
langchain/langsmith-frontend | langchain/langsmith-frontend-fips |
langchain/langsmith-go-backend | langchain/langsmith-go-backend-fips |
langchain/langsmith-playground | langchain/langsmith-playground-fips |
langchain/hosted-langserve-backend | langchain/hosted-langserve-backend-fips |
langchain/langgraph-operator | langchain/langgraph-operator-fips |
Use FIPS images
Updatevalues.yaml in your LangSmith Helm installation to point each LangChain image repository at its -fips counterpart, keeping your existing tag. Replace 0.15.0 with the LangSmith version you want to deploy:
Verify FIPS mode
Chainguard ships theopenssl-fips-test tool inside every FIPS image. Running it against a pod prints the FIPS self-tests, the active FIPS provider version, and a link to the applicable CMVP certificate.
Check a running pod:
Mirror for airgapped deployments
The-fips naming convention applies identically when mirroring images to a private registry. Follow the image mirroring guide and substitute each repository with its -fips counterpart. Airgapped rollouts, with or without FIPS, require scoping with your LangChain account executive before you begin.
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

