Download Nexvexa Agent
One-line installation for Linux, macOS and Windows.
One-line install:
$curl -fsSL https://nexvexa.pro/install.sh | bash
Always inspect scripts from unknown sources before running them.
PowerShell (Admin not required):
PS>iwr -useb https://nexvexa.pro/install.ps1 | iex
Node.js 20+:
$npm i -g nexvexa-agent
Manual ZIP download:
Download latest release (.tar.gz)
- Extract the archive into
~/.nexvexa. - Add
~/.nexvexa/binto your PATH. - Run
nexvexa-agentin your terminal.
System requirements
- Node.js 20 or newer
- A modern terminal (Windows Terminal, iTerm2, Alacritty, etc.)
- An LLM API key, or local Ollama
Security note: Always inspect scripts you pipe into
bash. Review installer contents before running.