Glass Download

Invisible desktop AI assistant that captures screen and audio for real-time meeting notes, context-aware answers, and proactive summaries with OpenAI, Gemini, or local models.

⭐ 7,063 stars on GitHub
Latest Release: v0.2.4

About Software

Glass is a digital mind extension desktop application forked from CheatingDaddy, built with Electron and Next.js. It lives invisibly on your desktop, capturing what you see and hear in real-time to provide proactive meeting assistance, action items, summaries, and answers based on structured knowledge from your daily activities.

Features include invisible operation (no screen recording or screenshot visibility), real-time meeting notes, context-aware AI responses, and support for multiple AI backends including OpenAI, Gemini, and local Ollama/Whisper. Built with TypeScript and TailwindCSS, it is available for macOS and Windows with local-first data storage.

Use Cases:

  • Digital mind extension that captures screen and audio for context-aware AI assistance
  • Real-time meeting notes, live summaries, and session records with proactive Q&A
  • Context-based answers using all previous screen actions and audio history
  • Invisible assistant that never appears in screen recordings, screenshots, or dock
  • Support for OpenAI, Gemini, Ollama, and Whisper with local data storage

Downloads

v0.2.4 July 13, 2025
Glass-0.2.4-universal.dmgdmg
Glass-0.2.4.exeexe
Glass-Setup-0.2.4.exeexe
v0.2.3 July 08, 2025
Glass-0.2.3-universal.dmgdmg
Glass-0.2.3.exeexe
Glass-Setup-0.2.3.exeexe
v0.2.2 July 08, 2025
Glass-0.2.2-universal.dmgdmg
Glass-0.2.2.exeexe
Glass-Setup-0.2.2.exeexe
v0.2.1 July 07, 2025
Glass-0.2.1-universal.dmgdmg
v0.2.0 July 06, 2025
Glass-0.2.0-universal.dmgdmg
v0.1.2 July 05, 2025
Glass-0.1.2-universal.dmgdmg
v0.1.1 July 03, 2025
Glass-0.1.1-arm64.dmgdmg

Package Info

Last Updated
Jul 13, 2025
Latest Version
v0.2.4
License
GPL-3.0
Total Versions
7

README

Glass by Pickle: Digital Mind Extension 🧠

  

This project is a fork of CheatingDaddy (https://github.com/sohzm/cheating-daddy) with modifications and enhancements. Thanks to Soham (https://x.com/soham_btw) and all the open-source contributors who made this possible!

🤖 Fast, light & open-source—Glass lives on your desktop, sees what you see, listens in real time, understands your context, and turns every moment into structured knowledge.

💬 Proactive in meetings—it surfaces action items, summaries, and answers the instant you need them.

🫥️ Truly invisible—never shows up in screen recordings, screenshots, or your dock; no always-on capture or hidden sharing.

To have fun building with us, join our Discord (https://discord.gg/UCZH5B5Hpd)!

Instant Launch

⚡️  Skip the setup—launch instantly with our ready-to-run macOS app. [Download Here]

Quick Start (Local Build)

Prerequisites

First download & install Python (https://www.python.org/downloads/) and Node (https://nodejs.org/en/download). If you are using Windows, you need to also install Build Tools for Visual Studio (https://visualstudio.microsoft.com/downloads/)

Ensure you're using Node.js version 20.x.x to avoid build errors with native dependencies.

# Check your Node.js version
node --version

# If you need to install Node.js 20.x.x, we recommend using nvm:
# curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
# nvm install 20
# nvm use 20

Installation

npm run setup

Highlights

Ask: get answers based on all your previous screen actions & audio

Meetings: real-time meeting notes, live summaries, session records

Use your own API key, or sign up to use ours (free)

Currently Supporting:

  • OpenAI API: Get OpenAI API Key here (https://platform.openai.com/api-keys)
  • Gemini API: Get Gemini API Key here (https://aistudio.google.com/apikey)
  • Local LLM Ollama & Whisper

Liquid Glass Design (coming soon)

See full README on repository.