defaults.runtime: process in agent-orchestrator.yaml. See{" "}
- Platforms for details.
+ Windows support is actively improving. The current Go rewrite requires zellij 0.44.3+ on{" "}
+ PATH. See Platforms for details.
>
}
/>
diff --git a/frontend/src/landing/content/docs/installation.mdx b/frontend/src/landing/content/docs/installation.mdx
index 1fffc19c..322fd931 100644
--- a/frontend/src/landing/content/docs/installation.mdx
+++ b/frontend/src/landing/content/docs/installation.mdx
@@ -23,21 +23,21 @@ This page gets your machine ready to run Agent Orchestrator. By the end, the `ao
windows="partial"
note={
<>
- Windows support is actively improving. Use defaults.runtime: process instead of tmux. See{" "}
- Platforms.
+ Windows support is actively improving. The current Go rewrite requires zellij 0.44.3+ on{" "}
+ PATH. See Platforms.
>
}
/>
Install these before running AO:
-| Tool | Required | Why AO needs it |
-| --------------- | ---------------------- | ------------------------------------------------------------------------------------ |
-| Node.js 20+ | Yes | Runs the AO CLI, dashboard, and plugins. |
-| Git | Yes | Creates worktrees, branches, commits, and cleanup operations. |
-| GitHub CLI `gh` | For GitHub projects | Reads issues, PRs, reviews, and CI status as your user. |
-| tmux | Default on macOS/Linux | Keeps long-running agent sessions attachable and recoverable. |
-| An agent CLI | Yes | The worker that writes code, such as Claude Code, Codex, Cursor, Aider, or OpenCode. |
+| Tool | Required | Why AO needs it |
+| --------------- | ------------------- | ------------------------------------------------------------------------------------ |
+| Node.js 20+ | Yes | Runs the AO CLI, dashboard, and plugins. |
+| Git | Yes | Creates worktrees, branches, commits, and cleanup operations. |
+| GitHub CLI `gh` | For GitHub projects | Reads issues, PRs, reviews, and CI status as your user. |
+| Zellij 0.44.3+ | Yes | Current Go runtime for long-running agent sessions. Must be on `PATH`. |
+| An agent CLI | Yes | The worker that writes code, such as Claude Code, Codex, Cursor, Aider, or OpenCode. |
If you plan to use GitLab or Linear, install and authenticate their CLIs or credentials as described on the related plugin pages. A GitHub-only setup only needs `gh`.
@@ -131,12 +131,7 @@ ao doctor --fix
## Windows Setup
-Windows support is in progress. Use the process runtime instead of tmux:
-
-```yaml title="agent-orchestrator.yaml"
-defaults:
- runtime: process
-```
+Windows support is in progress. The current Go rewrite requires `zellij` 0.44.3+ on `PATH`; `runtime: process` is not currently wired.
Use Slack, Discord, webhook, or another network notifier for alerts. Desktop notifications and iTerm2 integration are not available on Windows.
@@ -151,8 +146,9 @@ Use Slack, Discord, webhook, or another network notifier for alerts. Desktop not
Run `gh auth login`, then `gh auth status`. AO cannot read GitHub issues, PRs, reviews, or CI checks until `gh` is
authenticated.
Restart the app or check the daemon logs if this keeps happening.
++ Restart the app or check the daemon logs if this keeps happening. +