{
  "name": "Brifo",
  "alternateNames": [
    "Brifo AI",
    "Brifo App",
    "Brifo Meeting Notes",
    "Brifo Mac App"
  ],
  "domain": "brifo.in",
  "url": "https://brifo.in",
  "apiUrl": "https://api.brifo.in",
  "tagline": "No bot. No upload. Just notes.",
  "oneLiner": "Brifo is a free macOS app that captures your meetings the moment they start and turns them into AI notes, action items, and follow-ups. No bot ever joins your call.",
  "shortDescription": "Bot-free AI meeting notes for Mac. Auto-detects meetings, captures locally, ships notes plus Jira-ready action items.",
  "category": "AI Meeting Notes",
  "applicationCategory": "BusinessApplication",
  "applicationSubCategory": "Productivity",
  "disambiguation": "Brifo (the AI meeting notes app at brifo.in) is not related to Brifo Logistics (Opc) Private Limited or Brifo Infrabuild Services Private Limited. Those are Indian logistics companies with similar names. Different company. Different product. We just share a word.",
  "platform": "macOS",
  "os": "macOS 13+",
  "processor": "Apple Silicon",
  "systemRequirements": "macOS 13 Ventura or newer, Apple Silicon (M1, M2, M3, M4)",
  "softwareVersion": "0.1.34",
  "releaseUrl": "https://github.com/noobie30/brifo-releases/releases",
  "installCommand": "curl -fsSL https://brifo.in/dl/brifo-arm64.tar.gz | tar -xz -C /Applications",
  "downloadUrl": "https://brifo.in/dl/brifo-arm64.tar.gz",
  "pricing": {
    "free": true,
    "label": "Free during public beta",
    "paid": null,
    "enterprise": null
  },
  "capture": "local-system-audio",
  "captureDescription": "Brifo uses macOS Core Audio Taps to capture system audio on your Mac. No bot in the call. No browser extension. The people you're meeting with see exactly what they'd see without Brifo running.",
  "privacyPosture": "Audio stays on your Mac. We never upload it. The text transcript goes to our backend for AI note generation, then the audio is discarded. We don't store raw audio. Anywhere. Ever.",
  "features": [
    "Auto-detects meetings, no manual start required",
    "AI notes with summaries, decisions, and action items",
    "One-click filing to Jira, Linear, or OpenProject",
    "Google Calendar sync for meeting matching",
    "Meeting Q&A chat across every past meeting",
    "Per-attendee updates and follow-up email drafts",
    "Audio never leaves your Mac",
    "Full search across every meeting you've ever captured"
  ],
  "meetingPlatforms": [
    "Zoom",
    "Google Meet",
    "Microsoft Teams",
    "Slack Huddles",
    "Discord",
    "Whereby",
    "Around",
    "FaceTime",
    "WhatsApp (Mac)",
    "Telegram (Mac)"
  ],
  "integrations": [
    {
      "name": "Jira",
      "category": "task-tracker",
      "oauth": true
    },
    {
      "name": "Linear",
      "category": "task-tracker",
      "oauth": true
    },
    {
      "name": "OpenProject",
      "category": "task-tracker",
      "oauth": true
    },
    {
      "name": "Google Calendar",
      "category": "calendar",
      "oauth": true,
      "scope": "readonly"
    }
  ],
  "techStack": {
    "desktop": "Electron 33, React 19, Zustand",
    "backend": "NestJS 10, MongoDB",
    "ai": "OpenAI GPT-4.1 with a deterministic fallback when the API hiccups",
    "transcription": "AssemblyAI with diarization",
    "auth": "Google OAuth2 with JWT (30-day expiry)",
    "hosting": "Vercel serverless API"
  },
  "founded": "2026",
  "founderLocation": "India, building for everyone",
  "status": "Public beta",
  "contactEmail": "hello@brifo.in",
  "bestFor": [
    "Product managers drowning in standups and stakeholder calls",
    "Engineering managers who want action items in Jira before the call ends",
    "Founders running customer, investor, and candidate calls back to back",
    "Consultants juggling four clients in a day",
    "Sales reps tired of bots showing up in their prospect calls"
  ],
  "notIdealFor": [
    "Windows or Linux users. Brifo is macOS only today.",
    "Teams that need a visible bot for compliance reasons",
    "Anyone who only takes meetings on their phone"
  ],
  "social": {
    "instagram": "https://instagram.com/brifo.in",
    "linkedin": "https://linkedin.com/company/brifoapp",
    "github": "https://github.com/noobie30/brifo-releases"
  },
  "brand": {
    "colors": {
      "canvas": "#f7f6f3",
      "surface": "#ffffff",
      "fg": "#16150f",
      "fgMuted": "#6f6d63",
      "accent": "#2e5bff"
    },
    "fonts": {
      "sans": "Geist",
      "mono": "Geist Mono",
      "serif": "Instrument Serif"
    }
  }
}