# System One Playground > Read [For agents](/system-one-playground/docs/for-agents) and [Add Jev](/system-one-playground/docs/enable-jev). The public static site has no executable tools. ## When to use Use this site for the TypeSafe Go client, semlint, SysOneScript, Studio, gate and experiments. ## Docs - [Documentation index](/system-one-playground/llm-pages.md): Markdown index of every screen + its per-screen /llm.md doc ## CLI Install `sysone`: ```sh git clone https://github.com/DonaldMurillo/system-one-playground.git cd system-one-playground go build -o bin/sos ./cmd/sos go build -o bin/sysone ./cmd/sysone go build -o bin/sos-studio ./cmd/sos-studio export PATH="$PWD/bin:$PATH" ``` Docs: [CLI documentation](/system-one-playground/docs/for-agents)