{"id":46639329,"url":"https://github.com/ericchansen/beme","last_synced_at":"2026-03-08T02:19:05.481Z","repository":{"id":339239753,"uuid":"1153854358","full_name":"ericchansen/beme","owner":"ericchansen","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-18T19:54:20.000Z","size":1424,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-18T20:58:34.405Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ericchansen.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,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-09T18:38:03.000Z","updated_at":"2026-02-18T19:54:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ericchansen/beme","commit_stats":null,"previous_names":["ericchansen/beme"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ericchansen/beme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericchansen%2Fbeme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericchansen%2Fbeme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericchansen%2Fbeme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericchansen%2Fbeme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericchansen","download_url":"https://codeload.github.com/ericchansen/beme/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericchansen%2Fbeme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30242406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T00:58:18.660Z","status":"online","status_checked_at":"2026-03-08T02:00:06.215Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2026-03-08T02:19:03.006Z","updated_at":"2026-03-08T02:19:05.463Z","avatar_url":"https://github.com/ericchansen.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# beme\n\n[![CI](https://github.com/ericchansen/beme/actions/workflows/ci.yml/badge.svg)](https://github.com/ericchansen/beme/actions/workflows/ci.yml)\n\nA desktop app that capturesyour screen in near real-time and streams it to Azure OpenAI GPT-4o for **next best action** suggestions. Built with Tauri 2 and SolidJS.\n\n## Features\n\n- **Screen capture with frame diffing** — efficient capture that only sends changed frames\n- **AI-powered suggestions** — GPT-4o vision analyzes your screen and recommends actions\n- **System tray + global shortcut** — toggle with `Ctrl+Shift+B`\n- **Streaming SSE responses** — suggestions appear in real time\n- **Settings persistence** — endpoint, deployment, and token saved locally\n- **Bearer token auth** — authenticate via Azure Entra ID\n\n## Prerequisites\n\n- [Rust](https://rustup.rs/) (stable toolchain)\n- [Node.js](https://nodejs.org/) or [Bun](https://bun.sh/)\n- Tauri 2 CLI: `cargo install tauri-cli@^2`\n- [Azure CLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli) (for infrastructure)\n\n## Quick Start\n\n```bash\ngit clone https://github.com/ericchansen/beme.git\ncd beme \u0026\u0026 bun install\ncargo tauri dev\n```\n\n## Azure Setup\n\n1. Deploy infrastructure:\n\n   ```bash\n   az deployment group create \\\n     --resource-group rg-beme-dev \\\n     --template-file infra/main.bicep\n   ```\n\n2. Get a bearer token:\n\n   ```bash\n   az account get-access-token --resource https://cognitiveservices.azure.com\n   ```\n\n3. Open **Settings** in the app and paste your endpoint, deployment name, and token.\n\n## Architecture\n\n| Layer | Technology |\n|-------|-----------|\n| Backend | Tauri 2 (Rust) — screen capture, system tray, IPC |\n| Frontend | SolidJS + Tailwind CSS |\n| AI | Azure OpenAI GPT-4o vision |\n\n## Building\n\nGenerate a production installer (NSIS/MSI on Windows):\n\n```bash\ncargo tauri build\n```\n\nThe installer will be in `src-tauri/target/release/bundle/`.\n\n## License\n\n[MIT](LICENSE)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericchansen%2Fbeme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericchansen%2Fbeme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericchansen%2Fbeme/lists"}