Releases: objectstack-ai/objectos
Releases · objectstack-ai/objectos
ObjectOS One one-v7.9.0
Full Changelog: one-v7.8.0...one-v7.9.0
ObjectOS One one-v7.8.0
Full Changelog: one-v7.7.0...one-v7.8.0
ObjectOS One one-v7.7.0
Full Changelog: one-v7.6.0...one-v7.7.0
ObjectOS One one-v7.6.0
Full Changelog: one-v7.4.1...one-v7.6.0
ObjectOS One one-v7.4.1
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
- @xuyushun441-sys made their first contribution in #9
Full Changelog: one-v7.2.1...one-v7.4.1
ObjectOS One one-v7.2.1
Full Changelog: one-v7.2.0...one-v7.2.1
ObjectOS One one-v7.2.0
Full Changelog: one-v7.1.0...one-v7.2.0
ObjectOS One one-v7.1.0
Full Changelog: one-v7.0.0...one-v7.1.0
ObjectOS One one-v7.0.0
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 registerAppPlugin(missingmanifest.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-tursois 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-tursoin 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
.AppImageor.debfor the first time, after which auto-update will keep them current.