DocMason First Start

DocMason First Start

If you already have ChatGPT access, getting started with DocMason is much simpler than it looks.

This page is for the second question people ask after the demo: how do I actually get it running on my Mac?

What You Need

You only need four things for the first run:

  1. A Mac.
  2. A ChatGPT account you can use with Codex.
  3. The DocMason clean bundle.
  4. A few real files you want to analyze.

Start with a small batch of files instead of throwing in everything at once. DocMason supports incremental updates later, so the fastest way to trust the workflow is to get one clean first run.

The First Run

1. Download and unzip the clean bundle

Download the latest clean bundle from GitHub and unzip it anywhere local on your Mac.

The folder you care about first is original_doc/. That is where your working files go.

2. Drop a few real files into original_doc/

For the first pass, drag in a small set of real work files:

  • PowerPoint decks
  • spreadsheets
  • PDFs
  • email files

The goal is not to build your entire knowledge base on minute one. The goal is to get to a real published workspace quickly.

3. Install Codex and open the DocMason folder

Install Codex for macOS, sign in with your ChatGPT account, and open the DocMason folder as the project workspace.

DocMason’s operating model is simple:

  • the repo is the app
  • the agent is the runtime

You are not uploading your files to a separate web tool. You are opening a local workspace and letting the agent work inside it.

4. Ask Codex to prepare the environment

Send this message:

1
Please prepare the DocMason environment.

On the first run, DocMason checks the workspace, builds the local runtime, and verifies what it needs.

If Codex asks for Full access, switch it here and click Continue. That is a normal part of the bootstrap path.

5. Build the knowledge base

When the environment is ready, send this:

1
Please build the knowledge base.

DocMason will stage, compile, validate, and publish your files into a traceable local knowledge base.

The long middle stretch is real agent work. Only the waiting should feel slow.

6. Start asking questions

When you see that the knowledge base is built and published, the workspace is ready.

At that point, stop thinking about setup and start asking business questions.

Better first questions look like this:

  • What risks appear across these documents, and which sources support them?
  • Where do the deck and the spreadsheet disagree?
  • Which file contains the strongest evidence against the official story?

What To Expect On Your First Run

These things are normal:

  • environment preparation takes a bit longer than you want
  • Codex may ask for Full access
  • the first knowledge-base build is slower than later incremental updates

Do not optimize for speed on the first run. Optimize for finishing one clean pass.

Once you have seen built and published, you have the part that matters.

Where To Go Next