PullO
PullODocs
v1.0
PullO

Architecture#

Coming soon

This section is under active development. A full technical deep-dive is being written.

👤

Developer

API Client / App

PullO Cloud

Request Queue

🔌

Chrome Extension

Pull Worker

🦙

Ollama

localhost:11434

Cloud → Pull → Local AI

Topics that will be covered here:

  • Pull vs. push tunnel models — why pull wins for security
  • Detailed request lifecycle: API call → queue → extension poll → Ollama → response
  • WebSocket vs. SSE polling — how the extension stays connected
  • Request queue design and retry semantics
  • Security model: zero inbound ports, end-to-end transport encryption
  • mTLS between extension and PullO Cloud
  • Multi-host failover and load balancing