🗝 KeyzHub
19Keys · community archive
811 bytes raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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.