# Silk Code Local Web GUI

## Open a project

```bash
cd ~/Projects/my-project
silkcode gui .
```

The GUI is available by default at `http://127.0.0.1:8377`.

## Capabilities

- Project explorer
- Streaming chat
- Agent activity timeline
- Diff viewer
- Parallel sessions with different models
- Independent session execution

The path passed to `silkcode gui` is the repository Silk Code will work on.
