teralexi-ai
v0.0.6
Published
Teralexi CLI — local-first AI agent (headless companion to the Teralexi desktop app)
Maintainers
Readme
Teralexi CLI (teralexi-ai)
Headless companion to the Teralexi desktop app.
Install
# GitHub-hosted installer (works today)
curl -fsSL https://raw.githubusercontent.com/Naughty-Otters/Teralexi/main/install/install.sh | bash
# npm / bun / pnpm / yarn
npm i -g teralexi-ai@latestUsage
teralexi --version
teralexi doctor
teralexi open # launch desktop app if installed
teralexi run "…" # headless agent (coming soon)Develop
From this package:
npm run build
node ./bin/teralexi doctorRelease assets
Expected GitHub Release / CDN filenames (see docs/CLI-DISTRIBUTION.md):
teralexi-darwin-arm64.zipteralexi-darwin-x64.zipteralexi-linux-x64.tar.gzteralexi-linux-arm64.tar.gzteralexi-windows-x64.zip
