메뉴
BL
MarkTechPost • 53일 전

Genspark, AI 오피스 GenOffice 오픈소스 공개

IMP
7/10
핵심 요약

AI 스타트업 Genspark가 문서, 스프레드시트, 프레젠테이션, PDF 기능을 통합한 AI 네이티브 오피스 Suite인 GenOffice를 오픈소스로 공개했습니다. 핵심 기술적 특징은 문서 편집 시 변경된 단락만 원본 파일에 교체하여 원본 레이아웃과 바이트(Byte)를 완벽하게 보존하는 것입니다. 개발자 및 실무자들은 macOS와 Windows 환경에서 광고 없는 무료 AI 오피스를 자체 구축하고 활용할 수 있게 되었습니다.

번역된 본문

Genspark가 Apache License 2.0 라이선스에 따라 GenOffice를 오픈소스로 공개했습니다. 이는 macOS와 Windows를 위한 AI 네이티브 오피스 Suite로, 단일 공유 엔진 레이어를 기반으로 문서(Docs), 스프레드시트(Sheets), 슬라이드(Slides), PDF를 다루는 5개의 Electron 앱으로 구성되어 있습니다.

가장 주목할 만한 엔지니어링적 성과는 '바이트 보존 라운드 트립(byte-preserving round trip)' 기술입니다. 편집된 단락만 OOXML(OOXML)로 재생성되어 원본 파일에 다시 결합되므로, 수정하지 않은 블록은 원래의 바이트를 그대로 유지하며 Word 내에서 기존 레이아웃이 온전히 살아남게 됩니다. 스프레드시트는 오픈소스 Univer 코어와 자체 개발한 Rust 기반 xlsx 사이드카(sidecar)를 결합하여 구동됩니다. AI 호출은 로그인한 Genspark 계정을 통해 라우팅되며 크레딧을 소모하는 방식입니다. 해당 리포지토리는 이 버전을 알파(Alpha) 버전으로 명시하고 있습니다.

Genspark가 macOS와 Windows를 위한 무료이자 광고가 없는 문서, 스프레드시트, 슬라이드, PDF 지원 AI 오피스 Suite인 GenOffice를 오픈소스로 공개했다는 기사는 MarkTechPost에 처음 게재되었습니다.

원문 보기
원문 보기 (영어)
Genspark has open sourced GenOffice under the Apache License 2.0. It is an AI-native office suite for macOS and Windows, covering Docs, Sheets, Slides and PDF as five Electron apps over one shared engine layer. The notable engineering claim is a byte-preserving round trip: only edited paragraphs are regenerated as OOXML and spliced back into the original file, so untouched blocks keep their original bytes and layout survives in Word. Sheets pairs the open-source Univer core with an in-house Rust xlsx sidecar. AI calls route through a signed-in Genspark account and consume credits. The repository labels this an Alpha. The post Genspark Open Sources GenOffice: A Free, Ad-Free AI Office Suite for macOS and Windows with Docs, Sheets, Slides, PDF appeared first on MarkTechPost.