skip to content
Deploy across a team

Security & governance

Deploy across a team

Put Conifer on every machine in the org and set policy without standing up a server to watch them.


The runtime exists so prompts and weights never leave the box. Route everything through a central service to read the logs and you have thrown away the property you paid for. Conifer keeps the guarantee and still lets IT set policy and confirm posture: deploying to a hundred machines never needs a hundred-and-first in the middle.

No collection server

Your deployment runs no Conifer backend. The app on each laptop talks to no control plane and opens no channel home. Governance rides the infrastructure you already run: MDM pushes policy down, and your own EDR or MDM reads posture back up. Conifer honors the policy it is handed and writes an honest record of what it is running; collecting that record is your tooling’s job.

The three rails

Fleet control runs on three independent rails. Each rides something the org already operates, and none is Conifer-hosted.

What carries each rail, and where it lives
RailCarried by
Policy pushAn MDM configuration profile, plus a build that expires
Posture pullA structured posture document your EDR or MDM collects per endpoint
AuthoringAn in-app console that writes the profile and reads the audit trail

The policy clamp can only remove capability. No profile key grants one, so a malformed or absent policy lands on the consumer default.

Rolling out

Deployment is ordinary software distribution.

  1. Distribute the signed, notarized build through MDM, an internal mirror, or your standard installer pipeline. See Install for what the app does and does not ask for on first run.
  2. Author a policy in the in-app admin console, starting from a vertical preset if one fits, and push the profile through MDM.
  3. Have your EDR or MDM gather the posture document from each endpoint’s well-known path.

The boundary holds per machine

Scaling out changes the count, not the contract. Each install is the same self-contained thing: local inference touches the network zero times on every one, and a local-only routing policy holds a whole fleet to that lane.

Read nextWhat it covers
The local-first guaranteeWhy local inference has zero egress.
The grant modelThe per-agent authority the org policy clamps on top of.