Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ coverage.*
/.claude/worktrees/
/CLAUDE.md
/PLAN.md
graphify_out/
graphify-out/
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,9 @@ from the dispatch UI instead of failing the whole app.

## Supported platforms

- Linux, including Ubuntu, on amd64 and arm64
- macOS on Intel and Apple silicon
- Windows 10/11 through WSL2 with an Ubuntu distribution

On Windows, install and run `uam` and the provider CLIs inside the same WSL2
distribution. Sessions and paths then live inside that Linux environment.
Native Windows processes are not supported yet: the session host depends on a
Unix PTY, Unix process groups, and owner-only Unix runtime directories. A native
port requires a ConPTY and Job Object backend and will not be advertised until
its full create/list/attach/stop/restart lifecycle passes on Windows.
- Linux (Ubuntu), on amd64 and arm64
- macOS, on Intel and Apple silicon
- Native Windows is not supported.

## Install

Expand Down
Loading