Skip to content

AI-Inbox v0.1.2

Choose a tag to compare

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

AI-Inbox v0.1.2

AI-Inbox v0.1.2 replaces the broken npm / MSI / DMG release path with platform zip downloads.

The current issue is practical: the npm package is not available as a working public install path yet, and the MSI / DMG wrappers add installer and desktop-shell failure points around a CLI that should be easy to diagnose. This release publishes the runnable CLI directly in a zip archive.

Downloads

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

Start

macOS:

unzip ai-inbox-macos-arm64.zip
cd ai-inbox-macos-arm64
./ai-inbox start

Windows PowerShell:

Expand-Archive .\ai-inbox-windows-x64.zip
cd .\ai-inbox-windows-x64
.\ai-inbox.exe start

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

  • No Node.js install is required for the release zip.
  • The default no-argument binary behavior is also start.
  • Config and data are stored under ~/.ai-inbox by default, or under AI_INBOX_HOME if you override it.
  • The binaries are currently unsigned, so macOS Gatekeeper or Windows Defender may ask for confirmation on first run.

AI-Inbox v0.1.2 中文说明

AI-Inbox v0.1.2 将不可用的 npm / MSI / DMG 发布路径替换为平台 zip 下载。

当前问题很直接:npm 包还不是一个可用的公开安装路径,MSI / DMG 又在本来可直接运行的 CLI 外面增加了安装器和桌面壳失败点。这个版本改为直接发布可运行 CLI 的 zip 压缩包。

下载

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

启动

macOS:

unzip ai-inbox-macos-arm64.zip
cd ai-inbox-macos-arm64
./ai-inbox start

Windows PowerShell:

Expand-Archive .\ai-inbox-windows-x64.zip
cd .\ai-inbox-windows-x64
.\ai-inbox.exe start

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

说明

  • Release zip 不需要安装 Node.js。
  • 二进制不带参数运行时也会默认执行 start
  • 配置和数据默认保存在 ~/.ai-inbox,也可以通过 AI_INBOX_HOME 覆盖。
  • 当前二进制尚未签名,macOS Gatekeeper 或 Windows Defender 可能会在首次运行时要求确认。