Configs2026年9月13日·1 分钟阅读

GenOffice — Free Open-Source AI Office Suite

A privacy-first desktop office suite with AI-powered document, spreadsheet, and presentation editors that works with real Office files and runs locally.

Agent 就绪

Agent 可直接安装

这个资产可安装;Agent 先选择当前运行时、检查安装计划,再运行匹配命令。

Native · 98/100策略:允许
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Single
信任
信任等级:Established
入口
GenOffice
直接安装命令
npx -y tokrepo@latest install bb27dbf6-af52-11f1-9bc6-00163e2b0d79 --target codex

先 dry-run 确认安装计划,再运行此命令。

Introduction

GenOffice is a free, open-source AI office suite by Genspark that edits real .docx, .xlsx, and .pptx files locally on your desktop. It integrates a built-in AI agent that can draft documents, generate spreadsheet formulas, create slide decks, and convert PDFs to Word — all running on-device with bring-your-own-key LLM access. No cloud upload required.

What GenOffice Does

  • Opens, edits, and saves Microsoft Office formats (docx, xlsx, pptx) natively
  • Provides a built-in AI assistant for drafting, summarizing, reformatting, and translating documents
  • Converts PDF files to editable Word documents entirely on-device
  • Offers a Markdown editor alongside the Office editors for developer-friendly writing
  • Runs on macOS, Windows, and Linux with a modern desktop interface

Architecture Overview

GenOffice is built with TypeScript on an Electron-based shell that embeds specialized editors for each file type. The document editor uses a rich-text engine that reads and writes OOXML directly, preserving formatting fidelity. The AI integration uses a local-first architecture where your API key connects to the LLM provider of your choice — OpenAI, Anthropic, or any OpenAI-compatible endpoint. PDF conversion runs a local parser and layout engine that reconstructs the document structure without sending data to external services.

Self-Hosting & Configuration

  • Download pre-built installers from the GitHub Releases page for your platform
  • Configure your preferred LLM provider and API key in the settings panel
  • Set the default file save format and auto-save interval
  • Customize keyboard shortcuts and editor themes via the preferences menu
  • For offline use, point the AI backend to a locally running LLM server

Key Features

  • Full Office file compatibility: edit .docx, .xlsx, .pptx without converting formats
  • On-device PDF-to-Word conversion with no cloud dependency
  • Bring-your-own-key AI integration supporting multiple LLM providers
  • Cross-platform desktop app with native performance
  • Privacy-first design: documents never leave your machine

Comparison with Similar Tools

  • LibreOffice — mature open-source office suite; GenOffice adds native AI assistance
  • Google Docs — cloud-based collaboration; GenOffice is local-first with no account required
  • Microsoft 365 — subscription office suite; GenOffice is free and open source
  • OnlyOffice — open-source editors; GenOffice integrates AI at the core and handles PDF conversion

FAQ

Q: Does GenOffice require an internet connection? A: Only for AI features when using a cloud LLM. All editing and PDF conversion work offline.

Q: Which LLM providers are supported? A: OpenAI, Anthropic, and any OpenAI-compatible API endpoint including local servers.

Q: Can it handle complex Excel formulas? A: Yes. The spreadsheet editor supports standard formulas and can generate them via the AI assistant.

Q: Is my data sent to any server? A: Only when you explicitly use the AI features with a cloud API key. File editing is entirely local.

Sources

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产