diff --git a/README.md b/README.md index 6727bb7d..b6f67246 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Compatibility rule: if it can be launched from a terminal command in your worktr - **Task Integration** — Pull tasks from Trello and/or use local task records. GitHub Issues and Linear coming soon. - **Browser-like Tabs** — Multiple workspaces open simultaneously, each with its own terminals and state. - **Runs Locally** — Runs on your hardware. Access through the desktop app or the browser. No publisher-hosted telemetry by default. -- **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. +- **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. ## Tier System @@ -132,6 +132,8 @@ Maintainers: see [docs/MACOS_SIGNING_RELEASE_CHECKLIST.md](docs/MACOS_SIGNING_RE ### Linux / WSL +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: + ```bash git clone https://github.com/web3dev1337/agent-workspace.git cd agent-workspace diff --git a/site/index.html b/site/index.html index f80bc036..d9efa554 100644 --- a/site/index.html +++ b/site/index.html @@ -111,8 +111,8 @@

- View on GitHub @@ -268,8 +268,10 @@

Install

+

Native Linux desktop builds are published on GitHub Releases as .deb and .pkg.tar.zst packages.

+
or run from source for WSL / browser use
git clone https://github.com/web3dev1337/agent-workspace.git @@ -483,8 +485,10 @@

Install

- Run from Source ↓ + Download Linux Packages
+

Native Linux desktop builds are published on GitHub Releases as .deb and .pkg.tar.zst packages.

+
or run from source for WSL / browser use
git clone https://github.com/web3dev1337/agent-workspace.git diff --git a/site/llms-full.txt b/site/llms-full.txt index a93a43f4..f27dde65 100644 --- a/site/llms-full.txt +++ b/site/llms-full.txt @@ -58,11 +58,15 @@ Agent Workspace is an open-source, local-first orchestration layer for CLI codin ### Windows (recommended) - Download: +### Linux +- Native Linux desktop builds are published on the latest GitHub release. +- Download the `.deb` or `.pkg.tar.zst` package for your distro. + ### macOS - Packaged macOS downloads are temporarily unavailable while Apple signing and notarization are being configured. - Use the source install flow below for now. -### Source +### Source (macOS or WSL) ```bash git clone https://github.com/web3dev1337/agent-workspace.git cd agent-workspace