An intelligent orchestration platform for GitHub Copilot CLI agents. Schedule, monitor, and chain AI agents together — with Managers that coordinate multi-agent workflows, real-time chat, cloud sync, and a full web dashboard.
Native desktop app — no browser, no command line required. Installs per-user (no admin). Every push to
mainis built and published automatically by GitHub Actions (badge above); grab the newestTheOffice.AI_<version>_x64-setup.exefrom the latest release and run it.
A guided tour of TheOffice.AI — agents, managers, an always-on AI briefing, and the Board that runs your day, including live dev cards that track in-progress work. Every agent runs locally, on your machine, with your own credentials.
▶ Watch the full 4½-minute narrated demo, with audio — opens an inline player right here on GitHub, no download required.
- Features & reference → — what it is, screenshots, Managers, Cloud Sync, Scheduling, Trigger Chains, Configuration, the full API, and the architecture.
- Release notes → — every build is published as a preview release with notes for what changed.
⬇ Download the latest preview installer (~215 MB)
- Download the
TheOffice.AI_<version>_x64-setup.exeasset from the latest release. (Each release also ships a.sha256file so you can verify the download.) - Run the installer — it installs per-user, no admin required.
- On first launch it offers to install optional prerequisites (Git, Azure CLI,
ripgrep) via winget, and it will help you sign in to the Copilot CLI (
~/.copilot) as a one-time step.
The desktop app is a native shell (Tauri v2) that runs the same server + SPA as a local sidecar and loads it in WebView2 — no browser required. Your agents run locally, on your machine, with your own credentials.
ℹ️ Builds are published automatically by GitHub Actions on every push to
mainas preview releases using standard prerelease semantic versioning (vX.Y.Z-preview.N). Seedesktop/README.mdfor how the sidecar works and how to rebuild the installer.
The installer bundles the app and offers to install the optional tools below. If you run from source instead, you'll need these yourself:
- Node.js v18+
- GitHub Copilot CLI — installed globally or at a custom path
- Windows 10/11 — uses Windows-specific features (Scheduled Tasks, PowerShell)
- Azure account (optional) — for cloud sync
Most users should just install the desktop app. To run from source for development, LAN, or mobile access:
npm install
npm start # start the server
npm run dev # start with file watchingOpen http://localhost:3847 in your browser. The browser and desktop apps share
the exact same server.js + public/app.html — the desktop shell just wraps them.
npm run install-service # Runs on logon + 5-min watchdog
npm run uninstall-service # RemovePrivate — internal use only.

