An open catalog of small minds for pocket-sized machines. Two agents, four models, one JSON file, zero servers. The phone in your pocket has more than enough.
Each agent is a persona with tools, a system prompt, and a recommended model. They live in their own GitHub repos; the catalog just points at them. Click a row for a quick spec — or see the full agent pages →
Want the deep dive?
Get all the agents→All models are quantised to 4-bit (Q4_K_M) for on-device inference. License compatibility is your responsibility — check the model card.
FIG. 002
Force-directed. Drag the nodes. Click a node to highlight what depends on it (or what it depends on). Useful when you’re wondering which model an agent is actually going to download.
STEP 01
Models are pulled in automatically based on each agent’s declared dependencies.
SPEC SHEET
Phone compatibility
agentita://install?bundle=…
The mobile app fetches this file on startup. That’s the whole API. Everything you saw above is built from it; everything below it is generated from this. Cache it, mirror it, ship it.
Download the APK directly. ~70 MB. No account needed, ever.
⤓ agentita-1.0.0.apkOpen the catalog inside the app. Each agent has a personality, a system prompt, and tools.
The first run pulls a 4-bit GGUF to your device. After that: airplane mode, all you want.
OR FROM THE COMMAND LINE
$ curl -o agentita.apk \ https://agentita.app/download/agentita-1.0.0.apk $ adb install agentita.apk