Local web GUI
Run Silk Code’s browser interface locally while the coding environment and project remain under your control.
Open a project
cd ~/Projects/my-project
silkcode gui .
# Default address
http://127.0.0.1:8377
Workspace
- Browse the project explorer.
- Stream chat and tool activity.
- Review file diffs before accepting changes.
- Open parallel sessions with different models.
- Continue using another session while an agent is busy.
The path passed to silkcode gui is the repository Silk Code will work on.