# Setup
Nothing to install — this is a guide. Read README.md top to bottom.
This repo is a curated list of external open-source tools (Gitea, Postiz, n8n, Supabase, Ollama, whisper.cpp, Chatterbox, mlx-audio, Remotion, Playwright, FastAPI, uvicorn, Pygments, and others). It contains no source code of its own, so there is nothing here to build, run, or configure. Each entry links out to the real project's own repo — go there for that tool's own install instructions.
## Get the guide
macOS / Linux:
```
git clone <this-repo-url>
cd repos-i-use
```
Windows (PowerShell or Git Bash, with Git for Windows installed):
```
git clone <this-repo-url>
cd repos-i-use
```
Check it worked — `ls` (macOS/Linux) or `dir` (Windows) should show `README.md`.
Then open `README.md` and read it top to bottom.