alexi
v0.6.4
Published
Local-first YouTube research, topic and script studio. Runs on your own Claude Code or Codex login.
Maintainers
Readme
Alexi
A free, local-only YouTube research studio that runs on the Claude Code or Codex login you already have. No account,
no cloud, no API key; your projects stay in ~/.alexi.
Download Alexi for Mac / Windows
- Mac with Apple silicon: Alexi-arm64.dmg
- Mac with an Intel processor: Alexi-x64.dmg
- Windows 10 or 11: Alexi-Setup.exe
Drag the app into Applications (macOS) or run the installer (Windows: for you only, no administrator). The builds are
not signed yet, so the first start asks once: on macOS click Done, then System Settings → Privacy & Security →
Open Anyway; on Windows click More info → Run anyway. The app updates itself from here (the pill in its title
bar). Everything about it: docs/INSTALL.md.
Install with npm
Needs Node 22.6 or newer (you already have it if Claude Code or Codex is installed; otherwise https://nodejs.org).
npm install -g alexi
alexiThe first alexi fetches what is missing (yt-dlp, ffmpeg, a headless Chromium — into ~/.alexi/tools,
nothing of yours replaced), starts the server at http://127.0.0.1:4748 and opens your browser. npx alexi does
the same for a one-off start.
- Update:
alexi update, or the Update available pill in the app's title bar.alexi update --rollbackgoes back to the previous version. - Check the machine:
alexi doctor(Node, yt-dlp, ffmpeg, Chromium, Claude Code, Codex). - Stop:
alexi stop. - Uninstall:
npm uninstall -g alexi, then delete~/.alexi(your projects are in there).
No Node yet? One line installs Node and then runs the same npm install:
macOS / Linux
curl -fsSL https://raw.githubusercontent.com/MalakHimse1f/alexi-releases/main/install.sh | bashWindows (PowerShell)
irm https://raw.githubusercontent.com/MalakHimse1f/alexi-releases/main/install.ps1 | iexThe agent side
One of these, signed in as the user that runs Alexi: Claude Code (claude on PATH, claude auth status) or
Codex (npm install -g @openai/codex, codex login). Every run spends your own plan. Details, what gets written
where, and every check the app makes: docs/INSTALL.md in this package, or
https://github.com/MalakHimse1f/alexi-releases.
