Is Beam FedRAMP or StateRAMP authorized?
No. Beam has no such authorization as of this writing. If that's a hard requirement for your procurement, say so — Beam's answer here is honest rather than aspirational.
Public-sector teams adopting AI coding agents need a record of what those agents did that doesn't depend on trusting a vendor's cloud. Beam runs locally, keeps its record on the machine, and can be self-hosted end to end — including the fleet dashboard.
Beam has no FedRAMP or StateRAMP authorization today. Say so plainly if that's a requirement, rather than implying otherwise.

Local-first isn't a feature bullet here — it's the reason Beam is workable in environments with real network and data-residency constraints.
No cloud dependency
127.0.0.1:4319 by default. Nothing needs to reach the internet for Beam's core recording to work.
Self-hostable
The fleet dashboard is a Next.js app backed by Postgres — deploy it on infrastructure your agency controls, not Beam's.
Open source
Beam CLI's core is public. An agency's security team can review the code that watches its endpoints, not just take a vendor's word for it.
Evidence
Timestamped, exportable events with SHA-256-hashed case bundles — built to be handed to an inspector general or auditor, not just a dashboard.
Supply chain
Eleven heuristic patterns plus a version-pin check, before a third-party server or skill file gets trusted on an agency machine.
01
A hook merged into settings plus a local service — no outbound dependency required.
02
Deploy the Next.js + Postgres dashboard inside your own network boundary, or skip it and read local NDJSON directly.
03
A redacted export or a hashed case bundle — built for the kind of request an oversight body actually makes.
No. Beam has no such authorization as of this writing. If that's a hard requirement for your procurement, say so — Beam's answer here is honest rather than aspirational.
Yes. The collector binds to loopback by default and never needs outbound access to record. The fleet dashboard is self-hostable — a Next.js app on Postgres you deploy and own.
Beam CLI's core is open source. Read it before you trust it, rather than taking a vendor's description on faith.
No. Beam v1 observes and alerts only — it emits no allow/deny response and cannot block a command. Treat it as an evidence and visibility tool, not a control.
Instrument a handful of machines, entirely inside your own network, and get a real record to work from.