Skip to content

AI-Inbox v0.1.1

Choose a tag to compare

@yujiezhang-ops yujiezhang-ops released this 03 Jul 09:08

AI-Inbox v0.1.1

AI-Inbox v0.1.1 switches the public desktop download path from zipped command-line binaries to platform installers.

AI-Inbox is a local-first workspace for reviewing follow-up cards extracted from Codex and Claude Code sessions. The installers bundle the AI-Inbox runtime and web UI assets, so desktop users do not need to install Node.js.

Downloads

  • macOS Apple Silicon: ai-inbox-macos-arm64.dmg
  • Windows x64: ai-inbox-windows-x64.msi

Start

  • macOS: open the DMG, then open AI-Inbox.app.
  • Windows: run the MSI, then open AI-Inbox from the Start menu.

AI-Inbox opens a local browser workspace at 127.0.0.1:3111 by default. Configure source paths and your OpenAI-compatible LLM key in Settings, then click Organize.

Notes

  • The CLI command is now ai-inbox start. The old ai-inbox open command remains as a hidden compatibility alias.
  • Config and data are stored under ~/.ai-inbox by default, or under AI_INBOX_HOME if you override it.
  • The installers are currently unsigned, so macOS Gatekeeper or Windows Defender may ask for confirmation on first launch.
  • CI builds and verifies the installers on macOS and Windows with Node 22.x.

AI-Inbox v0.1.1 中文说明

AI-Inbox v0.1.1 将桌面下载方式从 zip 命令行二进制切换为平台安装器。

AI-Inbox 是一个本地优先的工作台,用于复查从 Codex 和 Claude Code 会话中整理出的后续事项卡片。安装器已包含 AI-Inbox 运行时和 Web UI 静态资源,桌面用户不需要安装 Node.js。

下载

  • macOS Apple Silicon:ai-inbox-macos-arm64.dmg
  • Windows x64:ai-inbox-windows-x64.msi

启动

  • macOS:打开 DMG,然后打开 AI-Inbox.app
  • Windows:运行 MSI,然后从开始菜单打开 AI-Inbox

AI-Inbox 默认会在 127.0.0.1:3111 打开本地浏览器工作台。请在 Settings 中配置 source paths 和 OpenAI-compatible LLM key,然后点击 Organize

说明

  • CLI 命令已改为 ai-inbox start。旧的 ai-inbox open 仍作为隐藏兼容别名保留。
  • 配置和数据默认保存在 ~/.ai-inbox,也可以通过 AI_INBOX_HOME 覆盖。
  • 当前安装器尚未签名,macOS Gatekeeper 或 Windows Defender 可能会在首次运行时要求确认。
  • CI 会在 Node 22.x 上构建并验证 macOS 和 Windows 安装器。