{"id":50496300,"url":"https://github.com/adamaoc/grokforge","last_synced_at":"2026-06-02T07:30:38.375Z","repository":{"id":358691652,"uuid":"1242603111","full_name":"adamaoc/grokforge","owner":"adamaoc","description":"GrokForge is an Electron desktop workspace for a multi-root coding agent: chat, optional Grok Voice (xAI realtime), Monaco editing, workspace search, git status, and terminals— with project data stored under the app’s userData, not inside your source trees.","archived":false,"fork":false,"pushed_at":"2026-05-27T00:09:44.000Z","size":3346,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-27T02:08:29.143Z","etag":null,"topics":["ai","ai-tools","developer-tools","elect","grok","grok-api","ide"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/adamaoc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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-05-18T15:20:31.000Z","updated_at":"2026-05-27T00:09:49.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/adamaoc/grokforge","commit_stats":null,"previous_names":["adamaoc/grokforge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adamaoc/grokforge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamaoc%2Fgrokforge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamaoc%2Fgrokforge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamaoc%2Fgrokforge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamaoc%2Fgrokforge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adamaoc","download_url":"https://codeload.github.com/adamaoc/grokforge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamaoc%2Fgrokforge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33812194,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"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":["ai","ai-tools","developer-tools","elect","grok","grok-api","ide"],"created_at":"2026-06-02T07:30:35.734Z","updated_at":"2026-06-02T07:30:38.369Z","avatar_url":"https://github.com/adamaoc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GrokForge\n\n**GrokForge** is an **Electron** desktop workspace for a **multi-root** coding agent: chat, optional **Grok Voice** (xAI realtime), Monaco editing, workspace search, git status, and terminals— with project data stored under the app’s **userData**, not inside your source trees.\n\n\u003e [!NOTE]\n\u003e GrokForge is an **independent** open source project by [Adam Moore](https://github.com/adamaoc). It uses the **xAI Grok API** for chat, voice, and TTS when you configure a key. **xAI** and **Grok** are trademarks of their respective owners; this project is **not** affiliated with or endorsed by xAI.\n\n## Prerequisites\n\n\u003e [!WARNING]\n\u003e **xAI API key:** Chat and voice need a valid key. Use **Settings** in the app (stored with Electron `safeStorage`) or set **`XAI_API_KEY`** / **`GROKFORGE_XAI_API_KEY`** in the environment for local dev (see [`.env.example`](.env.example)). The full key is **never** exposed to the renderer.\n\u003e\n\u003e **Node.js:** Use **Node 22 LTS** and **npm** with this repo’s `package-lock.json`.\n\n**Supported for development:** macOS is the primary packaging target in scripts (`electron-builder`); Windows/Linux may run from source with the usual Electron caveats.\n\n## Quick start\n\n```bash\ngit clone https://github.com/adamaoc/grokforge.git\ncd grokforge\nnpm install\nnpm run dev\n```\n\nOn the **welcome** screen, start a **new project** by choosing a folder (first workspace root). Reopen saved projects from **Recent projects** (by project id, not path alone).\n\n## npm scripts\n\n| Script | Purpose |\n|--------|---------|\n| `npm run dev` | electron-vite dev server + Electron |\n| `npm run build` | Production build to `dist/` |\n| `npm run start` | Run packaged entry (`electron .`) after a build |\n| `npm run preview` | Vite preview |\n| `npm run typecheck` | TypeScript `tsc --noEmit` (app + node configs) |\n| `npm run lint` | ESLint on `.ts` / `.tsx` |\n| `npm run test` | Vitest unit tests |\n| `npm run test:e2e` | Build + Vitest smoke (`vitest.e2e.config.ts`) |\n| `npm run test:e2e:ui` | Build + Playwright/Electron UI E2E |\n| `npm run test:e2e:ui:headed` | Same UI E2E in headed mode |\n| `npm run stories:html` | Regenerate `project_tasks/stories.html` |\n| `npm run dist` | macOS distributable (electron-builder) |\n| `npm run dist:dir` | macOS unpacked dir build |\n\n## Documentation\n\n| Doc | Contents |\n|-----|----------|\n| [`AGENTS.md`](AGENTS.md) | Architecture, IPC, workspace manifest, keys, terminal vs agent commands, testing commands |\n| [`project_tasks/README.md`](project_tasks/README.md) | Numbered MVP stories and status |\n| [`docs/dependency-runtime-watchlist.md`](docs/dependency-runtime-watchlist.md) | Dependency and runtime upgrade notes |\n| [`docs/harness-102-xai-investigation.md`](docs/harness-102-xai-investigation.md) | xAI model catalog, redirects, and GrokForge defaults (last reviewed 2026-05-26) |\n\n## Security \u0026 keys (short)\n\n- **Main process** owns the xAI API key and all network calls to xAI; the **preload** exposes a fixed API to the **renderer** (`AGENTS.md`).\n- **Threat model** (same-user desktop, not a malware sandbox): summarized in **`AGENTS.md`**.\n- **Responsible disclosure:** [`SECURITY.md`](SECURITY.md).\n\n## How project data is stored\n\nGrokForge keeps **per-project data** under Electron **`userData`**, not next to your repos:\n\n| Location | Contents |\n|----------|----------|\n| `userData/workspace-projects/\u003cuuid\u003e/project.json` | Project id, **display name**, **manifest** (models, roots, …) |\n| `userData/workspace-projects/\u003cuuid\u003e/chat/thread.jsonl` | Chat thread (JSONL) |\n| `userData/recent-projects.json` | Recent projects MRU |\n\n**Deleting a project** in the app removes that app-side storage and MRU entry; it does **not** delete your workspace folders on disk.\n\n## Workspace manifest\n\nThe Zod schema lives in **`src/main/manifest.ts`**. **`example.grokproject.json`** illustrates the JSON shape of the `manifest` object (GrokForge does **not** write this filename into your trees; it persists manifest inside `project.json` under userData).\n\n## Current status\n\nEarly-stage but usable: multi-root UI, agent tool loop with approvals, Monaco diffs for proposed edits, voice pipeline, read-aloud, workspace index, and more. Gaps and future work are tracked in **`project_tasks/`**.\n\n## Contributing\n\nSee [`CONTRIBUTING.md`](CONTRIBUTING.md).\n\n## License\n\n[MIT](LICENSE) © 2026 Adam Moore.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamaoc%2Fgrokforge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamaoc%2Fgrokforge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamaoc%2Fgrokforge/lists"}