| name | granola-install-auth |
| description | Install and configure Granola AI meeting notes with calendar and audio permissions.
Use when setting up Granola for the first time, connecting Google/Outlook calendars,
granting macOS Screen Recording permission, or configuring Windows audio capture.
Trigger: "install granola", "setup granola", "granola calendar", "granola permissions".
|
| allowed-tools | Read, Write, Edit, Bash(brew:*), Bash(open:*), Bash(pgrep:*), Bash(defaults:*), Bash(ls:*) |
| version | 1.13.0 |
| license | MIT |
| author | Jeremy Longshore <jeremy@intentsolutions.io> |
| tags | ["saas","granola","granola-install"] |
| compatibility | Designed for Claude Code, also compatible with Codex and OpenClaw |
Granola Install & Auth
Overview
Install Granola, the AI notepad that captures meeting audio directly from your device (no bot joins the call), transcribes with GPT-4o/Claude, and produces structured notes with action items. Supports Zoom, Google Meet, Teams, Slack Huddles, and WebEx.
Prerequisites
- macOS 12+ or Windows 10+ (iOS/Android for mobile)
- Google Calendar or Microsoft Outlook account
- Active internet connection for initial auth
Instructions
Step 1 — Download and Install
brew install --cask granola
open "https://www.granola.ai/download"
Windows: download the installer from granola.ai/download and run the .exe.
Step 2 — Create Account and Authenticate
- Launch Granola
- Click Sign up — authenticate with Google or Microsoft
- Granola uses WorkOS for SSO; enterprise users may see their IdP login (Okta, Azure AD)
Step 3 — Grant System Permissions
macOS (critical — both required):
System Settings > Privacy & Security > Microphone
→ Enable Granola
System Settings > Privacy & Security > Screen & System Audio Recording
→ Enable Granola
The Screen Recording permission is required because macOS bundles system audio capture under that category — Granola does not record your screen.
Windows:
Microphone permissions are granted automatically. Confirm at:
Settings > Privacy & Security > Microphone → Granola enabled
Step 4 — Connect Calendar
- Granola Settings (avatar bottom-left) > Calendar
- Connect Google Calendar or Microsoft Outlook
- Select which calendars to sync (personal, work, shared)
- Granola detects meetings from synced calendars with video/conference links
Step 5 — Verify Audio Capture
pgrep -l Granola
defaults read /Applications/Granola.app/Contents/Info.plist CFBundleShortVersionString 2>/dev/null || echo "Check Granola > About"