One shell for documents, sheets, slides, and PDFs
According to the repository, GenOffice is made of five Electron apps that share one engine layer: Docs, Sheets, Slides, PDF, and the suite Shell. Each editor embeds the same AI panel, while the editor engines work with the state of the current document, workbook, deck, or PDF.
This matters because “AI office suite” can mean very different things. Here, the maintainers describe AI as able to edit content at the block or tool level, not simply return text to copy and paste. That architecture is a vendor-documented intention, not an independent result from this site.
What each GenOffice app is meant to do
The details below are condensed from the official repository README. They define useful test targets, not guaranteed fidelity.
GenOffice Docs
A .docx word processor with paginated editing, comments, tracked changes, styles, equations, and AI-assisted block editing described in the repository.
GenOffice Sheets
An .xlsx spreadsheet surface with formulas, charts, pivot tables, slicers, conditional formatting, and an agent that can work over workbook state.
GenOffice Slides
A .pptx presentation editor whose documented engine covers masters, charts, cropping, ink, text shaping, and AI-assisted slide work.
GenOffice PDF
A PDF viewer and editor described as supporting annotations, forms, outlines, stamps, signatures, page operations, print, and AI questions.
GenOffice Shell
The shared home screen hosts the four editors in tabs and handles recent files and automatic updates, according to the repository.
Built in does not mean fully local
The repository says the apps sign in to a Genspark account and route model calls through the Genspark service. It also says no model API key is stored locally. The official landing page states that AI features consume Genspark credits.
Before using sensitive documents, review the current product terms, privacy policy, security documentation, and the behavior of the exact build you install. This site has not independently audited network traffic or model-data retention.
A five-file evaluation is more useful than a feature list
Use copies of real files that represent the hardest parts of your workflow, then compare the saved output in the original application.
- Word: tracked changes, comments, custom styles, equations, headers, and pagination.
- Excel: formulas, pivot tables, charts, conditional formatting, dates, and external links.
- PowerPoint: masters, fonts, crop settings, charts, transitions, and embedded media.
- PDF: forms, signatures, annotations, page operations, accessibility, and print output.
- AI: ask for one reversible edit, inspect the diff, save a copy, reopen it, and verify nothing unrelated changed.
Where to download GenOffice
Use the official product page or GitHub release. GenOffice.online does not mirror binaries. For v0.4.110, the reviewed links point to a signed Apple Silicon DMG and a Windows x64 installer built from the main branch.
Primary sources behind this explainer
| Claim | Source | Class | Checked |
|---|---|---|---|
| GenOffice is currently presented as alpha software.Maturity is time-sensitive; confirm again before installing. | Official GenOffice page | Official | |
| The reviewed desktop release is v0.4.110 for macOS Apple Silicon and Windows x64.The release was published on August 2, 2026. | Official v0.4.110 release | Official | |
| The suite repository describes Docs, Sheets, Slides, PDF, and Shell apps sharing an engine layer.This is maintainer documentation, not an independent runtime test. | Official repository README | Official | |
| The repository is Apache-2.0 except for the separately licensed ee directory.Do not describe the entire repository tree as uniformly Apache-2.0. | Repository license section | Official | |
| AI model calls are documented as using a Genspark account and the Genspark service.The official page states that AI features consume Genspark credits. | Official repository README | Official |