PrivyFeed (iOS) — Support

Private, Local AI RSS Reader for iPhone & iPad

This document covers how to get help, frequently asked questions, and troubleshooting for PrivyFeed on iOS.

About PrivyFeed (iOS)

PrivyFeed is a private, local-first application that brings AI to your RSS feeds. It runs entirely using your own Ollama instance, ensuring your reading habits and data never leave your control.

Frequently Asked Questions

How do I add RSS/Atom feeds?

  1. Tap the Add button or Manage Subscriptions in the app.
  2. Enter the URL of the RSS or Atom feed.
  3. Alternatively, use OPML import to bring in all your existing subscriptions.

How does AI Summarization work?

PrivyFeed connects to a local Large Language Model (LLM) — typically hosted on your network via Ollama. When you ask to summarize an article:

  1. The app prepares the article content.
  2. Sends the text to your local LLM.
  3. Streams the summarized results back to you.

How can I Ask Questions across my feeds?

PrivyFeed supports semantic search. It generates embeddings for your articles (saved safely in your device's SQLite database) and retrieves relevant chunks from your reading history when you ask a question. The local LLM then answers based on those chunks.

Where is my data stored?

All subscriptions, articles, indexes, and chat history are stored locally in the app's sandboxed storage on your iPhone or iPad. We don't have accounts or cloud syncing.

System Requirements

How do I connect to Ollama or LM Studio?

  1. Install and run Ollama or LM Studio on your local computer.
  2. Find your computer's local IP address (e.g., 192.168.1.50).
  3. In PrivyFeed Settings, enter the base URL:
    • For Ollama: http://192.168.1.50:11434
    • For LM Studio: http://192.168.1.50:1234 (assuming default port)
  4. Ensure both devices are on the same Wi-Fi network.

Troubleshooting Connection Issues

If the app says it cannot connect:

Contact Us

For support, bug reports, or feature requests:

Related Links