A macOS workspace for AI-assisted development.
Plan tasks, work with agents and review changes in one place.
· MIT licensed
· macOS 15+
Download · Feature tour · Build from source · Documentation · Contribute
Experimental community beta. Version 0.2.0-beta.2 supports Apple Silicon and Intel with signed in-app updates. It is ad-hoc signed and not notarized by Apple. The maintainer reports manual testing; see the release acceptance record for scope.
Orchestrator is an independent project, not an OpenAI product. Browser, Computer Use and plugin integrations are experimental and may require separately installed upstream components.
Download for Apple Silicon · Download for Intel · All releases
Requires an Apple Silicon or Intel Mac running macOS 15 or later. No development tools or source build are needed to install the app.
Orchestrator_aarch64.dmg for Apple Silicon or Orchestrator_x86_64.dmg for Intel.macOS may block the first launch because this beta is not notarized. Read the first-launch security guidance before deciding whether to open it. Never disable Gatekeeper globally.
Updates download on click. Use the account menu to download an available update, then choose Install and restart. If in-app updating is unavailable, Download latest version opens Releases directly. See the installation and update guide for details.
Start with a prompt, keep the conversation alongside your workspace, and follow the agent's work as it happens.
Chat, Kanban and Subagents use the maintainer's full-screen captures from 12 September 2026, showing the beta.2 candidate and fictional Taskboard Demo at 3024 × 1898. Account identities are removed; task results and activity remain genuine. Click any screenshot to view it at full size.
Expand a workspace in the sidebar and select a file to read its contents beside your conversation. Syntax highlighting and line numbers make code and configuration easy to inspect without leaving the chat.
Turn ideas into cards and follow each task from preparation through execution and review. Select the target branch in the board toolbar for new card branches and pull requests. Chat and Kanban share the same workspace, so you can choose the view that fits the work.
The target-branch selector sits immediately before refresh and archive. The existing demo cards retain their actual backlog and local-review states.
Inspect a delegated task's original instruction, conversation and activity without losing the parent conversation.
Browse changed files, inspect the diff and decide whether to approve the work or request changes. Repository-specific review keeps changes understandable in both single- and multi-repository workspaces.
Explore local run activity, token totals and outcomes by workspace and date range. Account usage limits are shown separately using the limits Codex actually reports for the selected plan.
The screenshot shows demo-project activity, not personal account quotas or a performance benchmark.
⌘K for actions, ⌘N for a new chat and ⌘/ for shortcut help.You need macOS, Xcode Command Line Tools, Node.js 24, npm and Rust 1.96.0. Build each architecture on matching hardware. Normal AI tasks require your own supported Codex account; GitHub authentication is separate.
git clone https://github.com/zachealy1/orchestrator.git
cd orchestrator
npm ci
npm run tauri dev
Build hooks prepare the pinned official standalone Codex engine, GitHub CLI and third-party notices, verifying the runtime downloads. No private-repository access or publishing credentials are required. Ordinary Chat and repository workflows do not require the Codex desktop app, Homebrew or a separately installed Codex CLI. Orchestrator does not redistribute private ChatGPT components.
npm run lint
npm test
npm run test:release
npm run check:release
npm run build
cargo test --locked --manifest-path src-tauri/Cargo.toml
# Local ad-hoc package for development, not public distribution:
npm run tauri build -- --bundles app
A successful build does not establish public-release readiness. See the contribution guide and release acceptance checklist.
The 0.2.0-beta.2 community release targets Apple Silicon and Intel. Use the download instructions above for a first installation, including when moving from an existing 0.1.0 build.
To update manually, back up important data, finish all tasks and repository operations, quit Orchestrator, then replace the Applications copy with the newer installer from Releases. See the installation guide and recovery guidance.
The community release workflow publishes independently signed updater packages and advances the feed only after both architectures finish. No Apple account or paid update service is required. The maintainer reports manual testing of the changes. Packaging verifies integrity without a separate installer or update rehearsal. See the release record.
Orchestrator adds no application-user telemetry. Download reports use GitHub's aggregate asset counters: downloads are not users or successful installations. AI tasks and connected integrations still communicate with their providers; see the privacy guide before sharing sensitive work.
Orchestrator's original source is MIT licensed, copyright Zac Healy. Dependencies, bundled runtimes and third-party assets retain their own licences and notices. Packaging generates a third-party inventory; it does not relicense those components. package.json remains private: true to prevent accidental npm publication.
678 commits
TypeScript
75.1%
Rust
17.1%
CSS
4.4%
JavaScript
3.3%
A macOS workspace for AI-assisted development.
Plan tasks, work with agents and review changes in one place.
· MIT licensed
· macOS 15+
Download · Feature tour · Build from source · Documentation · Contribute
Experimental community beta. Version 0.2.0-beta.2 supports Apple Silicon and Intel with signed in-app updates. It is ad-hoc signed and not notarized by Apple. The maintainer reports manual testing; see the release acceptance record for scope.
Orchestrator is an independent project, not an OpenAI product. Browser, Computer Use and plugin integrations are experimental and may require separately installed upstream components.
Download for Apple Silicon · Download for Intel · All releases
Requires an Apple Silicon or Intel Mac running macOS 15 or later. No development tools or source build are needed to install the app.
Orchestrator_aarch64.dmg for Apple Silicon or Orchestrator_x86_64.dmg for Intel.macOS may block the first launch because this beta is not notarized. Read the first-launch security guidance before deciding whether to open it. Never disable Gatekeeper globally.
Updates download on click. Use the account menu to download an available update, then choose Install and restart. If in-app updating is unavailable, Download latest version opens Releases directly. See the installation and update guide for details.
Start with a prompt, keep the conversation alongside your workspace, and follow the agent's work as it happens.
Chat, Kanban and Subagents use the maintainer's full-screen captures from 12 September 2026, showing the beta.2 candidate and fictional Taskboard Demo at 3024 × 1898. Account identities are removed; task results and activity remain genuine. Click any screenshot to view it at full size.
Expand a workspace in the sidebar and select a file to read its contents beside your conversation. Syntax highlighting and line numbers make code and configuration easy to inspect without leaving the chat.
Turn ideas into cards and follow each task from preparation through execution and review. Select the target branch in the board toolbar for new card branches and pull requests. Chat and Kanban share the same workspace, so you can choose the view that fits the work.
The target-branch selector sits immediately before refresh and archive. The existing demo cards retain their actual backlog and local-review states.
Inspect a delegated task's original instruction, conversation and activity without losing the parent conversation.
Browse changed files, inspect the diff and decide whether to approve the work or request changes. Repository-specific review keeps changes understandable in both single- and multi-repository workspaces.
Explore local run activity, token totals and outcomes by workspace and date range. Account usage limits are shown separately using the limits Codex actually reports for the selected plan.
The screenshot shows demo-project activity, not personal account quotas or a performance benchmark.
⌘K for actions, ⌘N for a new chat and ⌘/ for shortcut help.You need macOS, Xcode Command Line Tools, Node.js 24, npm and Rust 1.96.0. Build each architecture on matching hardware. Normal AI tasks require your own supported Codex account; GitHub authentication is separate.
git clone https://github.com/zachealy1/orchestrator.git
cd orchestrator
npm ci
npm run tauri dev
Build hooks prepare the pinned official standalone Codex engine, GitHub CLI and third-party notices, verifying the runtime downloads. No private-repository access or publishing credentials are required. Ordinary Chat and repository workflows do not require the Codex desktop app, Homebrew or a separately installed Codex CLI. Orchestrator does not redistribute private ChatGPT components.
npm run lint
npm test
npm run test:release
npm run check:release
npm run build
cargo test --locked --manifest-path src-tauri/Cargo.toml
# Local ad-hoc package for development, not public distribution:
npm run tauri build -- --bundles app
A successful build does not establish public-release readiness. See the contribution guide and release acceptance checklist.
The 0.2.0-beta.2 community release targets Apple Silicon and Intel. Use the download instructions above for a first installation, including when moving from an existing 0.1.0 build.
To update manually, back up important data, finish all tasks and repository operations, quit Orchestrator, then replace the Applications copy with the newer installer from Releases. See the installation guide and recovery guidance.
The community release workflow publishes independently signed updater packages and advances the feed only after both architectures finish. No Apple account or paid update service is required. The maintainer reports manual testing of the changes. Packaging verifies integrity without a separate installer or update rehearsal. See the release record.
Orchestrator adds no application-user telemetry. Download reports use GitHub's aggregate asset counters: downloads are not users or successful installations. AI tasks and connected integrations still communicate with their providers; see the privacy guide before sharing sensitive work.
Orchestrator's original source is MIT licensed, copyright Zac Healy. Dependencies, bundled runtimes and third-party assets retain their own licences and notices. Packaging generates a third-party inventory; it does not relicense those components. package.json remains private: true to prevent accidental npm publication.
678 commits
TypeScript
75.1%
Rust
17.1%
CSS
4.4%
JavaScript
3.3%