NAISYS(1)
NAME
NAISYS — Command shell driver for LLMs
SYNOPSIS
$
apt install lynxINFO
66 stars
7 forks
0 views
DESCRIPTION
Command shell driver for LLMs
README
NAISYS Project
A monorepo containing NAISYS (Networked Agents Interface System) and Supervisor (web-based agent management interface).
NPM | Website | Discord | Demo Video
npm install -g naisys
What's Included
- NAISYS - Allows LLMs to operate a standard Linux shell autonomously with built-in context management, multi-agent communication, and cost tracking
- Supervisor - Web interface for monitoring NAISYS agents, viewing logs, and managing inter-agent messaging
Quick Start
1. Install Dependencies
npm install
2. Build the Project
npm run build
3. Configure Environment
Create apps/naisys/.env file using the .env.example file as a guide.
4. Run an Agent
cd apps/naisys
node dist/naisys.js ../../agents/assistant.yaml --supervisor
5. Open Supervisor Interface
Navigate to http://localhost:3001/supervisor/ in your browser to monitor your NAISYS agents.
Additional Information
- See apps/naisys/README.md for detailed NAISYS documentation
- See apps/supervisor/README.md for Supervisor documentation
Requirements
- Node.js 18.0.0 or higher
- Linux or WSL (for Windows users)
- lynx browser:
apt install lynx(Linux) orbrew install lynx(macOS)
License
MIT
SEE ALSO
claude-code(1)— Anthropic's agentic coding assistant — AI pair programming in your terminalfzf(1)— A command-line fuzzy finder — interactive Unix filter for any liststarship(1)— The minimal, blazing-fast, and infinitely customizable prompt for any shellaider(1)— AI pair programming in your terminal — works with any LLMzoxide(1)— A smarter cd command — learns your habits and jumps instantly
clihub3/4/2026NAISYS(1)