AI-Inbox v0.1.0
AI-Inbox v0.1.0 is the first downloadable binary release.
AI-Inbox is a local-first workspace for reviewing follow-up cards extracted from Codex and Claude Code sessions. These release zips include the AI-Inbox binary and bundled web UI assets, so users do not need to install Node.js.
Downloads
- macOS Apple Silicon:
ai-inbox-macos-arm64.zip - Windows x64:
ai-inbox-windows-x64.zip - Checksums:
SHA256SUMS.txt
Start
macOS:
unzip ai-inbox-macos-arm64.zip
cd ai-inbox-macos-arm64
./ai-inbox openWindows PowerShell:
Expand-Archive .\ai-inbox-windows-x64.zip
cd .\ai-inbox-windows-x64
.\ai-inbox.exe openOpen the local URL printed by the command, then configure source paths and your OpenAI-compatible LLM key in Settings.
Notes
- Config and data are stored under
~/.ai-inboxby default, or underAI_INBOX_HOMEif you override it. - The binaries are currently unsigned, so macOS Gatekeeper or Windows Defender may ask for confirmation on first launch.
- Built from commit
e1ff20f0db247ceb23eaeb774ca473de7acd97d8. CI passed on Ubuntu, macOS, and Windows with Node 22.x and 24.x.