Own the source
Your policies, controls, risks, evidence indexes, and audit work stay as JSON and Markdown in your Git repository.
FileGRC gives a founder-led engineering team one place to adopt policies, implement controls, run recurring work, collect evidence, and prepare an audit.
npx create-filegrc@latest company-grcDon't pay tens of thousands of dollars for a set of basic create, read, update, and delete screens wrapped around data you don't control. FileGRC is open source. Your records stay in your repository, where your agent can do the routine work.
Your policies, controls, risks, evidence indexes, and audit work stay as JSON and Markdown in your Git repository.
Your agent can create records, link evidence, work the queue, run readiness checks, and prepare the audit packet.
Nothing disappears behind an application. Review the exact files, diff, author, date, and commit before accepting the work.
FileGRC is MIT licensed and runs locally. The source systems that operate controls and the independent CPA audit remain separate.
There is no separate application database. The source stays useful in a text editor, the local web app, the CLI, and CI because every interface reads and writes the same files through the same rules.
JSON holds records the engine validates, filters, and connects.
Markdown holds policies, procedures, plans, minutes, and narratives.
Git supplies authors, timestamps, revisions, diffs, and commit messages.
policy-access-control.mdcontrol-access-review.json{
"status": "implemented",
"ownerId": "person-security",
"evidenceSourceIds": [...]
}47ebdcc · mainStart with how the company actually works. Build reliable evidence before you create the normal audit engagement.
Name the service, criteria, dependencies, systems, and risks.
Review the starter proposals and record real owners, approvers, and dates.
Replace prompts with the procedure, scope, cadence, and evidence source.
Connect authoritative systems and prove that collection works.
Complete recurring work and event checklists with dated evidence.
Record the engagement and period, reconcile populations, and build the packet.
An agent with no FileGRC context can discover the model, inspect valid relationships, create records, complete scheduled work, and check the result without opening the renderer.
The browser and CLI call the same domain functions, so headless work gets the same validation and readiness calculations.
$ npx filegrc guide risk-assessment --jsonLearn the fields, timing, policy context, and valid relationships.
$ npx filegrc scaffold risk-assessmentCreate the same validated JSON and Markdown shape used by the browser.
$ npx filegrc obligations --jsonSee upcoming, due, and overdue policy work.
$ npx filegrc program-readiness --jsonCheck whether management can begin a reliable evidence period.
$ npx filegrc evidence-packet --audit audit-idBuild the scoped delivery from a clean Git revision.
Your source systems still operate controls. The independent CPA firm still tests them, judges the evidence, and issues the report.