Skip to content

Releases: WGJ-Fry/ownorbit-ai

LifeOS AI v0.1.5-alpha - Release sync + bilingual videos

Choose a tag to compare

@github-actions github-actions released this 30 Jun 15:02

LifeOS v0.1.5-alpha

Package version: 0.1.5-alpha.0

What This Alpha Adds

  • Bilingual README product videos: English and Chinese 30-second MP4 demos with matching GIF previews and cover images.
  • Mobile offline recovery evidence: the mobile queue now records the latest foreground, background, network, and timer recovery attempt with synced count, ready count, paused state, sync mode, and redacted failure reason.
  • Stronger remote-release evidence: release promotion checks require a real remote acceptance evidence pack for stable HTTPS, cellular, network switching, desktop restart, stale QR repair, tunnel interruption, and diagnostic export.
  • Remote diagnostics now keep long-run health samples with pass/fail counts, recovery attempts, consecutive successes, observed duration, and latest samples for support and release review.
  • Release diagnostics now include a manual public-release review checklist covering GitHub Latest, deprecated old releases, clean-machine SHA256 verification, anonymous GHCR pulls, and README/Release/Discussions truthfulness.
  • Desktop update diagnostics now distinguish manual mode, blocked feeds, explicitly opted-in HTTPS feed readiness, and signed-distribution safe defaults. Signed distributions with a safe HTTPS feed can enter feed-ready mode without LIFEOS_ENABLE_DESKTOP_AUTO_UPDATE=1; unsigned alpha builds still require explicit opt-in and should remain manual for public testing.
  • Studio auto-repair continues to expose readiness gates, execution sessions, smoke-review state, rollback evidence, and conservative static smoke checks for low-risk repairs.
  • Native automation remains gated: clipboard, allowlisted Shortcuts, Finder reveal, and allowlisted macOS app open actions are narrow opt-in paths. Shell, calendar, reminder, and broad file-write automation remain blocked by default.
  • Calendar/task connectors remain guarded: Apple Calendar, Google Calendar, Google Tasks, and system reminders can use preview, explicit admin confirmation, audit logging, SQLite write history, rollback status, and calendar:acceptance evidence before any public sync claim.

Desktop Packages

This alpha continues the unsigned distribution policy:

  • macOS Apple Silicon unsigned ZIP: LifeOS.AI-0.1.5-alpha.0-arm64-unsigned.zip.
  • Windows x64 unsigned NSIS installer: LifeOS.AI.Setup.0.1.5-alpha.0.exe.
  • Linux x64 AppImage: LifeOS.AI-0.1.5-alpha.0.AppImage.

Verify every downloaded file with SHA256SUMS. macOS Gatekeeper and Windows SmartScreen may warn because the public packages are not formally signed yet.

Docker

After the tag is published and the Docker workflow finishes, verify:

docker logout ghcr.io || true
docker pull ghcr.io/wgj-fry/lifeos-ai:v0.1.5-alpha

Current Limits

  • Automatic updates are not enabled by default for the public unsigned alpha. Use manual download plus SHA256 verification unless a maintainer publishes a stable HTTPS feed and either ships a signed distribution or explicitly opts an unsigned alpha into feed checks.
  • macOS Developer ID signing/notarization and Windows Authenticode signing are not part of this unsigned alpha.
  • Apple Calendar, Google Calendar, Google Tasks, and system reminders full background account sync is not broadly shipped yet. Narrow connector writes require explicit environment opt-in, explicit admin confirmation, audit logging, SQLite write history, rollback status, and real-account calendar:acceptance evidence before public promotion.
  • .ics support is read-only local ingestion, not two-way calendar/task management.
  • Studio generated programs remain alpha: scoring, readiness checks, template expansion, guarded repair prompts, smoke evidence, and rollback exist, but fully automatic unattended self-repair is not advertised.
  • Local actions are still URL Scheme / browser / Shortcuts bridge based. Full native automation and deep OS permission control are future work.
  • Remote diagnostics can verify configuration, but long-term remote stability still needs real-device evidence from the user's network.

Maintainer Release Gate

Run these checks before uploading or announcing the release:

npm run lint
npm test
npm run test:e2e
npm run test:desktop
npm run release:check:unsigned
npm run version:truth:release
npm run github:public:check
LIFEOS_CHECK_GHCR=1 LIFEOS_CHECK_GITHUB_RELEASE=1 npm run check:cold-launch

npm run version:truth:release requires release assets and remote acceptance evidence. Save the exported diagnostic bundle or remote evidence pack as release/remote-acceptance-evidence.json, or set LIFEOS_REMOTE_ACCEPTANCE_EVIDENCE=/path/to/diagnostic-bundle.json, before running the release gate.

If this release promotes the Google Calendar/Tasks connector, also run the real-account acceptance command with a disposable test calendar/task list or a safe personal test account:

LIFEOS_ENABLE_GOOGLE_CALENDAR_CONNECTOR=1 \
LIFEOS_GOOGLE_CALENDAR_CLIENT_ID="..." \
LIFEOS_GOOGLE_CALENDAR_CLIENT_SECRET="..." \
LIFEOS_GOOGLE_CALENDAR_REFRESH_TOKEN="..." \
LIFEOS_ENABLE_EXTERNAL_CALENDAR_WRITES=1 \
LIFEOS_CALENDAR_ACCEPTANCE_CONFIRMATION="WRITE TO EXTERNAL CALENDAR" \
npm run calendar:acceptance -- --write --out calendar-acceptance.json

If this release promotes Apple Calendar/System Reminders connector writes, also run the macOS provider on a real Mac account or disposable local calendar/reminder list:

LIFEOS_CALENDAR_ACCEPTANCE_PROVIDER=macos \
LIFEOS_ENABLE_MACOS_CALENDAR_CONNECTOR=1 \
LIFEOS_ENABLE_EXTERNAL_CALENDAR_WRITES=1 \
LIFEOS_CALENDAR_ACCEPTANCE_CONFIRMATION="WRITE TO EXTERNAL CALENDAR" \
npm run calendar:acceptance -- --provider macos --write --out macos-calendar-acceptance.json

Keep the generated calendar-acceptance.json with release evidence. It should not contain OAuth secrets or raw Google item IDs.

中文说明

Package version:0.1.5-alpha.0

本 alpha 新增

  • 中英文 README 产品视频:分别提供 30 秒 MP4、对应 GIF 预览和封面图。
  • 手机离线恢复证据:手机离线队列会记录最近一次前台、后台、网络恢复、定时恢复尝试,包括已同步数量、可同步数量、暂停状态、同步模式和脱敏失败原因。
  • 更严格的异地发布证据:发布提升检查要求真实远程验收包,覆盖稳定 HTTPS、蜂窝网络、网络切换、电脑重启、旧二维码修复、隧道中断和诊断包导出。
  • 远程诊断会保留长测健康样本:通过/失败次数、恢复尝试、连续成功次数、观测时长和最近样本,方便支持和发布复核。
  • 发布诊断新增人工公开发布复核清单:GitHub Latest、旧 Release 废弃标记、干净机器 SHA256 校验、匿名 GHCR 拉取,以及 README/Release/Discussions 是否真实。
  • 桌面更新诊断现在区分手动模式、被阻断 feed、显式 opt-in 的 HTTPS feed,以及 signed 分发安全默认。signed 分发配合安全 HTTPS feed 可以进入默认检查;unsigned alpha 仍需要显式 opt-in,公开测试建议继续手动更新。
  • Studio 自动修复继续保留就绪闸门、执行会话、烟测复核、回滚证据和低风险静态烟测。
  • 原生自动化仍受控:剪贴板、白名单 Shortcuts、Finder reveal、白名单 macOS app 打开是窄范围 opt-in 路径。shell、日历、提醒事项和宽泛文件写入默认继续阻断。
  • 日历/任务连接器仍受控:Apple Calendar、Google Calendar、Google Tasks、系统提醒事项需要预览、管理员确认、审计日志、SQLite 写入历史、回滚状态和 calendar:acceptance 证据,才能作为公开同步能力宣传。

桌面包

本 alpha 继续采用 unsigned 分发策略:

  • macOS Apple Silicon unsigned ZIP:LifeOS.AI-0.1.5-alpha.0-arm64-unsigned.zip
  • Windows x64 unsigned NSIS:LifeOS.AI.Setup.0.1.5-alpha.0.exe
  • Linux x64 AppImage:LifeOS.AI-0.1.5-alpha.0.AppImage

请用 SHA256SUMS 校验每个下载文件。因为公开包还没有正式签名,macOS Gatekeeper 和 Windows SmartScreen 可能提示。

Docker

tag 发布并且 Docker workflow 完成后,验证:

docker logout ghcr.io || true
docker pull ghcr.io/wgj-fry/lifeos-ai:v0.1.5-alpha

当前限制

  • 默认不启用自动更新。公开 unsigned alpha 继续建议手动下载并校验 SHA256,除非维护者发布稳定 HTTPS feed,并且发 signed 分发版或显式允许 unsigned alpha 进入 feed 检查。
  • 本 alpha 不包含 macOS Developer ID 签名/公证,也不包含 Windows Authenticode 签名。
  • Apple Calendar、Google Calendar、Google Tasks、系统提醒事项的完整后台账号同步还没有广泛发布。窄范围连接器写入仍需要环境变量显式开启、管理员确认、审计日志、SQLite 写入历史、回滚状态,以及真实账号 calendar:acceptance 证据。
  • .ics 只是本地只读读取,不是双向日历/任务管理。
  • Studio 生成程序仍是 alpha:已有评分、就绪检查、模板扩展、带护栏修复提示、烟测证据和回滚,但不宣传完全无人值守自修复。
  • 本地动作仍基于 URL Scheme / 浏览器 / Shortcuts 桥;完整原生自动化和深度 OS 权限控制是后续工作。
  • 远程诊断可以验证配置,但长期稳定性仍需要用户自己完成真实设备长测。

维护者发布门禁

发布或宣传前运行:

npm run lint
npm test
npm run test:e2e
npm run test:desktop
npm run release:check:unsigned
npm run version:truth:release
npm run github:public:check
LIFEOS_CHECK_GHCR=1 LIFEOS_CHECK_GITHUB_RELEASE=1 npm run check:cold-launch

npm run version:truth:release 需要安装包资产和真实远程验收证据。请把导出的诊断包或远程证据包保存为 release/remote-acceptance-evidence.json,或设置 LIFEOS_REMOTE_ACCEPTANCE_EVIDENCE=/path/to/diagnostic-bundle.json 后再运行。

Public Alpha Launch Notes

  • Docker Compose quickstart is the fastest local demo path for Ollama plus local Markdown notes.
  • Do not expose the local core directly to the public internet; use admin auth plus a private VPN or a carefully configured HTTPS tunnel.

公开 Alpha 启动提示

  • Docker Compose quickstart 是最快的本地体验路径,用于 Ollama 和本地 Markdown 笔记演示。
  • 不要把本地核心直接暴露到公网;请使用管理员认证,加上私有 VPN 或谨慎配置的 HTTPS 隧道。

LifeOS AI v0.1.4-alpha - Remote reliability + guarded calendar connector

Choose a tag to compare

@github-actions github-actions released this 27 Jun 12:47

LifeOS AI v0.1.4-alpha

This prerelease turns the current alpha into a more reliable local-first personal AI assistant: stronger mobile offline recovery, safer remote-access diagnostics, better generated problem-solving tools, and a guarded macOS Calendar / Reminders connector path.

What's New

  • Mobile offline queue identity: mutation IDs, idempotency keys, client sequence numbers, visible sync stages, and backup metadata for weak-network recovery.
  • Duplicate-safe SQLite chat write-back: replayed offline messages with the same idempotency key return the existing message instead of creating duplicates.
  • Stronger offline conflict handling for similar messages sent from different devices or entries during weak-network windows.
  • Mobile queue recovery guidance for background-ready, manual-review, blocked, offline, and weak-network states.
  • Expanded Studio problem-solving templates for ledgers, planners, organizers, habits, calculators, forms, workflows, lookups, and general tools.
  • Studio blueprint readiness and generated-tool quality scoring, including acceptance criteria, failure triggers, automatic-repair limits, and manual-review boundaries.
  • Calendar/task sync safety gates plus an opt-in macOS connector path. Local .ics stays read-only. Apple Calendar and System Reminders can be read as external previews when enabled. Apple Calendar create/update/delete and Reminders create/update/complete/delete require external-write opt-in, admin confirmation text, rollback guidance, and audit logging.
  • Native automation remains guarded: file, calendar, reminder, clipboard, and shell actions stay preview-blocked until a full native bridge and permission model ship.

Downloads

  • macOS Apple Silicon unsigned ZIP: LifeOS.AI-0.1.4-alpha.0-arm64-unsigned.zip
  • Windows x64 unsigned installer: LifeOS.AI.Setup.0.1.4-alpha.0.exe
  • Linux x64 AppImage: LifeOS.AI-0.1.4-alpha.0.AppImage
  • Verify downloads with SHA256SUMS before opening them.

Docker

docker logout ghcr.io || true
docker pull ghcr.io/wgj-fry/lifeos-ai:v0.1.4-alpha
docker compose up -d

Current Alpha Limits

  • Desktop packages are unsigned. macOS Gatekeeper and Windows SmartScreen may warn.
  • Automatic updates are not enabled by default. Update manually from GitHub Releases and verify SHA256.
  • Remote diagnostics can verify configuration, but long-term remote stability still needs real phone/cellular/Wi-Fi/restart/tunnel-interruption evidence from the user's network.
  • Full Apple Calendar / Google Calendar / System Reminders account sync is not shipped. Google Calendar OAuth is still future work.
  • Studio generated programs remain alpha. Scoring, templates, rollback, and guarded repair prompts exist, but fully unattended auto-repair is not advertised.
  • Local actions are still URL Scheme / browser / Shortcuts bridge based, not a complete native OS automation system.

中文说明

这个 prerelease 继续把 LifeOS AI 打磨成更可靠的本地优先个人 AI 助手:手机离线恢复更稳,异地连接诊断更清楚,Studio 生成解决问题的程序更可控,并加入了带安全闸门的 macOS 日历/提醒事项连接器路径。

本版本新增

  • 手机离线队列身份:mutation ID、幂等 key、客户端序号、可见同步阶段,以及弱网恢复备份元数据。
  • SQLite 聊天写入去重:同一离线消息重放时返回已有消息,避免重复写入。
  • 强化弱网窗口内来自不同设备/入口的相似消息冲突处理。
  • 手机队列恢复指引:区分可后台补写、需人工复核、远程入口阻塞、离线等待和弱网等待。
  • 扩展 Studio 问题解决模板:记账、规划、整理、打卡、计算、表单、流程、查询和通用工具。
  • Studio 蓝图就绪评分和生成工具质量评分:包含验收标准、失败触发、自动修复边界和人工复核边界。
  • 日历/任务同步安全闸门和 macOS 连接器路径:本地 .ics 仍只读;启用后可读取 Apple Calendar / 系统提醒事项预览;Apple Calendar create/update/delete 和 Reminders create/update/complete/delete 需要外部写入开关、管理员确认文本、回滚提示和审计日志。
  • 原生自动化继续保持安全边界:文件、日历、提醒事项、剪贴板、脚本动作在完整原生桥和权限模型完成前仍是阻断预览。

下载

  • macOS Apple Silicon unsigned ZIP:LifeOS.AI-0.1.4-alpha.0-arm64-unsigned.zip
  • Windows x64 unsigned 安装器:LifeOS.AI.Setup.0.1.4-alpha.0.exe
  • Linux x64 AppImage:LifeOS.AI-0.1.4-alpha.0.AppImage
  • 打开前请使用 SHA256SUMS 校验下载文件。

当前限制

  • 桌面包仍是 unsigned,macOS Gatekeeper 和 Windows SmartScreen 可能提示。
  • 自动更新默认未启用,需要手动下载新版并校验 SHA256。
  • 异地连接诊断可以证明配置状态,但长期稳定仍需要用户自己的真实手机蜂窝网络、换网络、电脑重启、隧道中断证据。
  • Apple Calendar / Google Calendar / 系统提醒事项完整账号同步还没发布,Google Calendar OAuth 仍是后续工作。
  • Studio 生成程序仍是 alpha:已有评分、模板、回滚和带护栏修复提示,但不宣传完全无人值守自修复。
  • 本地动作仍基于 URL Scheme / 浏览器 / 快捷指令桥,不是完整系统级自动化。

Launch Notes / 首发注意

  • Docker Compose quickstart is the recommended first path for a clean local demo.
  • Do not expose the local core directly to the public internet. Use admin auth with a private VPN, Tailscale HTTPS Serve, or a carefully configured HTTPS tunnel.
  • Docker Compose 快速体验是最推荐的首次试用路径。
  • 不要把本地核心直接暴露到公网;请配合管理员认证、私有 VPN、Tailscale HTTPS Serve 或可信 HTTPS Tunnel 使用。

LifeOS AI v0.1.3-alpha - Desktop core + mobile personal AI assistant

Choose a tag to compare

@github-actions github-actions released this 26 Jun 15:01

LifeOS AI v0.1.3-alpha

LifeOS AI turns your desktop into a private AI core and your phone into a paired personal AI companion.

What this public alpha includes

  • Docker Compose quickstart with Ollama and local Markdown notes.
  • macOS Apple Silicon unsigned ZIP.
  • Windows x64 NSIS installer.
  • Linux x64 AppImage.
  • Desktop admin setup, AI provider settings, backup/restore, diagnostics, and device pairing.
  • Mobile PWA chat, offline queue, device status, and action permissions.
  • LAN, Tailscale, and Cloudflare Tunnel connection diagnostics with public-exposure warnings.
  • Studio generated problem-solving programs with template matching, runtime logs, state storage, debug instructions, repair guidance, and rollback.

Downloads

  • macOS Apple Silicon unsigned ZIP: LifeOS.AI-0.1.3-alpha.0-arm64-unsigned.zip
  • Windows x64 NSIS installer: LifeOS.AI.Setup.0.1.3-alpha.0.exe
  • Linux x64 AppImage: LifeOS.AI-0.1.3-alpha.0.AppImage
  • Checksum: SHA256SUMS
  • Install guide: USER-INSTALL.md
  • macOS unsigned fallback guide: INSTALL-unsigned-mac.md

Install

macOS: download the unsigned ZIP, unzip it, drag LifeOS AI.app to Applications, then follow INSTALL-unsigned-mac.md if Gatekeeper blocks the first launch.

Windows: download the NSIS .exe and follow the SmartScreen guidance in USER-INSTALL.md.

Linux: download the AppImage, run chmod +x "LifeOS.AI-0.1.3-alpha.0.AppImage", then launch it.

Verification

GitHub asset URLs use dot-separated filenames. The uploaded SHA256SUMS file may list the original electron-builder filenames with spaces; compare the hash value if your downloaded filename differs.

Use the SHA256SUMS generated for the current v0.1.3-alpha Release draft.
Do not reuse hashes from v0.1.2-alpha or earlier releases.

Notes

  • This is an alpha release. Start with Docker Compose if you want the fastest demo.
  • macOS is unsigned and may require the Open Anyway flow.
  • Windows is not Authenticode signed yet, so SmartScreen may warn about an unknown publisher.
  • Linux AppImage is unsigned; verify SHA256SUMS before first launch.
  • Auto-update is not enabled yet.
  • Do not expose the local core directly to the public internet. Use admin auth plus a private VPN or carefully configured HTTPS tunnel.

中文说明

LifeOS AI 把电脑端变成私有 AI 核心,把手机端变成扫码绑定后的随身 AI 助手。

当前公开 alpha 包含 Docker Compose + Ollama 本地 Markdown 演示、macOS unsigned ZIP、Windows NSIS 安装包、Linux AppImage、电脑端管理、手机 PWA、备份恢复、连接诊断和 Studio 自动生成解决问题的程序。

注意:macOS/Windows 当前仍是未正式签名的 alpha 测试包。请只从本 Release 下载,并在首次启动前校验 SHA256SUMS。不要把本地核心直接暴露到公网。

LifeOS AI v0.1.2-alpha - Desktop core + mobile personal AI assistant

Choose a tag to compare

@github-actions github-actions released this 24 Jun 06:10

LifeOS AI v0.1.2-alpha

LifeOS AI turns your desktop into a private AI core and your phone into a paired personal AI companion.

What this public alpha includes

  • Docker Compose quickstart with Ollama and local Markdown notes.
  • macOS Apple Silicon unsigned ZIP.
  • Windows x64 NSIS installer.
  • Linux x64 AppImage.
  • Desktop admin setup, AI provider settings, backup/restore, diagnostics, and device pairing.
  • Mobile PWA chat, offline queue, device status, and action permissions.
  • LAN, Tailscale, and Cloudflare Tunnel connection diagnostics with public-exposure warnings.
  • Studio generated problem-solving programs with runtime logs, state storage, debug instructions, and rollback.

Downloads

  • macOS Apple Silicon unsigned ZIP: LifeOS.AI-0.1.2-alpha.0-arm64-unsigned.zip
  • Windows x64 NSIS installer: LifeOS.AI.Setup.0.1.2-alpha.0.exe
  • Linux x64 AppImage: LifeOS.AI-0.1.2-alpha.0.AppImage
  • Checksum: SHA256SUMS
  • Install guide: USER-INSTALL.md
  • macOS unsigned fallback guide: INSTALL-unsigned-mac.md

Install

macOS: download the unsigned ZIP, unzip it, drag LifeOS AI.app to Applications, then follow INSTALL-unsigned-mac.md if Gatekeeper blocks the first launch.

Windows: download the NSIS .exe and follow the SmartScreen guidance in USER-INSTALL.md.

Linux: download the AppImage, run chmod +x "LifeOS.AI-0.1.2-alpha.0.AppImage", then launch it.

Verification

GitHub asset URLs use dot-separated filenames. The uploaded SHA256SUMS file may list the original electron-builder filenames with spaces; compare the hash value if your downloaded filename differs.

af53111d6689f0cc2ad67b118f3d7bb274fc9742141cc760fdf9f3d9f82c909e  LifeOS AI-0.1.2-alpha.0-arm64-unsigned.zip
b1502f090764909ea8be708474e7f5800d202ced2c48cfcded0a13c4c4f03f57  LifeOS AI Setup 0.1.2-alpha.0.exe
bd83e1c702f24586a81925a6db34deb74b2f68175416c85235e8750b6bf7c5fc  LifeOS AI-0.1.2-alpha.0.AppImage

Notes

  • This is an alpha release. Start with Docker Compose if you want the fastest demo.
  • macOS is unsigned and may require the Open Anyway flow.
  • Windows is not Authenticode signed yet, so SmartScreen may warn about an unknown publisher.
  • Linux AppImage is unsigned; verify SHA256SUMS before first launch.
  • Auto-update is not enabled yet.
  • Do not expose the local core directly to the public internet. Use admin auth plus a private VPN or carefully configured HTTPS tunnel.

中文说明

LifeOS AI 把电脑端变成私有 AI 核心,把手机端变成扫码绑定后的随身 AI 助手。

当前公开 alpha 包含 Docker Compose + Ollama 本地 Markdown 演示、macOS unsigned ZIP、Windows NSIS 安装包、Linux AppImage、电脑端管理、手机 PWA、备份恢复、连接诊断和 Studio 自动生成解决问题的程序。

注意:macOS/Windows 当前仍是未正式签名的 alpha 测试包。请只从本 Release 下载,并在首次启动前校验 SHA256SUMS。不要把本地核心直接暴露到公网。

LifeOS AI 0.1.0

LifeOS AI 0.1.0 Pre-release
Pre-release

Choose a tag to compare

@WGJ-Fry WGJ-Fry released this 22 Jun 00:41

LifeOS AI 0.1.0 / 发布说明

LifeOS AI 0.1.0 is the first public preview release of the personal AI desktop core plus mobile PWA client.

LifeOS AI 0.1.0 是个人 AI 管家桌面核心 + 手机 PWA 客户端的首个公开预览版本。

What is included / 本次包含

  • Desktop admin core and local server / 电脑端管理核心与本地服务
  • Mobile PWA pairing and chat / 手机端 PWA 绑定与聊天
  • Admin authentication, device binding, WebSocket/API protection / 管理员认证、设备绑定、WebSocket/API 权限保护
  • SQLite storage, backup/restore foundation, diagnostics / SQLite 存储、备份恢复底座、诊断包
  • Remote connection guide for LAN, public URL, Cloudflare Tunnel, and Tailscale / LAN、公网地址、Cloudflare Tunnel、Tailscale 异地连接向导
  • Mobile offline queue and localized connection status / 手机离线队列与中英文连接状态

Downloads / 下载

This release currently publishes the real artifact available from this build:

当前这个 Release 先发布本机构建中真实存在的产物:

  • macOS Apple Silicon unsigned ZIP: LifeOS AI-0.1.0-arm64-unsigned.zip
  • SHA256: see SHA256SUMS
  • Update feed metadata: latest-mac.yml, release-manifest.json

Windows and Linux installer artifacts are still being prepared for a later release upload. Do not download LifeOS AI from mirrors or unofficial reposts.

Windows 和 Linux 安装器仍在准备后续上传。请不要从镜像站或非官方转载下载。

Install / 安装

See USER-INSTALL.md and INSTALL-unsigned-mac.md in the release assets.

请查看附件中的 USER-INSTALL.mdINSTALL-unsigned-mac.md

Notes / 注意

  • This is a public preview, not a final 1.0 release.

  • Unsigned macOS builds may trigger Gatekeeper prompts.

  • Keep AI keys and admin credentials private.

  • For remote phone access, prefer Tailscale or Cloudflare Tunnel instead of directly exposing the local server.

  • 这是公开预览版,不是最终 1.0 稳定版。

  • 未签名 macOS 构建可能触发 Gatekeeper 提示。

  • 请妥善保管 AI Key 和管理员凭证。

  • 手机异地连接优先使用 Tailscale 或 Cloudflare Tunnel,不建议直接暴露本地服务。

Deprecated: LifeOS AI 0.0.0

Pre-release

Choose a tag to compare

@WGJ-Fry WGJ-Fry released this 15 Jun 08:24

Warning

Deprecated / 已废弃

This early release is kept only for historical reference. New users should use LifeOS AI v0.1.2-alpha.

这个早期版本仅保留作历史记录。新用户请使用 LifeOS AI v0.1.2-alpha


LifeOS AI 0.0.0 Release Notes / 发布说明

中文 | English

下载

  • macOS Apple Silicon:LifeOS AI-0.0.0-arm64.dmg
  • Windows x64:LifeOS AI Setup 0.0.0.exe
  • Linux x64:LifeOS AI-0.0.0.AppImage

这个版本有什么

  • 电脑端 LifeOS AI 桌面应用。
  • 手机端 PWA 绑定和聊天。
  • 管理员登录、首次启动向导、设备绑定。
  • AI provider 配置:Gemini、OpenAI、OpenRouter、本地模型接口预留。
  • SQLite 数据存储、迁移、备份、恢复、恢复任务取消。
  • 手机离线队列、连接状态、动作权限中心。
  • URL Scheme 白名单和危险动作确认。
  • 桌面诊断包、日志目录、启动失败提示。
  • macOS 签名、公证、DMG staple。
  • Windows NSIS 和 Linux AppImage 发布包。

安装

macOS:打开 DMG,把 LifeOS AI 拖到 Applications。

Windows:运行 EXE。当前 Windows 包未 Authenticode 签名,SmartScreen 可能提示未知发布者。

Linux:

chmod +x "LifeOS AI-0.0.0.AppImage"
./"LifeOS AI-0.0.0.AppImage"

校验

a935ab398d8b88a1e47de9645bdf7f46372b3da14fd7b8ab09fbc00f83904b7a  LifeOS AI-0.0.0-arm64.dmg
ebacb858194ae884c0770820536450e72514b8fee7fdd329933610d70c769022  LifeOS AI Setup 0.0.0.exe
12b2c32148cff4a3bc3cd2247d4c4b17b1709624b77ea2853785b39a3cf0f279  LifeOS AI-0.0.0.AppImage

注意

  • 当前未配置 LIFEOS_UPDATE_URL,所以不会自动更新。
  • macOS 包是 Apple Silicon arm64,不是 Intel/Universal。
  • Windows 包可安装但未正式签名。
  • 首次启动后请先设置管理员密码,再配置 AI Key 和绑定手机。

English

Downloads

  • macOS Apple Silicon: LifeOS AI-0.0.0-arm64.dmg
  • Windows x64: LifeOS AI Setup 0.0.0.exe
  • Linux x64: LifeOS AI-0.0.0.AppImage

What's Included

  • LifeOS AI desktop app.
  • Mobile PWA pairing and chat.
  • Admin login, first-launch onboarding, device pairing.
  • AI provider configuration for Gemini, OpenAI, OpenRouter, and local model endpoints.
  • SQLite persistence, migrations, backups, restore, and restore cancellation.
  • Mobile offline queue, connection status, action permission center.
  • URL Scheme allowlist and dangerous-action confirmation.
  • Desktop diagnostics, logs folder, startup failure page.
  • macOS signing, notarization, and DMG stapling.
  • Windows NSIS and Linux AppImage packages.

Install

macOS: open the DMG and drag LifeOS AI to Applications.

Windows: run the EXE. The current Windows build is not Authenticode signed, so SmartScreen may warn about an unknown publisher.

Linux:

chmod +x "LifeOS AI-0.0.0.AppImage"
./"LifeOS AI-0.0.0.AppImage"

Verification

a935ab398d8b88a1e47de9645bdf7f46372b3da14fd7b8ab09fbc00f83904b7a  LifeOS AI-0.0.0-arm64.dmg
ebacb858194ae884c0770820536450e72514b8fee7fdd329933610d70c769022  LifeOS AI Setup 0.0.0.exe
12b2c32148cff4a3bc3cd2247d4c4b17b1709624b77ea2853785b39a3cf0f279  LifeOS AI-0.0.0.AppImage

Notes

  • LIFEOS_UPDATE_URL is not configured, so auto-update is disabled.
  • The macOS artifact is Apple Silicon arm64, not Intel/Universal.
  • The Windows package is installable but not Authenticode signed.
  • On first launch, set an admin password, configure an AI key, and pair the phone.