# Mobile-First Optimization

Invinos is designed to run on mobile hardware as a primary target. This means every component is resource-optimized to work on Android smartphones, with low CPU drain and minimal background activity.

Local models use quantized versions of transformers. Browsers use GPU acceleration and memory-isolated tabs. The VPN core uses wireguard-based relays with minimal battery impact.

No system services are required. Users can install the full environment via decentralized APK links, bypassing app stores and geofencing. Updates are delivered using IPFS-hosted manifests.

This design ensures that privacy is not a desktop privilege — it is something users can carry in their pocket, anywhere, anytime.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://invinos.gitbook.io/invinos/system-architecture-overview/mobile-first-optimization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
