Take it and try it.
Start with nothing to install at all, then take a binary, then take the whole engine. Each step below is exactly as available as it says. No key, no account and no sign-up are needed to work — not on day one, not on day ninety-one; your original file is never touched, and whatever you save opens back in Word or Excel.
Nothing to install — open a document now
The real editor, in your browser, on real published files: eight demo cabins are open right now. Your edits live inside the cabin and are not saved anywhere.
Open a document in the browser →A working draft with comments and tracked changes. Measured on the live node on 5 September: a plain brief appears in one to three seconds, a 24-page draft with tracked changes in three to four. The 32-page illustrated annual reports on the front page take longer still. The number here is what we measure, not what we hope.
Free tools on the same engines, no account: Word to PDF (.docx, .doc, .odt) — a real PDF in seconds; Open a Word file online — the document as pages in your browser, with a link to share for 24 hours; Excel to CSV (.xlsx, .xlsm, .xlsb, .xls, .ods) — every sheet as CSV, values not formulas.
One binary — turn a DOCX into a page
sumdoc renders a Word file into a self-contained HTML page that opens with a double-click: offline, view-only, and honest about anything it didn't draw. Scope today: on long text without page breaks the viewer can draw fewer pages than the layout has; the online tool then gives you the full PDF and says so.
curl -LO https://sumoffice.com/dl/sumdoc && chmod +x sumdoc
./sumdoc render report.docx -o report.html
macOS, Apple silicon · 144 MB · sha256 · Linux and Windows builds are next
The mobile apps
SumDoc and SumSheet for iPhone and iPad are live: SumDoc on the App Store · SumSheet on the App Store. For Android: SumDoc on Google Play · SumSheet on Google Play. For macOS: SumDoc on the Mac App Store · SumSheet on the Mac App Store — live since 9 September 2026; the same apps are also below as direct downloads.
The desktop apps — Linux, macOS, Windows
Straight from the release pipeline, signed, with checksums. The buttons below always point at the latest published version; the version number and file size are read live from latest.json, so what you see is what you get.
SumSheet — loading…
Checksums and the signing key are next to every version: SHA256SUMS.
SumDoc — loading…
Signed and notarized builds under the SumDoc name — from the same release pipeline as SumSheet.
Checksums and the signing key are next to every version: SHA256SUMS.
SumPoint — planned: public beta, December 2026
Presentations — the third editor, in development. Nothing is published for any platform yet, so every button below is off. A working preview recorded from the current build is on the front page.
Planned — public beta, December 2026. No version, no checksums and no signing key to verify until then.
The editors as a server — self-hosted SumDoc and SumSheet
The same editors that run on this site's live examples, packaged as a server for your own system: every user and document gets its own process with the engine inside, the browser talks to it over WebSocket, and your files and accounts never leave you — the server asks your system who the user is and which file to open. Linux x86-64, Docker, 2 GB of RAM plus about 250 MB per open document. No internet needed after install.
docker pull hissih/sumdoc-webhost:latest # SumDoc 2026.3.43.87
docker pull hissih/sumsheet-webhost:latest # SumSheet 2026.3.36.180
Compose for Nextcloud, the standalone docker run and the auth/attach contract: github.com/SumOfficeApp/sumoffice-docker.
Air-gapped install — the image as an archive, with checksums and the install guide next to it: SumDoc server (294 MB) · SumSheet server (211 MB). Each build ships from the same release as the desktop apps; the server's /health reports skewMin: 0 when editor and engine are from one release.
Already on Nextcloud? The same two images plug into the standard Nextcloud Office app — three steps, measured on a real macro workbook.
Two URLs from your side are all the integration is — who is this user and give me file N (a third one to accept saves); the user's own browser cookie is passed through, so there is no separate login. Evaluate for free; in production it is an annual license per embedding application — see licensing, or write to us and we set it up with you.
Previews for your product — one container
Thumbnails, HTML pages and PDF from Word and Excel files without an office suite: docker run -d -p 8099:8099 hissih/sumoffice-preview, then post a file to /thumb, /pages or /pdf. 224 MB, fonts inside, nothing kept, honest headers about what was drawn. Try it on your file →
Layers, self-hosted — the workspace with the editors inside
If you do not have a system to embed into, Layers is ours: a self-hosted team workspace where documents and spreadsheets already open in SumDoc and SumSheet. The image is public on Docker Hub — over 20 000 pulls — and starts with one Compose file:
docker pull hissih/layers:latest
Install, HTTPS, updates and every tag: hub.docker.com/r/hissih/layers. The node needs 2 GB of RAM and PostgreSQL; voice and video calls come with it. 90 days at full speed to evaluate, then a key — 150 € a month up to 50 people, 400 € up to 200, no per-user counting; without a key the node keeps working, only slower on the machine paths (export, conversion, transcription).
See it running — Layers
You do not have to install anything to see the editors as a server: app.layers.md is our own Layers node, and the editors in it are exactly the server images above. Sign in (free), drop a .docx or .xlsx into a page, open it — that is SumDoc and SumSheet running as a service. The same editors, without an account, are on the live examples on the developers page.
The mobile view-SDK — Android and iOS
The same engine and page that ship in our store apps, packaged as a drop-in for yours, released under the same version number as each store build. SumDoc (.docx / .docm) and SumSheet (.xlsx / .xlsm), view-only, free — the integration steps, sizes and checksums are on the developers page:
Checksums: SumDoc Android · SumDoc iOS · SumSheet Android · SumSheet iOS. Editing inside your app is the edit-SDK, licensed per application — licensing.
Verify what you install
Builds are code-signed by Health Informatic Security System, S.L. Check the signature in the installer's properties before running — if it doesn't name us, it isn't ours.