From download to a working citation checker in Word — we'll walk through every step. About 10 minutes, plus a one-time model download while coffee brews.
Prerequisites
A Mac with Apple Silicon, Microsoft 365 Word, and about ten minutes.
Step 01
Browser download or a one-line shortcut — skip the macOS warning entirely.
Try the browser path first. If the macOS security warning feels fiddly, jump to the one-liner below.
greenbook.Greenbook-Companion.pkg.
This warning is expected — you're safe.
"Unsigned" means Apple hasn't stamped the file yet. Everything GreenBook does runs locally on your Mac.
On recent macOS, right-clicking "Open" no longer bypasses Gatekeeper. Use Open Anyway in System Settings → Privacy & Security.
Terminal → Return).BETA_PASSWORD_HERE with the password from your welcome email:
curl -u greenbook:BETA_PASSWORD_HERE -L -o ~/Downloads/Greenbook-Companion.pkg https://greenbook-download.cloudflare-jynir.workers.dev/ && open ~/Downloads/Greenbook-Companion.pkg
Why does this skip the warning? Browser downloads get a hidden "quarantine" flag that triggers Gatekeeper. Terminal downloads don't carry that flag — same file, no extra step.
Optional — verify the download.
curl -u greenbook:BETA_PASSWORD_HERE -s https://greenbook-download.cloudflare-jynir.workers.dev/sha256sums
shasum -a 256 ~/Downloads/Greenbook-Companion.pkg
If the Greenbook-Companion.pkg hash in the first output matches the second, the file is exactly what we published.
Step 02
Click through the wizard. One Mac password prompt — that's it.
What is this password for?
GreenBook installs a local security certificate so Word can talk to the companion over a secure local connection. Nothing is uploaded anywhere.
Step 03
The add-in is already installed — nothing to upload.
If you don't see the button after restarting Word:
manifest.xml and select it.School-managed Mac: "Upload My Add-in" greyed out means your institution restricts add-ins. Contact your school IT, or use a personal Mac.
Step 04
Choose your sources folder. One-time model download. Then you're running.
Tip: Create the folder directly in your home folder (
/Users/yourname/GreenBook Sources) rather than Documents or Desktop — macOS privacy settings can silently block background apps from reading those locations.
One-time download — grab a coffee. After it completes once, GreenBook starts instantly every time.
You're ready to check citations.
Step 05
One command removes everything. Your data folder is only deleted with your permission.
To remove GreenBook completely:
Terminal → Return).sudo "/Library/Application Support/Greenbook/bin/uninstall-greenbook.sh"
This removes the companion, the local certificate, the auto-start entry, and the Word add-in. It will ask before deleting your data folder (~/.greenbook).
Help
Most issues resolve in one step. Stuck? Ping us directly.
Word can't reach the GreenBook companion on your Mac.
~/Library/Logs/Greenbook/
In Finder: Go → Go to Folder…, paste that path.
Post in the beta Discord, or email hello@greenbook.legal. Include which step you're on and a screenshot if possible.
Context
Apple notarization ships before public launch. Here's the full picture.
Thank you for helping us test. Your feedback shapes what ships next.