Your data stays on your machine
Indexing and embeddings run on-device, and the vector index is written to local files. We never upload your documents or your code.
Zero data retention
We store no prompts, no answers, no documents — not even in logs. In Remote mode your question is processed in memory and discarded.
Never used for training
Nothing you ask is used to train a model, sold, or shared. Anonymous feature-usage counts are all we measure — never your content.
Read the full privacy policy — it lists every byte we hold.
Two modes, one guarantee
The mode changes exactly one thing: where the answer is generated. Your docs and tickets, and the search index built from them, stay local either way.
Everything runs locally
Your model, your hardware. With Ollama, none of your content leaves your computer — no account, no cloud round-trip. Prefer a bigger model? Plug in your own provider key and you still decide exactly where your data goes.
- ✓ Chat model on your machine via Ollama — or your own API key
- ✓ Embeddings generated on-device
- ✓ Vector index in local files
- ✓ No account — runs offline with a local model
We run the infrastructure
We host the inference and choose the model, so there is nothing to configure and no model key to buy. Your data still stays local: only your question and the snippets retrieved for it reach our endpoint — and we keep none of it.
- ✓ Managed model — no provider keys, no setup
- ✓ Embeddings still generated on-device
- ✓ Vector index still in local files
- ✓ Sign in with GitHub; every request re-verified
- ✓ Zero retention — nothing stored, nothing logged
Capabilities designed for builders
A full agent that reads, edits and verifies — with the docs and tickets that explain why already in reach.
Agentic coding
The agent searches and reads your code, makes multi-file edits, then runs your linter, type-checker and tests to verify its own work before handing it back.
Your org's knowledge, mid-task
Confluence pages, Jira issues and Azure DevOps work items, synced and searchable. The agent pulls them mid-task, so a run is grounded in the design page and the ticket that asked for it — not just the file.
In your editor, or on its own
Install it in VS Code, Cursor or Antigravity — or run WorkspaceGPT Desktop, the same agent as an app for macOS and Windows. Open a folder and go.
Review before it writes
Every file change arrives as a diff you approve or reject. A checkpoint is taken before the first write, so one click reverts the whole turn.
Codebase understanding
ripgrep search plus symbol, definition and reference lookup through a real language server — your editor's, or the one bundled with Desktop.
Your work, on open
The sidebar lists the ADO items assigned to you with their state and sprint — start a run straight from a ticket.
Web search mid-task
Lets the agent look up what your code and docs can't tell it: a new library, an unfamiliar API, current release notes.
@-mentions
Pull a specific file or folder into the conversation instead of hoping retrieval finds it.
Release automation
Config-sync and hotfix pipelines with a plan → approve → apply flow, so work doesn't stop at “PR opened”.
MCP server
Ships an MCP server that exposes your Confluence, Jira and Azure DevOps search to Claude Desktop, Cursor and other MCP clients.
Runs offline
In Local mode with Ollama there are no remote APIs at all — the whole loop works on a plane.
Chat where you want it
Run it in the sidebar or open it as a full editor tab, with several sessions going at once.
From an assigned ticket to a verified answer
Open the sidebar and your work is already there. Pick a ticket and the agent takes it from the docs to the code to the test run.



Run it where you work
The same agent, the same knowledge and the same privacy guarantees — in your editor, or as an app of its own.
WorkspaceGPT Desktop
No editor needed. Open a project folder and the agent reads, edits and tests it, with your Confluence, Jira and Azure DevOps knowledge in reach. Paste one line:
macOS · Terminal
curl -fsSL https://github.com/ritesh-kant/workspaceGPT/releases/download/desktop-latest/install.sh | shWindows · PowerShell
irm https://github.com/ritesh-kant/workspaceGPT/releases/download/desktop-latest/install.ps1 | iex- Apple Silicon and Intel Macs (macOS 12+), and Windows x64
- Updates itself — every update is signed and verified before it installs
- Secrets in the macOS Keychain or Windows Credential Manager; indexes stay on your machine
The app isn't notarized or code-signed yet. The one-line installers need nothing extra. A DMG needs one “Open Anyway” in System Settings › Privacy & Security; a browser-downloaded setup.exe needs “More info › Run anyway”. Linux is on the way.
Editor extension
Lives in your editor's sidebar or a full editor tab, and uses your editor's own language server for symbol lookups. From the VS Code Marketplace, or Open VSX for Cursor and Antigravity.
ext install Riteshkant.workspacegpt-extensionReady in minutes
Installation
Add the extension to VS Code, Cursor or Antigravity, or install WorkspaceGPT Desktop on a Mac.
Pick your mode
Open Settings > Mode. Either way, indexing stays on your machine.
- Local — bring your own model. Ollama for fully offline (default
llama3.2:1b), or your own OpenAI / Claude / Gemini / Groq / OpenRouter key — or any OpenAI-compatible endpoint. - Remote (preview) — sign in with GitHub and we handle the model. No keys, nothing to configure.
No re-index when you switch — the mode only moves inference, never your index.
Connect your org's knowledge
Confluence and Jira
Go to Settings > Knowledge > Confluence or Jira and click Connect to sign in with your Atlassian account. Pick a space or project and hit Sync.
Azure DevOps
Go to Settings > Knowledge > Azure DevOps, enter your organization and a Personal Access Token to sync work items and the tickets behind Your work.
