git404hub

what is cue fr?

blueturboguy07/cue — explained in plain English

Analysis updated 2026-05-18

720JavaScriptAudience · generalComplexity · 2/5Setup · easy

tl;dr

A free Mac app that floats over your screen, listens to meetings, and uses your own AI key to help you answer questions and solve coding problems in real time.

vibe map

mindmap
  root((cue))
    What it does
      Floats over screen
      Sees screen content
      Hears meeting audio
      Suggests what to say
    Tech stack
      Electron
      Node.js
      JavaScript
    Use cases
      Live meeting help
      Solve coding problems
      Recap conversations
      Practice and studying
    Audience
      Meeting attendees
      Job seekers practicing
      Developers
      Students
    Setup
      Download Mac app
      Bring your own API key
      Grant mic and screen access

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Get real-time suggestions for what to say during a live video call or meeting.

VIBE 2

Take a screenshot of a coding problem and get a full solution with explanation.

VIBE 3

Get a summary and follow-up questions after a conversation ends.

VIBE 4

Practice interviews or studying with a private on-screen assistant.

what's the stack?

JavaScriptElectronNode.js

how it stacks up fr

blueturboguy07/cueyyx990803/html5-clearbradtraversy/proshop-v2
Stars720720716
LanguageJavaScriptJavaScriptJavaScript
Last pushed2020-10-022024-06-08
MaintenanceDormantDormant
Setup difficultyeasyeasymoderate
Complexity2/52/53/5
Audiencegeneraldevelopervibe coder

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Requires your own API key from OpenAI, Anthropic, or Google Gemini, and macOS permission grants for microphone and screen recording.

The README does not state a license for this project.

in plain english

cue is a free, open-source app for Mac computers that acts like a personal AI assistant floating on top of your screen. It watches your screen, listens to your microphone, and listens to the audio from meetings, then uses an AI model you choose to help you in real time. It is built as an alternative to a paid product called Cluely, and instead of charging a subscription, it asks you to bring your own API key from a provider like OpenAI, Anthropic, or Google Gemini, so you only pay that provider for what you actually use. The app offers several features you trigger with keyboard shortcuts or buttons. One helps during live conversations by suggesting what to say next, using both what you hear and what the other person says. Another looks at your screen to solve a coding problem and gives you the code along with an explanation of its efficiency. There is also a recap feature that summarizes the whole conversation, and a follow up question generator. A toggle lets you switch between a faster, cheaper AI model and a smarter but slower one. A central design goal is staying hidden during screen shares, so the panel does not appear when you share your screen in tools like Zoom, Google Meet, or Microsoft Teams, though the README is upfront that this protection is best effort rather than guaranteed and depends on settings within each app. It notes that using a hidden assistant during things like exams or interviews may violate rules or laws, and puts responsibility on the user. Most people are expected to install cue by downloading a ready-made Mac app from the releases page, though developers can also run it from source code using Node.js. Under the hood it is built with Electron, and everything happens on your own computer except the actual calls made to your chosen AI provider. Your API key is stored only locally and is never sent anywhere except that provider.

prompts (copy fr)

prompt 1
Help me set up cue on my Mac using the downloaded app instead of building from source.
prompt 2
Explain how to get an OpenAI API key that works for both chat and audio transcription in cue.
prompt 3
Walk me through the Zoom setting I need to change so cue stays hidden during screen shares.
prompt 4
Show me how to build cue from source using Node.js and npm.
prompt 5
Explain the difference between the fast model and the smart model toggle in cue.

Frequently asked questions

what is cue fr?

A free Mac app that floats over your screen, listens to meetings, and uses your own AI key to help you answer questions and solve coding problems in real time.

What language is cue written in?

Mainly JavaScript. The stack also includes JavaScript, Electron, Node.js.

What license does cue use?

The README does not state a license for this project.

How hard is cue to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is cue for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.