Skip to content

Commit 60b1d72

Browse files
committed
docs: add macos release install notes
1 parent 887baef commit 60b1d72

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Agent Workspace
22

33
[![Website](https://img.shields.io/badge/Website-agent--workspace.ai-00d4ff?style=for-the-badge)](https://agent-workspace.ai)
4-
[![Download](https://img.shields.io/badge/Download-Windows%20App-00d4ff?style=for-the-badge)](https://github.com/web3dev1337/agent-workspace/releases/latest)
4+
[![Download](https://img.shields.io/badge/Download-Latest%20Release-00d4ff?style=for-the-badge)](https://github.com/web3dev1337/agent-workspace/releases/latest)
55
[![Sponsor](https://img.shields.io/badge/Sponsor-GitHub%20Sponsors-ea4aaa?style=for-the-badge&logo=githubsponsors&logoColor=white)](https://github.com/sponsors/web3dev1337)
66
[![Follow on X](https://img.shields.io/badge/Follow-%40AIOnlyDeveloper-000000?style=for-the-badge&logo=x)](https://x.com/AIOnlyDeveloper)
77
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow?style=for-the-badge)](LICENSE)
@@ -90,7 +90,7 @@ Compatibility rule: if it can be launched from a terminal command in your worktr
9090
- **Task Integration** — Pull tasks from Trello and/or use local task records. GitHub Issues and Linear coming soon.
9191
- **Browser-like Tabs** — Multiple workspaces open simultaneously, each with its own terminals and state.
9292
- **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.
93+
- **Desktop Apps** — Native Tauri builds for Windows and macOS are published on the latest GitHub release.
9494

9595
## Tier System
9696

@@ -107,7 +107,7 @@ Keep work organized by priority with a dedicated tier lane (T1-T4), plus quick f
107107

108108
### Windows
109109

110-
[Download the latest release](https://github.com/web3dev1337/agent-workspace/releases/latest) — the app bundles everything, no dev tools needed.
110+
[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.
111111

112112
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.
113113

@@ -116,6 +116,14 @@ Get-FileHash .\downloaded-file.exe -Algorithm SHA256
116116
Get-AuthenticodeSignature .\downloaded-file.exe
117117
```
118118

119+
### macOS
120+
121+
[Download the latest release](https://github.com/web3dev1337/agent-workspace/releases/latest) and grab the `.dmg` build.
122+
123+
Current macOS releases are packaged as Apple Silicon (`aarch64`) disk images. Open the `.dmg`, drag **Agent Workspace** into `Applications`, then launch it from there.
124+
125+
If Gatekeeper blocks the first launch, right-click the app and choose **Open**, or allow it in **System Settings -> Privacy & Security**.
126+
119127
Or run from source:
120128

121129
```bash

0 commit comments

Comments
 (0)