Get help with the AgentOrcha iOS app and the Agent Orcha framework.
Report bugs or request features
Ask questions and share ideas
Guides, API reference, and examples
For direct inquiries, you can reach us by opening an issue on our GitHub repository.
AgentOrcha is an iOS companion app for the Agent Orcha framework. It lets you chat with AI agents and local language models, connect to other Agent Orcha instances over a peer-to-peer network, and manage your P2P settings — all from your iPhone or iPad.
AgentOrcha requires iOS 17.0 or later.
An internet connection is only needed to download AI models from Hugging Face. Once downloaded, local LLM inference runs entirely on-device. P2P connections work over any network where peers can reach each other (local Wi-Fi or internet).
Go to the Network tab to see available peers. The app uses the Hyperswarm protocol to discover other Agent Orcha instances sharing the same network key. You can configure your peer name and network key in Settings. Use the default key to find public peers, or set a custom key for a private network.
Try the following:
Go to the Local LLM tab, browse the available models, and tap Download on the one you want. Once the download completes, select the model and start chatting. Models run entirely on your device — no data is sent externally.
Local AI inference depends on your device's hardware. The app automatically selects the best model for your device based on available RAM. Tips:
We do not operate servers, collect user data, or track usage. However, there are important distinctions depending on how you use the app:
See our Privacy Policy for full details.
Go to the Local LLM tab, find the model you want to remove, and use the delete option. You can also remove all downloaded models by deleting and reinstalling the app.
The quickest way is via npx:
npx agent-orcha@latest
You can also run it with Docker or download the standalone binary from the GitHub Releases page. See the Quick Start Guide for full instructions.
Agent Orcha is model-agnostic and supports OpenAI, Anthropic, Google Gemini, Ollama, LM Studio, local models via Omni, and remote models via the P2P network. Configure providers in models.yaml.
Open an issue on our GitHub Issues page. Please include:
Yes. Agent Orcha is 100% open source and released under the MIT License. The iOS app and framework are free to use.