FolioPaw: Open-Source Local AI Reader with PDF/EPUB Translation and Smart Q&A

FolioPaw is an open-source local AI reader with summarization, translation, and Q&A for English documents.
FolioPaw is an open-source local AI reading tool by developer Tommy, supporting PDF and EPUB formats with batch AI summarization, full-text translation, and document-aware Q&A. Its key strength is one-click Docker deployment with fully local data and model execution, compatible with third-party APIs like DeepSeek and Kimi as well as local Ollama models. Released under an open-source license with built-in mind maps and eye-care modes, it's ideal for researchers, students, and privacy-conscious users.
Project Overview
A developer named Tommy has recently open-sourced an AI reading tool called FolioPaw. Built on VG Web Coding, the project is designed to help users read English books, journals, and academic papers without barriers. It supports both PDF and EPUB formats and integrates core AI features including summarization, full-text translation, and intelligent Q&A. The standout feature is one-click Docker deployment — all data and models can run entirely locally, with no dependency on any cloud services.

FolioPaw Core Features
Smart Document Management
FolioPaw supports batch uploading of PDF and EPUB e-books and papers. Once uploaded, users can organize documents using folders — for example, creating categories like "Economics" or "Computer Science" and sorting books accordingly. This document management approach is especially practical for researchers and students who need to handle large volumes of academic materials.
Batch AI Summary Generation
Reading through a mountain of literature one paper at a time is simply not feasible. FolioPaw offers a batch AI summarization feature that quickly generates an overview of each book's core content along with chapter-level summaries. Users can rapidly determine whether a given book is worth reading in depth, dramatically improving literature screening efficiency. According to the developer's demo, summaries for three papers were generated almost in real time, with a smooth overall experience.

Full-Text Translation and AI-Powered Q&A
Once a book is deemed worth reading, users can trigger full-book translation with a single click — the task runs in the background without interrupting other operations. Even more powerful is the document-aware AI Q&A feature: users can ask questions about the entire book or a specific page, such as "What is the core argument of this paper?" The system calls the configured model API to reason and deliver an answer. Users can also select specific passages for targeted questions, which is extremely useful for academic research and deep reading.
Deployment Guide
Two Installation Options
FolioPaw offers two deployment methods to suit users with different technical backgrounds:
- Command-line installation: Install project dependencies (
npm ci), then start the service (npm start). Best suited for developers familiar with Node.js. - One-click Docker deployment: A single command is all it takes to spin up the entire service — it even automatically downloads Ollama models locally, making it very beginner-friendly.

Flexible Model Configuration
FolioPaw supports two operating modes for model configuration:
- Third-party model APIs: Compatible with mainstream platforms like DeepSeek, Kimi, and GLM. Simply create an account and configure the API key to get started.
- Local Ollama models: Runs fully offline with all data staying on-device, ensuring strong privacy protection.
The developer's demo uses the Qwen 3.6 27B model, though they also recommend lighter 4B or 8B models for users with limited hardware.

In real-world testing, both third-party APIs and local Ollama models connect and function properly. While the local 27B model responds somewhat slower, local deployment remains the ideal choice for users prioritizing data privacy and zero-cost operation.
Technical Highlights and Future Plans
Open-Source Community-Driven
FolioPaw is released under an open-source license and actively welcomes community contributions. The developer has explicitly invited users to submit PRs for new features, and plans to add advanced capabilities such as text-to-speech and knowledge graphs in future versions. The current build already includes mind map generation and multiple eye-care reading modes.
Target Users and Use Cases
This AI reading tool is particularly well-suited for the following groups:
- Researchers: Need to efficiently read and manage large volumes of English academic papers
- Students: Want to leverage AI translation and summaries to improve reading productivity
- Privacy-conscious users: Require all data and processing to remain completely on-device
- Tech enthusiasts: Interested in AI-assisted reading and open-source development
Thanks to the Docker deployment option, even non-technical users can complete installation and start reading within minutes.
Conclusion
FolioPaw is a fully featured, easy-to-deploy local AI reading tool. It brings together three core capabilities — AI summarization, full-text translation, and intelligent Q&A — within a unified reading interface, paired with flexible model configuration options. It serves both everyday readers and researchers conducting deep literature analysis. Its open-source nature and active development cadence give it strong potential for continued growth. If you're looking for an AI reader that can handle English documents efficiently in a local environment, FolioPaw is well worth trying.
Related articles

Catalyst: A Vision for an Enzyme-Like Testing Framework for AI Agents
A developer shared Catalyst on Reddit, an Enzyme-inspired framework for AI Agents, exploring why agents need observable, testable dev tools and the design philosophy behind them.

The Real Capability of AI Coding Agents: Best Models Complete Only 35% of Feature Development Tasks
The 'Agents on Rails' benchmark finds top AI models complete only 35% of feature development tasks. What this means for coding agents and developer teams.

How to Prevent Duplicate Refunds After an AI Agent Crashes: CellaFlow's Durable Execution Approach
How can AI agents avoid duplicate refunds after a crash without deadlocking workflows? CellaFlow uses durable execution, shared work identity, leases, and fencing to solve safety and liveness in multi-agent systems.