{"id":29415843,"url":"https://github.com/pickle-com/glass","last_synced_at":"2025-07-21T03:01:51.474Z","repository":{"id":302534438,"uuid":"1012750745","full_name":"pickle-com/glass","owner":"pickle-com","description":"Digital Mind Extension","archived":false,"fork":false,"pushed_at":"2025-07-10T20:51:41.000Z","size":57912,"stargazers_count":3995,"open_issues_count":36,"forks_count":663,"subscribers_count":25,"default_branch":"main","last_synced_at":"2025-07-11T02:47:42.695Z","etag":null,"topics":["electron","local-first","nextjs","open-source","tailwindcss"],"latest_commit_sha":null,"homepage":"https://pickle.com/glass","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pickle-com.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-02T20:28:49.000Z","updated_at":"2025-07-11T02:42:25.000Z","dependencies_parsed_at":"2025-07-03T17:08:06.553Z","dependency_job_id":null,"html_url":"https://github.com/pickle-com/glass","commit_stats":null,"previous_names":["dev-pickle/glass","pickle-com/glass"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/pickle-com/glass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pickle-com%2Fglass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pickle-com%2Fglass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pickle-com%2Fglass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pickle-com%2Fglass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pickle-com","download_url":"https://codeload.github.com/pickle-com/glass/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pickle-com%2Fglass/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266231761,"owners_count":23896472,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["electron","local-first","nextjs","open-source","tailwindcss"],"created_at":"2025-07-11T18:01:27.789Z","updated_at":"2025-07-21T03:01:51.461Z","avatar_url":"https://github.com/pickle-com.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Table of Contents"],"sub_categories":["Assistant"],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://pickle.com/glass\"\u003e\n   \u003cimg src=\"./public/assets/banner.gif\" alt=\"Logo\"\u003e\n  \u003c/a\u003e\n\n  \u003ch1 align=\"center\"\u003eGlass by Pickle: Digital Mind Extension 🧠\u003c/h1\u003e\n\n\u003c/p\u003e\n\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://discord.gg/UCZH5B5Hpd\"\u003e\u003cimg src=\"./public/assets/button_dc.png\" width=\"80\" alt=\"Pickle Discord\"\u003e\u003c/a\u003e\u0026ensp;\u003ca href=\"https://pickle.com\"\u003e\u003cimg src=\"./public/assets/button_we.png\" width=\"105\" alt=\"Pickle Website\"\u003e\u003c/a\u003e\u0026ensp;\u003ca href=\"https://x.com/intent/user?screen_name=leinadpark\"\u003e\u003cimg src=\"./public/assets/button_xe.png\" width=\"109\" alt=\"Follow Daniel\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003e 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!\n\n🤖 **Fast, light \u0026 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.\n\n💬 **Proactive in meetings**—it surfaces action items, summaries, and answers the instant you need them.\n\n🫥️ **Truly invisible**—never shows up in screen recordings, screenshots, or your dock; no always-on capture or hidden sharing.\n\nTo have fun building with us, join our [Discord](https://discord.gg/UCZH5B5Hpd)!\n\n## Instant Launch\n\n⚡️  Skip the setup—launch instantly with our ready-to-run macOS app.  [[Download Here]](https://www.dropbox.com/scl/fi/znid09apxiwtwvxer6oc9/Glass_latest.dmg?rlkey=gwvvyb3bizkl25frhs4k1zwds\u0026st=37q31b4w\u0026dl=1)\n\n## Quick Start (Local Build)\n\n### Prerequisites\n\nFirst download \u0026 install [Python](https://www.python.org/downloads/) and [Node](https://nodejs.org/en/download).\nIf you are using Windows, you need to also install [Build Tools for Visual Studio](https://visualstudio.microsoft.com/downloads/)\n\nEnsure you're using Node.js version 20.x.x to avoid build errors with native dependencies.\n\n```bash\n# Check your Node.js version\nnode --version\n\n# If you need to install Node.js 20.x.x, we recommend using nvm:\n# curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash\n# nvm install 20\n# nvm use 20\n```\n\n### Installation\n\n```bash\nnpm run setup\n```\n\n## Highlights\n\n\n### Ask: get answers based on all your previous screen actions \u0026 audio\n\n\u003cimg width=\"100%\" alt=\"booking-screen\" src=\"./public/assets/00.gif\"\u003e\n\n### Meetings: real-time meeting notes, live summaries, session records\n\n\u003cimg width=\"100%\" alt=\"booking-screen\" src=\"./public/assets/01.gif\"\u003e\n\n### Use your own API key, or sign up to use ours (free)\n\n\u003cimg width=\"100%\" alt=\"booking-screen\" src=\"./public/assets/02.gif\"\u003e\n\n**Currently Supporting:**\n- OpenAI API: Get OpenAI API Key [here](https://platform.openai.com/api-keys)\n- Gemini API: Get Gemini API Key [here](https://aistudio.google.com/apikey)\n- Local LLM Ollama \u0026 Whisper\n\n### Liquid Glass Design (coming soon)\n\n\u003cimg width=\"100%\" alt=\"booking-screen\" src=\"./public/assets/03.gif\"\u003e\n\n\u003cp\u003e\n  for a more detailed guide, please refer to this \u003ca href=\"https://www.youtube.com/watch?v=qHg3_4bU1Dw\"\u003evideo.\u003c/a\u003e\n  \u003ci style=\"color:gray; font-weight:300;\"\u003e\n    we don't waste money on fancy vids; we just code.\n  \u003c/i\u003e\n\u003c/p\u003e\n\n\n## Keyboard Shortcuts\n\n`Ctrl/Cmd + \\` : show and hide main window\n\n`Ctrl/Cmd + Enter` : ask AI using all your previous screen and audio\n\n`Ctrl/Cmd + Arrows` : move main window position\n\n## Repo Activity\n\n![Alt](https://repobeats.axiom.co/api/embed/a23e342faafa84fa8797fa57762885d82fac1180.svg \"Repobeats analytics image\")\n\n## Contributing\n\nWe love contributions! Feel free to open issues for bugs or feature requests. For detailed guide, please see our [contributing guide](/CONTRIBUTING.md).\n\u003e Currently, we're working on a full code refactor and modularization. Once that's completed, we'll jump into addressing the major issues.\n\n### Contributors\n\n\u003ca href=\"https://github.com/pickle-com/glass/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=pickle-com/glass\" /\u003e\n\u003c/a\u003e\n\n### Help Wanted Issues\n\nWe have a list of [help wanted](https://github.com/pickle-com/glass/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22%F0%9F%99%8B%E2%80%8D%E2%99%82%EF%B8%8Fhelp%20wanted%22) that contain small features and bugs which have a relatively limited scope. This is a great place to get started, gain experience, and get familiar with our contribution process.\n\n\n### 🛠 Current Issues \u0026 Improvements\n\n| Status | Issue                          | Description                                       |\n|--------|--------------------------------|---------------------------------------------------|\n| 🚧 WIP      | Liquid Glass                    | Liquid Glass UI for MacOS 26 |\n\n### Changelog\n\n- Jul 5: Now support Gemini, Intel Mac supported\n- Jul 6: Full code refactoring has done.\n- Jul 7: Now support Claude, LLM/STT model selection\n- Jul 8: Now support Windows(beta), Improved AEC by Rust(to seperate mic/system audio), shortcut editing(beta)\n- Jul 8: Now support Local LLM \u0026 STT, Firebase Data Storage \n\n\n## About Pickle\n\n**Our mission is to build a living digital clone for everyone.** Glass is part of Step 1—a trusted pipeline that transforms your daily data into a scalable clone. Visit [pickle.com](https://pickle.com) to learn more.\n\n## Star History\n[![Star History Chart](https://api.star-history.com/svg?repos=pickle-com/glass\u0026type=Date)](https://www.star-history.com/#pickle-com/glass\u0026Date)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpickle-com%2Fglass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpickle-com%2Fglass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpickle-com%2Fglass/lists"}