pickle-com/glass

Digital Mind Extension

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 9 minutes ago
Added to GitGenius on September 8th, 2026
Created on July 2nd, 2025
Open Issues & Pull Requests: 111 (+0)
GitHub issues: Enabled
Number of forks: 1,112
Total Stargazers: 7,603 (+0)
Total Subscribers: 40 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 6.0 hours
Mean response time: 4.9 days
90th percentile: 8.3 days
Tracked items: 111

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 3% of issues opened in the past year have been closed. Three people close 55% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 86
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 373 days
Stale 30+ days: 84
Stale 90+ days: 84

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • 🐛 bug (24)
  • ✨ feature (22)
  • 🙋‍♂️help wanted (8)
  • 🌙 work in progress (5)
  • question (4)
  • duplicate (2)
  • enhancement (2)
  • 🚨 needs approval (1)

Detailed Description

Glass is a desktop application that extends your digital mind by capturing and understanding your screen activity and audio in real time.

The tool addresses the problem of losing context and action items during work by running locally on your computer to observe what you see and hear, then using AI to surface summaries, answers, and structured knowledge from that context. It works by capturing screen and audio data, processing it through configurable language models, and making that information queryable through a chat interface. The application supports multiple AI backends including OpenAI, Gemini, and local models via Ollama and Whisper.

Glass suits developers and knowledge workers who want to augment their memory and productivity without sacrificing privacy. It is designed for local-first operation, meaning data stays on your machine rather than being sent to external servers. The tool is particularly useful during meetings where it can generate real-time notes and summaries. Users can bring their own API keys for supported language models or use the project's free tier. The application is built with Electron and Next.js, making it a desktop-native experience rather than a web application.

The project is undergoing a full code refactor and modularization effort, with the maintainers prioritizing architectural improvements before addressing major open issues. Contributions are actively welcomed through the standard GitHub workflow, with a dedicated contributing guide available for those interested in participating.