Skip to content

Releases: objectstack-ai/objectos

ObjectOS One one-v7.9.0

04 Jun 06:39

Choose a tag to compare

ObjectOS One one-v7.8.0

03 Jun 11:55

Choose a tag to compare

ObjectOS One one-v7.7.0

03 Jun 02:23

Choose a tag to compare

ObjectOS One one-v7.6.0

02 Jun 09:14

Choose a tag to compare

ObjectOS One one-v7.4.1

02 Jun 09:11

Choose a tag to compare

What's Changed

  • docs: audit English source + migrate i18n to zh-Hans and add ja/de/es/fr by @xuyushun441-sys in #9
  • feat(docs): data-source / existing-system extension docs, homepage card, and blog by @xuyushun441-sys in #10
  • chore(deps): upgrade @objectstack/* to 7.3.0, bump One to 7.3.0 by @xuyushun441-sys in #11
  • blog: expand 'extend existing systems with AI' post (all 7 locales) by @xuyushun441-sys in #12
  • fix(docs): deploy on blog changes, correct GitHub repo, stop cross-locale homepage caching by @xuyushun441-sys in #13

New Contributors

Full Changelog: one-v7.2.1...one-v7.4.1

ObjectOS One one-v7.2.1

29 May 16:41

Choose a tag to compare

ObjectOS One one-v7.2.0

29 May 13:17

Choose a tag to compare

ObjectOS One one-v7.1.0

29 May 07:22

Choose a tag to compare

ObjectOS One one-v7.0.0

28 May 16:06

Choose a tag to compare

ObjectOS One v7.0.0

Major release — first cut on the @objectstack 7.0 protocol family.

Highlights

  • Upgraded to @objectstack/* 7.0.0 across the bundled runtime (core, runtime, cli, metadata, objectql, spec, driver-sql, driver-memory, account). Fixes the 6.9 startup crash where the bundled artifact failed to register AppPlugin (missing manifest.id / manifest.name).
  • Local persistence: better-sqlite3 — the staged runtime ships @objectstack/driver-sql + better-sqlite3@^12.9.0, the in-process SQLite driver. No external server, no Turso required. (@objectstack/driver-turso is no longer bundled.)
  • Hardened desktop shell (continuation of v6.9.0):
    • Single-instance guard — re-launching focuses the existing window
    • Sidecar supervisor — Node runtime auto-restarts on crash with exponential backoff; surfaces a fatal-error panel after repeated failures, with Reveal Logs / Retry
    • File logging to ~/.objectstack/logs/one-YYYY-MM-DD.log (daily rotation, 5 MB cap)
    • Window state persistence (size, position)
    • Close-to-tray on the main window
    • Standard macOS menus restored: Edit (Cut/Copy/Paste/Undo/Select All), Window (Minimize/Zoom/Close), View (Reload Page ⌘R, Fullscreen)
    • Tray + app menu both expose Reload / Restart Runtime / Open Data Folder / Reveal Logs / Settings / Check for updates
    • Settings now has a Launch at login toggle (macOS LaunchAgent / Windows Run key / Linux .desktop autostart)
    • Update prompt is injected into every page so it survives navigation away from the splash
    • External links open in the system browser (in-app routing for localhost only)
  • Auto-update fixed for macOS x64 + Linux: macOS arm64 and x64 now point to distinct archives (no longer cross-installing); Linux AppImage entry added to latest.json.

Downloads

Platform File
macOS — Apple Silicon ObjectOS_7.0.0_aarch64.dmg
macOS — Intel ObjectOS_7.0.0_x64.dmg
Windows — x64 (installer) ObjectOS_7.0.0_x64-setup.exe
Windows — x64 (MSI) ObjectOS_7.0.0_x64_en-US.msi
Linux — Debian/Ubuntu ObjectOS_7.0.0_amd64.deb
Linux — AppImage ObjectOS_7.0.0_amd64.AppImage

The latest.json, *.app.tar.gz, and *.sig files are consumed by the in-app updater.

Upgrade notes

  • If you were using @objectstack/driver-turso in a self-built distribution, switch to @objectstack/driver-sql (the SQLite-backed driver) for local installs. Turso has not been published at 7.0.0.
  • Existing 6.x installs will auto-update through the in-app updater (macOS / Windows). Linux users should download the new .AppImage or .deb for the first time, after which auto-update will keep them current.

ObjectOS One one-v6.9.0

27 May 16:12

Choose a tag to compare