@hridyacodes/lexis
v0.1.15
Published
Lexis is a local-first terminal assistant.
Downloads
152
Readme
@hridyacodes/lexis
Lexis is a local-first terminal assistant.
Install once, then talk to your terminal in plain English.
Install
npm install -g @hridyacodes/lexisQuick Start
lexis setup
lx doctorRuntime backend is selected automatically during setup:
- macOS (Apple Silicon): MLX
- macOS (Intel): llama.cpp
- Linux + NVIDIA: vLLM
- Linux CPU-only: llama.cpp
- Windows: llama.cpp
In auto hook mode, type natural language directly in your shell.
In lx mode, prefix commands with lx.
On Windows:
- PowerShell supports the full hook experience.
- Command Prompt supports explicit
lx ...andlexis ...commands after install. - Bare natural-language commands like
say hirequire the PowerShell hook, notcmd.exe.
Examples:
lx install pnpm
lx check if brew is installed
lx show node and npm versionsCommon Commands
lx doctor
lx config show
lx config set-model <model-id>
lx config set-hook-mode auto
lx config set-hook-mode lx
lx hooks uninstallUninstall
lx uninstall --yesThis removes Lexis hooks, global package, runtime venv, configured Hugging Face model cache, and vLLM cache when applicable.
