Discover and explore top open-source AI tools and projects—updated daily.
Blueturboguy07AI copilot for macOS assisting live meetings and coding
New!
Top 47.5% on SourcePulse
An open-source AI copilot for macOS, cue provides real-time assistance during meetings and coding tasks by processing screen, microphone, and meeting audio inputs. It aims to be a private, self-hosted alternative to commercial tools like Cluely, allowing users to leverage their own API keys from providers such as OpenAI, Anthropic, or Google Gemini.
How It Works
Built as an Electron application, cue captures screen content, microphone audio ("You"), and system audio output ("Them") as distinct data streams. These inputs are processed locally, with audio transcribed via Whisper or Gemini, and then fed to a user-selected AI model for real-time responses. The application's "invisibility" in screen shares is achieved using the macOS setContentProtection(true) window flag, which requests exclusion from screen capture streams.
Quick Start & Requirements
cue-mac.zip from the Releases page and drag cue.app to Applications. For developers, clone the repository (git clone https://github.com/Blueturboguy07/cue.git), navigate to the directory, and run npm install followed by npm start.cue. An API key from OpenAI, Anthropic, or Google Gemini is necessary.cue.app and select "Open," or use the Terminal command xattr -cr /Applications/cue.app. A built-in tutorial guides through granting permissions and adding the AI key.Highlighted Details
Maintenance & Community
No specific details regarding maintainers, community channels (like Discord/Slack), or roadmap are provided in the README.
Licensing & Compatibility
The project is licensed under GPL-3.0-or-later. This copyleft license requires derivative works to be distributed under the same terms, potentially restricting integration into closed-source or commercial products without open-sourcing modifications.
Limitations & Caveats
The "invisibility" feature is best-effort and not guaranteed, particularly on macOS 15.4+, where modern capture tools may bypass the protection. Users are solely responsible for ensuring their use complies with platform rules and consent laws. Rebuilding the application resets macOS permissions, requiring re-granting. Certain API keys (e.g., OpenAI chat-only) may lack necessary capabilities for all features.
6 days ago
Inactive
Renset
pickle-com