diff --git a/client/index.html b/client/index.html index 2e88a612..a1419e7a 100644 --- a/client/index.html +++ b/client/index.html @@ -577,6 +577,80 @@

Notifications

+ diff --git a/client/styles.css b/client/styles.css index cea68fdf..7a469a30 100644 --- a/client/styles.css +++ b/client/styles.css @@ -1449,7 +1449,7 @@ header { Pairs stack top-to-bottom; within each pair terminals sit side-by-side. */ .terminal-grid { padding: var(--space-xs); - overflow: hidden; + overflow: visible; display: grid; gap: var(--space-xs); grid-template-columns: repeat(var(--grid-cols, 1), minmax(0, 1fr)); @@ -1467,7 +1467,7 @@ header { gap: var(--space-xs); min-height: 0; min-width: 0; - overflow: hidden; + overflow: visible; } .terminal-pair > .terminal-wrapper { @@ -1494,14 +1494,47 @@ header { .terminal-wrapper { background: var(--bg-tertiary); border-radius: var(--radius-md); - border: 1px solid var(--border-color); + border: 2px solid var(--border-color); overflow: hidden; display: flex; flex-direction: column; - height: 100%; /* Fill grid cell completely */ + height: 100%; width: 100%; position: relative; - isolation: isolate; + transition: border-color 0.5s ease, box-shadow 0.5s ease, transform 0.5s cubic-bezier(0.2, 0, 0.2, 1); +} + +.terminal-wrapper.neon-active, +.terminal-wrapper:hover { + border-color: #fff; + border-width: 3px; + box-shadow: + 0 0 4px #fff, + 0 0 8px #fff, + inset 0 0 50px rgba(0, 229, 255, 0.25), + inset 0 0 100px rgba(0, 229, 255, 0.12); +} + +/* Fixed-position glow overlay that escapes all parent clipping */ +.neon-glow-overlay { + position: fixed; + pointer-events: none; + z-index: 999999; + border-radius: 10px; + transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.2, 0, 0.2, 1); + box-shadow: + 0 0 4px #fff, + 0 0 10px #fff, + 0 0 20px #00e5ff, + 0 0 40px #00e5ff, + 0 0 70px #00e5ff, + 0 0 110px rgba(0, 229, 255, 0.9), + 0 0 180px rgba(0, 229, 255, 0.6), + 0 0 280px rgba(0, 229, 255, 0.4), + 0 0 400px rgba(0, 229, 255, 0.25), + 0 0 550px rgba(0, 229, 255, 0.12); + border: 1px solid rgba(255, 255, 255, 0.3); + background: transparent; } .terminal-header { diff --git a/site/assets/Claude_AI_symbol.svg b/site/assets/Claude_AI_symbol.svg new file mode 100644 index 00000000..879ad812 --- /dev/null +++ b/site/assets/Claude_AI_symbol.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/site/assets/Open-AI-White-Logo-Icon-PNG.jpg b/site/assets/Open-AI-White-Logo-Icon-PNG.jpg new file mode 100644 index 00000000..5ff07fac Binary files /dev/null and b/site/assets/Open-AI-White-Logo-Icon-PNG.jpg differ diff --git a/site/assets/click.wav b/site/assets/click.wav new file mode 100644 index 00000000..76462165 Binary files /dev/null and b/site/assets/click.wav differ diff --git a/site/assets/openai_logo_icon_248315.png b/site/assets/openai_logo_icon_248315.png new file mode 100644 index 00000000..ac3da717 Binary files /dev/null and b/site/assets/openai_logo_icon_248315.png differ diff --git a/site/assets/trailer-music.mp3 b/site/assets/trailer-music.mp3 new file mode 100644 index 00000000..c619a82b Binary files /dev/null and b/site/assets/trailer-music.mp3 differ diff --git a/site/assets/trailer.mp4 b/site/assets/trailer.mp4 new file mode 100644 index 00000000..9ee91097 Binary files /dev/null and b/site/assets/trailer.mp4 differ diff --git a/site/index-full.html b/site/index-full.html new file mode 100644 index 00000000..ff235483 --- /dev/null +++ b/site/index-full.html @@ -0,0 +1,583 @@ + + + + + + Agent Workspace | All Your Agents, One Workspace + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+ + + +
+
+
+
+ + Free & Open Source · MIT License +
+

+ All your Agents.
+ One Workspace. +

+

+ Run multiple CLI agents in parallel across repositories from one control plane. Agent Workspace itself runs locally on your hardware; model inference runs through the AI providers and CLIs you choose under your own accounts. +

+ + +
+ Claude Max plan & Codex plan compatible +
+
+ +
+
+
+ Agent Workspace running on Windows with multi-agent terminal grid +
+
+
+
+
+ +
+
+

A GUI for your TUIs.

+

Bring your CLIs. Agent Workspace wraps your preferred terminal tools — run them side by side in the same workspace with your existing local auth and provider accounts.

+ +
+
+
+ +
+ Claude Code +
+ +
+
+ +
+ Codex +
+ +
+
+ +
+ Gemini CLI +
+ +
+
+ +
+ OpenCode +
+ +
+
+ + ? +
+ Grok CLI? + WEN, ELON? +
+ +
+
+ >_ +
+ Any CLI Agent +
+
+ +

Compatibility rule: if a tool can be launched from a terminal command in your worktree, it can run in Agent Workspace.

+
    +
  • Common examples: Claude Code, Codex CLI, Gemini CLI, OpenCode, Grok CLI.
  • +
  • Also works with command-driven CLIs and scripts (for example Aider, Goose, or custom repo scripts).
  • +
  • If a tool starts with a command, Agent Workspace can host it in a terminal pane.
  • +
+
+
+ +
+

Install

+

Get up and running in under a minute.

+ +
+ + + +
+ +
+
+ +
or run from source
+
+ git clone https://github.com/web3dev1337/agent-workspace.git + +
+
+ cd agent-workspace && npm install + +
+
+ npm start + +
+
+

Verify the Windows installer before running it.

+
    +
  • Compare the SHA-256 digest shown on the GitHub release.
  • +
  • If a signature is present, verify it before launching.
  • +
  • If verification fails, do not run the file.
  • +
+
+ Get-FileHash .\downloaded-file.exe -Algorithm SHA256 + +
+
+ Get-AuthenticodeSignature .\downloaded-file.exe + +
+
+
+ +
+
+ Run from Source on Mac ↓ +
+

Packaged macOS downloads are temporarily unavailable while Apple signing and notarization are being configured.

+
+ git clone https://github.com/web3dev1337/agent-workspace.git + +
+
+ cd agent-workspace && npm install + +
+
+ npm start + +
+

Opens at http://localhost:9461 in your browser.

+
+ +
+ +

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 + +
+
+ cd agent-workspace && npm install + +
+
+ npm start + +
+

Opens at http://localhost:9461 in your browser.

+
+
+ +
+ +
+
+
+

Native Terminal Grid + Worktree Sidebar

+

Open multiple worktrees inside the same workspace, from one repository or several repositories. The left sidebar tracks worktree status while the main pane runs a 2x2 grid of agents like Claude, Codex, OpenCode, and Gemini CLI.

+
+
+ Workspace view with worktree sidebar and a 2x2 terminal agent grid +
+
+ +
+
+

Agent + Server Windows per Worktree

+

Run an agent window and a server window side by side in the same worktree. Keep coding/review in the agent pane while the server pane runs your website, game runtime, tests, or any CLI command from that exact folder.

+
+
+ Agent and server windows running side by side in the same worktree +
+
+ +
+
+

Built-in Diff Viewer + Review Console

+

Review diffs in-app with agent and server context still visible in the same workflow. Use action buttons to jump directly to the GitHub PR or GitHub diff, re-prompt agents from review context, run verification steps, and merge once checks pass.

+
+
+ Diff viewer review console with agent and server panes alongside the in-app diff viewer +
+
+ +
+
+

Commander

+

Use a top-level commander terminal to orchestrate the rest of your sessions: launch agents, fan out prompts, re-run commands, and coordinate review or merge flows from one control point.

+
+
+ Commander modal coordinating multiple workspaces and worktrees +
+
+ +
+
+

Tasks Board

+

Manage task flow in one place with board and list views, tier filters (T1-T4), provider toggles, and automation controls so you can route work to the right agent quickly.

+
+
+ Tasks board with tier filters and agent/provider controls +
+
+ +
+
+

Tier System

+

Keep work organized by priority with a dedicated tier lane (T1-T4), plus quick filters to isolate focus work, reviews, and background tasks from the same worktree sidebar.

+
    +
  • T1 Focus - Active deep work.
  • +
  • T2 Backup - Runs alongside or when T1 is blocked.
  • +
  • T3 Background - Batch prompt and batch review.
  • +
  • T4 Overnight - Long-running autonomous tasks.
  • +
+
+
+ Worktree sidebar with tier filters and T1 to T4 assignment badges +
+
+ +
+
+

Projects Board

+

Track active and shipped work with the projects board workflow. Keep previous project history visible while new work moves through planning, active implementation, and ship queues.

+
+
+ Projects board view with Active, Ship Next, and Done columns +
+
+ +
+
+

Ports Panel

+

See the running services list in one place, including assigned ports and owning worktrees. This makes it easy to inspect local stacks, debug collisions, and jump to the right runtime quickly.

+
+
+ Ports panel showing running services and assigned local ports +
+
+ +
+
+

Multi-Tab Workspaces

+

Open multiple workspaces at once in browser-like tabs. Switch contexts without killing sessions, and keep each workspace state isolated while terminals continue running in the background.

+
+ +
+
+ +
+

Install

+

Get up and running in under a minute.

+ +
+ + + +
+ +
+
+ +
or run from source
+
+ git clone https://github.com/web3dev1337/agent-workspace.git + +
+
+ cd agent-workspace && npm install + +
+
+ npm start + +
+
+

Verify the Windows installer before running it.

+
    +
  • Compare the SHA-256 digest shown on the GitHub release.
  • +
  • If a signature is present, verify it before launching.
  • +
  • If verification fails, do not run the file.
  • +
+
+ Get-FileHash .\downloaded-file.exe -Algorithm SHA256 + +
+
+ Get-AuthenticodeSignature .\downloaded-file.exe + +
+
+
+ +
+
+ Run from Source on Mac ↓ +
+

Packaged macOS downloads are temporarily unavailable while Apple signing and notarization are being configured.

+
+ git clone https://github.com/web3dev1337/agent-workspace.git + +
+
+ cd agent-workspace && npm install + +
+
+ npm start + +
+

Opens at http://localhost:9461 in your browser.

+
+ +
+ +

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 + +
+
+ cd agent-workspace && npm install + +
+
+ npm start + +
+

Opens at http://localhost:9461 in your browser.

+
+
+ +
+
+ + + + + + + diff --git a/site/index.html b/site/index.html index d9efa554..d9eafa06 100644 --- a/site/index.html +++ b/site/index.html @@ -3,532 +3,577 @@ - Agent Workspace | All Your Agents, One Workspace - - - - - - - - - - - - - - - - - - - - + Agent Workspace - - + + - -
- - - -
-
-
-
- - Free & Open Source · MIT License -
-

- All your Agents.
- One Workspace. -

-

- Run multiple CLI agents in parallel across repositories from one control plane. Agent Workspace itself runs locally on your hardware; model inference runs through the AI providers and CLIs you choose under your own accounts. -

- - -
- Claude Max plan & Codex plan compatible -
-
- -
-
-
- Agent Workspace running on Windows with multi-agent terminal grid -
-
-
-
-
- -
-
-

A GUI for your TUIs.

-

Bring your CLIs. Agent Workspace wraps your preferred terminal tools — run them side by side in the same workspace with your existing local auth and provider accounts.

- -
-
-
- -
- Claude Code -
- -
-
- -
- Codex -
- -
-
- -
- Gemini CLI -
- -
-
- -
- OpenCode -
- -
-
- - ? -
- Grok CLI? - WEN, ELON? -
- -
-
- >_ -
- Any CLI Agent -
-
- -

Compatibility rule: if a tool can be launched from a terminal command in your worktree, it can run in Agent Workspace.

-
    -
  • Common examples: Claude Code, Codex CLI, Gemini CLI, OpenCode, Grok CLI.
  • -
  • Also works with command-driven CLIs and scripts (for example Aider, Goose, or custom repo scripts).
  • -
  • If a tool starts with a command, Agent Workspace can host it in a terminal pane.
  • -
-
-
- -
-

Install

-

Get up and running in under a minute.

- -
- - - -
- -
-
- -
or run from source
-
- git clone https://github.com/web3dev1337/agent-workspace.git - -
-
- cd agent-workspace && npm install - -
-
- npm start - -
-
-

Verify the Windows installer before running it.

-
    -
  • Compare the SHA-256 digest shown on the GitHub release.
  • -
  • If a signature is present, verify it before launching.
  • -
  • If verification fails, do not run the file.
  • -
-
- Get-FileHash .\downloaded-file.exe -Algorithm SHA256 - -
-
- Get-AuthenticodeSignature .\downloaded-file.exe - -
-
-
- -
-
- Run from Source on Mac ↓ -
-

Packaged macOS downloads are temporarily unavailable while Apple signing and notarization are being configured.

-
- git clone https://github.com/web3dev1337/agent-workspace.git - -
-
- cd agent-workspace && npm install - -
-
- npm start - -
-

Opens at http://localhost:9461 in your browser.

-
- -
- -

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 - -
-
- cd agent-workspace && npm install - -
-
- npm start - -
-

Opens at http://localhost:9461 in your browser.

-
-
- -
- -
-
-
-

Runs Locally, Models by Provider

-

Agent Workspace runs locally on your machine: sessions, workspaces, worktrees, and orchestration stay on your hardware. Model inference happens through the providers and CLIs you explicitly configure, under your own accounts.

-
-
- -
-
-

Quick Answers

-

Does Agent Workspace run locally? Yes. Sessions, workspaces, worktrees, and orchestration run on your machine.

-

Where does model inference run? Through the AI provider CLIs and accounts you configure.

-

Can it manage multiple repositories and worktrees? Yes. You can run one or many repositories with multiple worktrees in the same workspace.

-

Can I jump straight to GitHub diffs and PRs? Yes. The review workflow supports direct links to GitHub diffs and PR pages.

-

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.

-
-
- -
-
-

Native Terminal Grid + Worktree Sidebar

-

Open multiple worktrees inside the same workspace, from one repository or several repositories. The left sidebar tracks worktree status while the main pane runs a 2x2 grid of agents like Claude, Codex, OpenCode, and Gemini CLI.

-
-
- Workspace view with worktree sidebar and a 2x2 terminal agent grid -
-
- -
-
-

Agent + Server Windows per Worktree

-

Run an agent window and a server window side by side in the same worktree. Keep coding/review in the agent pane while the server pane runs your website, game runtime, tests, or any CLI command from that exact folder.

-
-
- Agent and server windows running side by side in the same worktree -
-
- -
-
-

Built-in Diff Viewer + Review Console

-

Review diffs in-app with agent and server context still visible in the same workflow. Use action buttons to jump directly to the GitHub PR or GitHub diff, re-prompt agents from review context, run verification steps, and merge once checks pass.

-
-
- Diff viewer review console with agent and server panes alongside the in-app diff viewer -
-
- -
-
-

Commander

-

Use a top-level commander terminal to orchestrate the rest of your sessions: launch agents, fan out prompts, re-run commands, and coordinate review or merge flows from one control point.

-
-
- Commander modal coordinating multiple workspaces and worktrees -
-
- -
-
-

Tasks Board

-

Manage task flow in one place with board and list views, tier filters (T1-T4), provider toggles, and automation controls so you can route work to the right agent quickly.

-
-
- Tasks board with tier filters and agent/provider controls -
-
- -
-
-

Tier System

-

Keep work organized by priority with a dedicated tier lane (T1-T4), plus quick filters to isolate focus work, reviews, and background tasks from the same worktree sidebar.

-
    -
  • T1 Focus - Active deep work.
  • -
  • T2 Backup - Runs alongside or when T1 is blocked.
  • -
  • T3 Background - Batch prompt and batch review.
  • -
  • T4 Overnight - Long-running autonomous tasks.
  • -
-
-
- Worktree sidebar with tier filters and T1 to T4 assignment badges -
-
- -
-
-

Projects Board

-

Track active and shipped work with the projects board workflow. Keep previous project history visible while new work moves through planning, active implementation, and ship queues.

-
-
- Projects board view with Active, Ship Next, and Done columns -
-
- -
-
-

Ports Panel

-

See the running services list in one place, including assigned ports and owning worktrees. This makes it easy to inspect local stacks, debug collisions, and jump to the right runtime quickly.

-
-
- Ports panel showing running services and assigned local ports -
-
- -
-
-

Multi-Tab Workspaces

-

Open multiple workspaces at once in browser-like tabs. Switch contexts without killing sessions, and keep each workspace state isolated while terminals continue running in the background.

-
- -
-
- -
-

Install

-

Get up and running in under a minute.

- -
- - - -
- -
-
- -
or run from source
-
- git clone https://github.com/web3dev1337/agent-workspace.git - -
-
- cd agent-workspace && npm install - -
-
- npm start - -
-
-

Verify the Windows installer before running it.

-
    -
  • Compare the SHA-256 digest shown on the GitHub release.
  • -
  • If a signature is present, verify it before launching.
  • -
  • If verification fails, do not run the file.
  • -
-
- Get-FileHash .\downloaded-file.exe -Algorithm SHA256 - -
-
- Get-AuthenticodeSignature .\downloaded-file.exe - -
-
-
- -
-
- Run from Source on Mac ↓ -
-

Packaged macOS downloads are temporarily unavailable while Apple signing and notarization are being configured.

-
- git clone https://github.com/web3dev1337/agent-workspace.git - -
-
- cd agent-workspace && npm install - -
-
- npm start - -
-

Opens at http://localhost:9461 in your browser.

-
- -
- -

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 - -
-
- cd agent-workspace && npm install - -
-
- npm start - -
-

Opens at http://localhost:9461 in your browser.

-
-
- -
-
- - - + +
+ +
+ diff --git a/site/index.html.bak b/site/index.html.bak new file mode 100644 index 00000000..d9efa554 --- /dev/null +++ b/site/index.html.bak @@ -0,0 +1,534 @@ + + + + + + Agent Workspace | All Your Agents, One Workspace + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+ + + +
+
+
+
+ + Free & Open Source · MIT License +
+

+ All your Agents.
+ One Workspace. +

+

+ Run multiple CLI agents in parallel across repositories from one control plane. Agent Workspace itself runs locally on your hardware; model inference runs through the AI providers and CLIs you choose under your own accounts. +

+ + +
+ Claude Max plan & Codex plan compatible +
+
+ +
+
+
+ Agent Workspace running on Windows with multi-agent terminal grid +
+
+
+
+
+ +
+
+

A GUI for your TUIs.

+

Bring your CLIs. Agent Workspace wraps your preferred terminal tools — run them side by side in the same workspace with your existing local auth and provider accounts.

+ +
+
+
+ +
+ Claude Code +
+ +
+
+ +
+ Codex +
+ +
+
+ +
+ Gemini CLI +
+ +
+
+ +
+ OpenCode +
+ +
+
+ + ? +
+ Grok CLI? + WEN, ELON? +
+ +
+
+ >_ +
+ Any CLI Agent +
+
+ +

Compatibility rule: if a tool can be launched from a terminal command in your worktree, it can run in Agent Workspace.

+
    +
  • Common examples: Claude Code, Codex CLI, Gemini CLI, OpenCode, Grok CLI.
  • +
  • Also works with command-driven CLIs and scripts (for example Aider, Goose, or custom repo scripts).
  • +
  • If a tool starts with a command, Agent Workspace can host it in a terminal pane.
  • +
+
+
+ +
+

Install

+

Get up and running in under a minute.

+ +
+ + + +
+ +
+
+ +
or run from source
+
+ git clone https://github.com/web3dev1337/agent-workspace.git + +
+
+ cd agent-workspace && npm install + +
+
+ npm start + +
+
+

Verify the Windows installer before running it.

+
    +
  • Compare the SHA-256 digest shown on the GitHub release.
  • +
  • If a signature is present, verify it before launching.
  • +
  • If verification fails, do not run the file.
  • +
+
+ Get-FileHash .\downloaded-file.exe -Algorithm SHA256 + +
+
+ Get-AuthenticodeSignature .\downloaded-file.exe + +
+
+
+ +
+
+ Run from Source on Mac ↓ +
+

Packaged macOS downloads are temporarily unavailable while Apple signing and notarization are being configured.

+
+ git clone https://github.com/web3dev1337/agent-workspace.git + +
+
+ cd agent-workspace && npm install + +
+
+ npm start + +
+

Opens at http://localhost:9461 in your browser.

+
+ +
+ +

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 + +
+
+ cd agent-workspace && npm install + +
+
+ npm start + +
+

Opens at http://localhost:9461 in your browser.

+
+
+ +
+ +
+
+
+

Runs Locally, Models by Provider

+

Agent Workspace runs locally on your machine: sessions, workspaces, worktrees, and orchestration stay on your hardware. Model inference happens through the providers and CLIs you explicitly configure, under your own accounts.

+
+
+ +
+
+

Quick Answers

+

Does Agent Workspace run locally? Yes. Sessions, workspaces, worktrees, and orchestration run on your machine.

+

Where does model inference run? Through the AI provider CLIs and accounts you configure.

+

Can it manage multiple repositories and worktrees? Yes. You can run one or many repositories with multiple worktrees in the same workspace.

+

Can I jump straight to GitHub diffs and PRs? Yes. The review workflow supports direct links to GitHub diffs and PR pages.

+

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.

+
+
+ +
+
+

Native Terminal Grid + Worktree Sidebar

+

Open multiple worktrees inside the same workspace, from one repository or several repositories. The left sidebar tracks worktree status while the main pane runs a 2x2 grid of agents like Claude, Codex, OpenCode, and Gemini CLI.

+
+
+ Workspace view with worktree sidebar and a 2x2 terminal agent grid +
+
+ +
+
+

Agent + Server Windows per Worktree

+

Run an agent window and a server window side by side in the same worktree. Keep coding/review in the agent pane while the server pane runs your website, game runtime, tests, or any CLI command from that exact folder.

+
+
+ Agent and server windows running side by side in the same worktree +
+
+ +
+
+

Built-in Diff Viewer + Review Console

+

Review diffs in-app with agent and server context still visible in the same workflow. Use action buttons to jump directly to the GitHub PR or GitHub diff, re-prompt agents from review context, run verification steps, and merge once checks pass.

+
+
+ Diff viewer review console with agent and server panes alongside the in-app diff viewer +
+
+ +
+
+

Commander

+

Use a top-level commander terminal to orchestrate the rest of your sessions: launch agents, fan out prompts, re-run commands, and coordinate review or merge flows from one control point.

+
+
+ Commander modal coordinating multiple workspaces and worktrees +
+
+ +
+
+

Tasks Board

+

Manage task flow in one place with board and list views, tier filters (T1-T4), provider toggles, and automation controls so you can route work to the right agent quickly.

+
+
+ Tasks board with tier filters and agent/provider controls +
+
+ +
+
+

Tier System

+

Keep work organized by priority with a dedicated tier lane (T1-T4), plus quick filters to isolate focus work, reviews, and background tasks from the same worktree sidebar.

+
    +
  • T1 Focus - Active deep work.
  • +
  • T2 Backup - Runs alongside or when T1 is blocked.
  • +
  • T3 Background - Batch prompt and batch review.
  • +
  • T4 Overnight - Long-running autonomous tasks.
  • +
+
+
+ Worktree sidebar with tier filters and T1 to T4 assignment badges +
+
+ +
+
+

Projects Board

+

Track active and shipped work with the projects board workflow. Keep previous project history visible while new work moves through planning, active implementation, and ship queues.

+
+
+ Projects board view with Active, Ship Next, and Done columns +
+
+ +
+
+

Ports Panel

+

See the running services list in one place, including assigned ports and owning worktrees. This makes it easy to inspect local stacks, debug collisions, and jump to the right runtime quickly.

+
+
+ Ports panel showing running services and assigned local ports +
+
+ +
+
+

Multi-Tab Workspaces

+

Open multiple workspaces at once in browser-like tabs. Switch contexts without killing sessions, and keep each workspace state isolated while terminals continue running in the background.

+
+ +
+
+ +
+

Install

+

Get up and running in under a minute.

+ +
+ + + +
+ +
+
+ +
or run from source
+
+ git clone https://github.com/web3dev1337/agent-workspace.git + +
+
+ cd agent-workspace && npm install + +
+
+ npm start + +
+
+

Verify the Windows installer before running it.

+
    +
  • Compare the SHA-256 digest shown on the GitHub release.
  • +
  • If a signature is present, verify it before launching.
  • +
  • If verification fails, do not run the file.
  • +
+
+ Get-FileHash .\downloaded-file.exe -Algorithm SHA256 + +
+
+ Get-AuthenticodeSignature .\downloaded-file.exe + +
+
+
+ +
+
+ Run from Source on Mac ↓ +
+

Packaged macOS downloads are temporarily unavailable while Apple signing and notarization are being configured.

+
+ git clone https://github.com/web3dev1337/agent-workspace.git + +
+
+ cd agent-workspace && npm install + +
+
+ npm start + +
+

Opens at http://localhost:9461 in your browser.

+
+ +
+ +

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 + +
+
+ cd agent-workspace && npm install + +
+
+ npm start + +
+

Opens at http://localhost:9461 in your browser.

+
+
+ +
+
+ + + + + + diff --git a/site/styles.css b/site/styles.css index 9a27e8fb..a8894051 100644 --- a/site/styles.css +++ b/site/styles.css @@ -1674,13 +1674,16 @@ body.legal-page { /* Animations Trigger Classes */ .reveal { opacity: 0; - transform: translateY(40px); - transition: all 1s cubic-bezier(0.16, 1, 0.3, 1); + transform: translateY(60px) scale(0.97); + filter: blur(4px); + transition: all 1.8s cubic-bezier(0.16, 1, 0.3, 1); + transition-delay: var(--delay, 0s); } .reveal.active { opacity: 1; - transform: translateY(0); + transform: translateY(0) scale(1); + filter: blur(0); } /* Media Queries */