Google Advances Gemini AI App for Mac, Heightening Competition With OpenAI and Anthropic

Google Advances Gemini AI App for Mac, Heightening Competition With OpenAI and Anthropic
source: gettyimages
March 19, 2026

Google is speeding up the development of a dedicated Gemini AI application for Apple’s Mac lineup, as it pushes to tighten the gap with rivals like OpenAI and Anthropic. The move signals a broader push to bring Gemini’s capabilities directly into macOS.

Alphabet’s unit has started privately distributing an early version of the app to a consumer beta program this week. The initiative invites nonemployees to trial the software, share feedback, and help surface bugs before a wider public release.

By opening a beta channel beyond its internal teams, Google aims to gather real-world insights to refine the app’s performance and user experience, intensifying the ongoing competition in the AI software arena.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 177 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6646737,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}