Skip to content

Commit 289d584

Browse files
authored
Merge pull request #991 from web3dev1337/fix/public-linux-install-copy
docs: update linux install messaging
2 parents a0e709d + 73704a5 commit 289d584

3 files changed

Lines changed: 16 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Compatibility rule: if it can be launched from a terminal command in your worktr
9191
- **Task Integration** — Pull tasks from Trello and/or use local task records. GitHub Issues and Linear coming soon.
9292
- **Browser-like Tabs** — Multiple workspaces open simultaneously, each with its own terminals and state.
9393
- **Runs Locally** — Runs on your hardware. Access through the desktop app or the browser. No publisher-hosted telemetry by default.
94-
- **Desktop Apps** — Windows desktop builds are published on the latest GitHub release. macOS users should run from source until the signed Apple desktop release path is restored.
94+
- **Desktop Apps** — Windows and native Linux desktop builds are published on the latest GitHub release. macOS users should run from source until the signed Apple desktop release path is restored.
9595

9696
## Tier System
9797

@@ -132,6 +132,8 @@ Maintainers: see [docs/MACOS_SIGNING_RELEASE_CHECKLIST.md](docs/MACOS_SIGNING_RE
132132

133133
### Linux / WSL
134134

135+
Native Linux desktop builds are published on the latest GitHub release. Download the `.deb` or `.pkg.tar.zst` package for your distro. If you are using WSL or prefer the browser workflow, run Agent Workspace from source:
136+
135137
```bash
136138
git clone https://github.com/web3dev1337/agent-workspace.git
137139
cd agent-workspace

site/index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ <h1 class="mega-title">
111111
<a class="btn-glow download-btn download-mac" href="#install-mid" style="display:none">
112112
<span>Install on Mac</span>
113113
</a>
114-
<a class="btn-glow download-btn download-linux" href="#install-mid" style="display:none">
115-
<span>Install on Linux</span>
114+
<a class="btn-glow download-btn download-linux" href="https://github.com/web3dev1337/agent-workspace/releases/latest" target="_blank" rel="noopener" style="display:none">
115+
<span>Download for Linux</span>
116116
</a>
117117
<a class="btn-outline" href="https://github.com/web3dev1337/agent-workspace" target="_blank">
118118
<svg class="tab-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0 0 24 12c0-6.63-5.37-12-12-12z"/></svg> <span>View on GitHub</span>
@@ -268,8 +268,10 @@ <h2 class="section-title">Install</h2>
268268

269269
<div class="install-panel" id="tab-linux-mid">
270270
<div class="install-option">
271-
<span class="btn-outline install-download install-source-label">Run from Source ↓</span>
271+
<a class="btn-glow install-download" href="https://github.com/web3dev1337/agent-workspace/releases/latest" target="_blank" rel="noopener">Download Linux Packages</a>
272272
</div>
273+
<p class="install-note">Native Linux desktop builds are published on GitHub Releases as <span class="text-cyan">.deb</span> and <span class="text-cyan">.pkg.tar.zst</span> packages.</p>
274+
<div class="install-divider"><span>or run from source for WSL / browser use</span></div>
273275
<div class="install-cmd">
274276
<code>git clone https://github.com/web3dev1337/agent-workspace.git</code>
275277
<button class="copy-btn" data-copy="git clone https://github.com/web3dev1337/agent-workspace.git">Copy</button>
@@ -483,8 +485,10 @@ <h2 class="section-title">Install</h2>
483485

484486
<div class="install-panel" id="tab-linux">
485487
<div class="install-option">
486-
<span class="btn-outline install-download install-source-label">Run from Source ↓</span>
488+
<a class="btn-glow install-download" href="https://github.com/web3dev1337/agent-workspace/releases/latest" target="_blank" rel="noopener">Download Linux Packages</a>
487489
</div>
490+
<p class="install-note">Native Linux desktop builds are published on GitHub Releases as <span class="text-cyan">.deb</span> and <span class="text-cyan">.pkg.tar.zst</span> packages.</p>
491+
<div class="install-divider"><span>or run from source for WSL / browser use</span></div>
488492
<div class="install-cmd">
489493
<code>git clone https://github.com/web3dev1337/agent-workspace.git</code>
490494
<button class="copy-btn" data-copy="git clone https://github.com/web3dev1337/agent-workspace.git">Copy</button>

site/llms-full.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,15 @@ Agent Workspace is an open-source, local-first orchestration layer for CLI codin
5858
### Windows (recommended)
5959
- Download: <https://github.com/web3dev1337/agent-workspace/releases/latest>
6060

61+
### Linux
62+
- Native Linux desktop builds are published on the latest GitHub release.
63+
- Download the `.deb` or `.pkg.tar.zst` package for your distro.
64+
6165
### macOS
6266
- Packaged macOS downloads are temporarily unavailable while Apple signing and notarization are being configured.
6367
- Use the source install flow below for now.
6468

65-
### Source
69+
### Source (macOS or WSL)
6670
```bash
6771
git clone https://github.com/web3dev1337/agent-workspace.git
6872
cd agent-workspace

0 commit comments

Comments
 (0)