Skip to content

Cloud Office for desktop

Your suite,
in one download.

Edit, Slides, Digits and Space — native windows, native menus, native files. Online when you want it, offline when you don't. Version 0.5.0.

Windows 10/11

x64 · .exe

5 MB installer

Download

macOS (Apple Silicon)

aarch64 · .dmg

Coming soon

macOS (Intel)

x86_64 · .dmg

Coming soon

Linux (AppImage)

x86_64 · .AppImage

Coming soon

How the installer works

The Windows installer is a small bootstrapper. It downloads the WebView2 runtime if you don't already have it, then sets up Cloud Office. No bloat, no surprise system files. The desktop app talks to the same Space backend as the web app — sign in once, find everything.

  • Tabbed: open Edit, Slides, Digits, Notes and Space as tabs in one window (Ctrl+T / Ctrl+W / Ctrl+Tab).
  • Native menus and keyboard shortcuts (⌘N, ⌘S, ⌘P, ⌘K Spotlight).
  • Save files to your computer or to Space.
  • Auto-update via a signed manifest hosted on Appwrite Storage.

Windows says “publisher unknown”?

That's Microsoft SmartScreen flagging any installer that hasn't yet built reputation. The build you're downloading is the real one from Ughoron — verify by checking the SHA-256 below. Click More info → Run anyway to install, or right-click the file, choose Properties, and tick Unblock. We're working on signing future builds with an EV certificate so this prompt goes away.

Ughoron-Cloud-Office-Setup-0.5.0-x64.exe

What's new

Release timeline

Every Cloud Office desktop build, newest first.

  1. Version 0.5.0

    Latest

    Tabs — your whole suite in one window

    • Cloud Office is now a single window with browser-style tabs. Open Edit, Slides, Digits, Notes and Space as tabs side by side, switch instantly, and keep documents open together — no more window juggling.
    • New-tab button and keyboard shortcuts: Ctrl T for a new tab, Ctrl W to close, Ctrl Tab to cycle. Each tab keeps its state (and live sync) while you work in another.
    • Carries forward the Ctrl K command palette and the safer same-origin download.
  2. Version 0.4.0

    Command palette — jump anywhere with Ctrl K

    • Command palette in every window — press Ctrl K (Cmd K on Mac) to search your recent files, open any app, open a file from disk, or switch theme, all from the keyboard. The same palette is on the web app too.
    • Safer downloads — the installer now streams from office.ughoron.cloud itself with proper file-size and resume support, so browsers and download managers stop treating it as a sketchy cross-site file.
    • Carries forward 0.3.0 Space cloud sync, Slides shape styling + speaker notes, and Digits charts.
  3. Version 0.3.0

    Space cloud sync — your files, backed up when you flip the switch

    • Space sync toggle — turn Sync on for any folder and its files push to your Cloud Space (Appwrite Storage), authenticated with your linked account. Synced files get a ☁ Synced badge. Sync stays OFF until you turn it on, per folder, remembered across launches.
    • Slides shape styling — select a rectangle, circle, line or arrow and the Home ribbon shows fill / stroke / stroke-width controls.
    • Slides speaker notes — a Notes box per slide; toggle them on in present mode as an audience-hidden overlay.
    • Includes Digits charts (Bar / Line / Pie) from 0.2.8.
  4. Version 0.2.8

    Digits charts — Bar, Line and Pie from any column

    • Digits chart panel: click a numeric column then Insert · Chart to see your data as Bar, Line or Pie. Tabs at the top let you switch between chart types instantly.
    • Smart auto-detection: the column to the LEFT of your selection is treated as labels; header rows are detected by sniffing whether the first cell is text + the second is a number.
    • Pure SVG — no chart library bloat, scales crisply, theme-aware colours.
  5. Version 0.2.7

    Slides shapes, image resize, Digits sort + insert/delete

    • Slides shapes — Rectangle, Circle, Line and Arrow on the Insert tab. Each shape carries its own fill, stroke and stroke-width and saves with the deck.
    • Slides image + shape resize — every selected image or shape now has a draggable corner handle for free resize. Move by dragging the body as before.
    • Slides per-element font from the Home tab Font group (140+ Google Fonts).
    • Digits Sort A → Z and Z → A by the active column on the Data tab. Numeric columns sort numerically; text columns alphabetically; empty cells go last.
    • Digits Insert row above / Insert column left at the cursor — and Delete row / Delete column to undo the same way.
  6. Version 0.2.6

    Fonts, fonts, fonts — and real images in Slides

    • 140+ fonts available in Edit and Slides via a polished category-tabbed picker — Sans, Serif, Display, Mono, Handwriting. Each loads on demand from Google Fonts and is cached for next time. Five starters preload on boot so you're never waiting on the first edit.
    • Slides image insert is real — pick any image from your computer, it embeds straight into the slide. Drag to position. Bigger image features (resize handles, crop) land next.
    • Per-element font choice in Slides — pick the Font group on the Home tab; the font applies to the selected text box only.
    • Carries forward 0.2.5: one-click sign-in via local callback (no more code paste).
  7. Version 0.2.5

    Sign-in actually signs you in (auto-callback)

    • Click Sign in → browser opens, you sign in once, you're back on the desktop signed in. No more copy-paste codes. A tiny one-shot HTTP server on localhost catches the JWT from the web page, validates it against Cloud Space, and persists the linked account.
    • Manual paste flow still available as a fallback for networks that block local callbacks.
    • Connection is verified end-to-end — nothing is 'signed in' until Appwrite returns real user data for the token.
  8. Version 0.2.4

    Space talks to your whole computer, Notes is its own app

    • Space sidebar — Cloud Office, Documents, Pictures, Videos, Downloads and Desktop are one click away. Add custom folders with the '+ Add folder' button; they persist across launches.
    • Notes is now a distinct app — sidebar of all your notes (with previews and last-edited times), search, and a quiet, focused editor on the right that auto-saves as you type. No more 'just an Edit copy'.
    • Files saved in any sub-app appear in Space's Cloud Office folder live (it watches the disk).
    • Sub-app windows pre-declared in the Tauri config so they render reliably (the blank-window bug is well and truly dead).
    • Real desktop sign-in flow is still the code-paste route at /desktop-link — the local-callback auto-flow lands in 0.2.5.
  9. Version 0.2.3

    Sub-apps actually render (pre-declared windows)

    • Programmatic WebviewWindowBuilder in Tauri 2 kept producing blank webviews. Side-stepped: sub-app windows are now pre-declared in tauri.conf.json (same shape as the working main window).
    • Sub-app close (X) hides instead of destroys; clicking the tile again re-shows the same window with state intact.
    • App exits when the last visible window closes.
  10. Version 0.2.2

    Sub-apps actually open, sign-in actually signs you in

    • Fixed: clicking Edit / Slides / Digits / Space from the launcher now actually shows the sub-app — the old build's sub-app windows were blank because of a URL bug in how we passed the sub-app slug to the webview.
    • Real desktop sign-in: a new /desktop-link page on the web mints a short-lived connection code; you paste it into the desktop's Sign-in dialog and it's verified against Cloud Space before anything is treated as 'signed in'. The launcher shows a proper account pill (avatar, name, Signed-in tag) once linked.
    • Sign out from the desktop wipes the linked account — no stored credentials hang around.
    • Carries forward 0.2.1: Slides ribbon, Digits ribbon + cell formatting, Space file browser, launcher and per-app shortcuts.
  11. Version 0.2.1

    Real tools in every editor + a working Space

    • Slides — PowerPoint-style ribbon with Home / Insert / Design / View / Present tabs. Cell-text Format (bold, italic, align, size, colour), slide background swatches + custom picker, live theme switcher across Clean / Stage / Paper / Editorial.
    • Digits — Excel-style ribbon with Home / Insert / Data / View / Share tabs. Real per-cell formatting: bold, italic, alignment, cell fill, text colour, and number formats (General / Integer / Decimal / Percent / Currency).
    • Space — the Space sub-app is now a real file browser. It lists files and folders in your Cloud Office Documents folder, classified by app (Edit / Slides / Digits / Notes), with double-click to open, breadcrumb navigation, search, and a fall-through to the OS default app for non-native files.
    • All carried over: launcher with per-app windows, per-app Start Menu + Desktop shortcuts, first-run onboarding, presets vs Templates, redesigned installer, working web sign-in and Space file storage.
  12. Version 0.2.0

    Cloud Office is now a launcher for four real apps

    • Edit, Slides, Digits and Space are now separate apps. Click any tile on the Cloud Office home and that app opens in its own window with its own taskbar icon.
    • Per-app shortcuts: each sub-app gets its own Start Menu entry (nested under Ughoron Cloud Office) and its own Desktop shortcut, all with their proper logos.
    • First-run onboarding: a quick four-step welcome that picks your theme, helps you sign in to sync, and orients you to the suite.
    • Presets are now modes — they set up the page, theme, or columns and leave the workspace empty. The new Templates picker holds the predesigned content.
    • Brand-new installer: a designed welcome screen featuring all four sub-app logos, a real Terms & Conditions step, and a clean install progress.
    • Web suite fixed: sign-in now sticks, every page loads after login, and Space files (drag-and-drop upload, view, download, delete) are live.
  13. Version 0.1.0

    The first Cloud Office desktop release

    • Edit, Slides, Digits and Space as a native desktop suite.
    • Offline-first editors with multi-window support and native menus.
    • Export to .docx, .html, .md, .txt, EPUB and PDF.

Prefer the web?

Everything you can do in the desktop app, you can do at office.ughoron.cloud.

Latest version 0.5.0 · Sign up