pks-nexus-cli
v1.0.36
Published
Nexus is an advanced AI Command Line Developer Assistant capable of: - Multi-step reasoning loops with self-reflection. - Shell command execution & Web search. - Browser automation (using Playwright) & Desktop automation. - Git and Docker integration. - M
Downloads
4,582
Readme
Nexus CLI v2
Nexus is an advanced AI Command Line Developer Assistant capable of:
- Multi-step reasoning loops with self-reflection.
- Shell command execution & Web search.
- Browser automation (using Playwright) & Desktop automation.
- Git and Docker integration.
- Model Context Protocol (MCP) clients.
- Speech-to-Text & Text-to-Speech processing.
- Long Term Memory.
Installation & Run
Method 1: From npm (Once published)
Install the CLI globally on your machine:
npm install -g nexus-nodeMethod 2: From Source
Clone the repository and run the install script:
git clone <YOUR_GIT_REPO_URL> && cd nexus-node && ./install.shUsage
Start the interactive REPL from anywhere:
nexus