Classifyre · Documentation
Scattered data
in. Closed cases out.
Classifyre reads the systems you already run, raises the findings worth a human's time, and gives you a structured place to work them — with an AI autopilot doing the legwork between scans. These docs explain how the application works, section by section.
Step zero — get it running
Classifyre ships in two distributions, with the same features in both. Install one, then work through the pipeline below.
Option 01 · Docker
Run it on your machine
One image · amd64 + arm64
PostgreSQL, the UI and the scan workers are all inside the image, so there is nothing to provision — and a bind-mounted folder is a source like any other.
docker run -d --name classifyre \ -p 3000:3000 \ --shm-size=1g \ -v classifyre-pgdata:/var/lib/postgresql/data \ -v classifyre-data:/var/lib/classifyre \ -v classifyre-uv-cache:/cache/uv \ classifyre/all-in-one:0.5.12Option 02 · Kubernetes
Or run it on a cluster
Helm, OCI-native · no repo add
The chart deploys the web UI, API, worker, and the ephemeral scan Jobs. PostgreSQL can be embedded for a trial or external for production.
helm install classifyre \
oci://registry-1.docker.io/classifyre/classifyre-core \
--namespace classifyre --create-namespace \
--version 0.5.12Kubernetes deployment guide →Then: one pipeline, five steps
- 01ConnectPoint Classifyre at systems you already run. Data stays in place.
- 02ScanEach run registers every document and file as an asset.
- 03DetectDetectors read every asset and raise findings worth a look.
- 04Connect the dotsInquiries keep watch; duplicate review finds the same thing twice.
- 05ResolveCases collect evidence, weigh hypotheses, and reach a conclusion.
Start where you are
New here
Understand it
The whole platform in plain English — no setup, no jargon, just how a pile of scattered data becomes three leads worth your time.
Setting it up
Run it
Stand the platform up, connect your first system, and watch the first scan land — on a laptop or in production.
Working results
Investigate
Findings are the start, not the answer. Watch them with inquiries, work the duplicates they reveal, and close them as cases.
Every section
Looking for a specific connector or detector? The source catalog and detector catalog are generated straight from the product, so they are always current.