GenOffice is an AI-native desktop office suite for macOS and Windows built as five Electron applications sharing a common engine layer. It provides dedicated editors for Word documents, Excel spreadsheets, PowerPoint presentations, and PDFs, plus a shell that hosts the suite. AI editing is integrated directly into document state instead of being limited to a separate chatbot. Documents support block-level edits and diffs, while sheets, slides, and PDFs expose their state to a tool-calling agent. The suite uses specialized engines for DOCX, XLSX, PPTX, and PDF parsing, rendering, editing, and export. Its round-trip design applies narrow patches so untouched portions of original files remain intact. Shared packages provide agent logic, model streaming, search, internationalization, project storage, and interface components.
Features
- Word, spreadsheet, presentation, and PDF editors
- Integrated block-level AI document editing
- Tool-calling agents for office file state
- Native DOCX, XLSX, and PPTX processing
- Preservation-focused document round trips
- Shared cross-application AI engine layer