Skip to content

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

Pre-release
Pre-release

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 使用。