← dacular dacular ↗

Get started

dacular runs entirely on your Mac (Apple Silicon). Install it with the dacular CLI via Homebrew, then point it at a folder of documents. Your data never leaves the machine.

⚠︎ Experimental. dacular is an early research project — not ready to trust with data that truly matters yet.

command line

CLI (Homebrew)

Note: XCode is required, including Metal extensions `xcodebuild -downloadComponent MetalToolchain`

Install the dacular CLI from the tap:

brew install dacularapp/tap/dacular

Then set up the vault and ask:

# engine + weights + headgate + the local site (one time)
dacular install
dacular index ~/vault   # embed your documents on-device
dacular start           # http://localhost:10000
dacular stop            # shut it all down when you're done

# or one-shot from the terminal:
dacular ask "When does my car insurance renew?"

Requirements

New to it? The walkthrough runs the whole flow end to end on a sample vault, and headgate explains why your data stays private.