Local web GUI

Run Silk Code’s browser interface locally while the coding environment and project remain under your control.

The Silk Code local web GUI showing a coding session with the project explorer, streaming chat, and agent activity
The Silk Code GUI running locally in the browser.

Open a project

cd ~/Projects/my-project
silkcode gui .

# Default address
http://127.0.0.1:8377

Workspace

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