You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -30,6 +30,7 @@ Agent Workspace is a local-first orchestration layer for CLI coding agents.
30
30
-**Can I use multiple repositories at once?** Yes, one workspace can include one or many repositories.
31
31
-**Can I run server processes in the same worktree?** Yes, agent and server windows can run side by side.
32
32
-**Can I jump straight to GitHub review pages?** Yes, the review flow supports direct links to GitHub PRs and diffs.
33
+
-**Does anyone actually use this?** Yes. We built it over a few days in July 2025 and have used it ever since to ship websites and multiple games, with more than half a million plays across those projects. We have not opened an IDE since.
33
34
34
35
## Discovery Files
35
36
@@ -90,7 +91,7 @@ Compatibility rule: if it can be launched from a terminal command in your worktr
90
91
-**Task Integration** — Pull tasks from Trello and/or use local task records. GitHub Issues and Linear coming soon.
91
92
-**Browser-like Tabs** — Multiple workspaces open simultaneously, each with its own terminals and state.
92
93
-**Runs Locally** — Runs on your hardware. Access through the desktop app or the browser. No publisher-hosted telemetry by default.
93
-
-**Windows Desktop App** — Native Tauri app with bundled Node.js. Mac app coming soon.
94
+
-**Desktop Apps** — Native Tauri builds for Windows and macOS are published on the latest GitHub release.
94
95
95
96
## Tier System
96
97
@@ -107,7 +108,7 @@ Keep work organized by priority with a dedicated tier lane (T1-T4), plus quick f
107
108
108
109
### Windows
109
110
110
-
[Download the latest release](https://github.com/web3dev1337/agent-workspace/releases/latest) — the app bundles everything, no dev tools needed.
111
+
[Download the latest release](https://github.com/web3dev1337/agent-workspace/releases/latest)and grab the `.exe` or `.msi` installer — the app bundles everything, no dev tools needed.
111
112
112
113
Before running the installer, verify the published SHA-256 digest on the GitHub release. If a code-signing signature is present, verify that too. If verification fails, do not run the file.
[Download the latest release](https://github.com/web3dev1337/agent-workspace/releases/latest) and grab the `.dmg` build.
123
+
124
+
Current macOS releases are packaged as Apple Silicon (`aarch64`) disk images. Open the `.dmg`, drag **Agent Workspace** into `Applications`, then launch it from there.
125
+
126
+
If Gatekeeper blocks the first launch, right-click the app and choose **Open**, or allow it in **System Settings -> Privacy & Security**.
127
+
119
128
Or run from source:
120
129
121
130
```bash
@@ -187,3 +196,7 @@ See [SECURITY.md](SECURITY.md) for reporting vulnerabilities.
187
196
## License
188
197
189
198
[MIT](LICENSE)
199
+
200
+
## Coming Soon
201
+
202
+
Productivity workflows, agent orchestration, and human context management tools built to help you ship.
<pclass="feature-desc"><strong>Where does model inference run?</strong> Through the AI provider CLIs and accounts you configure.</p>
305
305
<pclass="feature-desc"><strong>Can it manage multiple repositories and worktrees?</strong> Yes. You can run one or many repositories with multiple worktrees in the same workspace.</p>
306
306
<pclass="feature-desc"><strong>Can I jump straight to GitHub diffs and PRs?</strong> Yes. The review workflow supports direct links to GitHub diffs and PR pages.</p>
307
+
<pclass="feature-desc"><strong>Does anyone actually use this?</strong> Yes. We built it over a few days in July 2025 and have used it ever since to ship websites and multiple games, with more than half a million plays across those projects. We have not opened an IDE since.</p>
Copy file name to clipboardExpand all lines: site/llms-full.txt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,8 @@ Agent Workspace is an open-source, local-first orchestration layer for CLI codin
50
50
Yes, via mixed-repository workspace configuration.
51
51
- **Can users jump directly to GitHub PRs and diffs?**
52
52
Yes, the review flow includes direct GitHub link actions.
53
+
- **Does anyone actually use this?**
54
+
Yes. We built it over a few days in July 2025 and have used it ever since to ship websites and multiple games, with more than half a million plays across those projects. We have not opened an IDE since.
0 commit comments