AGENTITA OPEN CATALOG № 01
2 agents · 4 models v1.0.0
FILE // catalog.001 EDITION 01
52.5°N 13.4°E
↳ scroll, or skim
printed on warm paper
A directory of → small, on-device models

AGENTITA

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.

02 Agents in catalog
04 Open-weight models
5.82 GB Total catalog weight
Servers required
Get the agents Get the APK /catalog.json
↳ LOCAL FIRST· OPEN WEIGHTS· ZERO SERVERS · AUDIT-ABLE BUNDLES· NO TELEMETRY· OFFLINE-CAPABLE · ONE JSON FILE· COMMUNITY-AUTHORED· POCKET-SIZED ↳ LOCAL FIRST· OPEN WEIGHTS· ZERO SERVERS · AUDIT-ABLE BUNDLES· NO TELEMETRY· OFFLINE-CAPABLE · ONE JSON FILE· COMMUNITY-AUTHORED· POCKET-SIZED
§ 01 The Agents 02 entries · view full directory →

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
§ 02 The Registry 04 models · 4-bit quantised GGUF
SORT

All models are quantised to 4-bit (Q4_K_M) for on-device inference. License compatibility is your responsibility — check the model card.

§ 03 The Graph interactive · drag a node

FIG. 002

Each agent declares its model dependencies. The graph draws itself.

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.

AGENT
MODEL
DEPENDS ON
§ 04 Build a Bundle choose agents · auto-resolves models

STEP 01

Pick your agents.

Models are pulled in automatically based on each agent’s declared dependencies.

SPEC SHEET

Bundle: Untitled

Selected agents
Resolved models
Total download
Estimated peak RAM
Required disk

Phone compatibility

  • 4 GBbudget android
  • 6 GBmid-range
  • 8 GBflagship
  • 12+ GBpro
§ 05 /catalog.json the entire site, in one file

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.

GET /catalog.json  ·  200 OK  ·  0 bytes

  
§ 06 Install three steps · no cloud
  1. 01

    Get the app

    Download the APK directly. ~70 MB. No account needed, ever.

    ⤓ agentita-1.0.0.apk
  2. 02

    Pick an agent

    Open the catalog inside the app. Each agent has a personality, a system prompt, and tools.

  3. 03

    Download a model — once

    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