NAISYS(1)

NAME

NAISYSCommand shell driver for LLMs

SYNOPSIS

$apt install lynx

INFO

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

Requirements

  • Node.js 18.0.0 or higher
  • Linux or WSL (for Windows users)
  • lynx browser: apt install lynx (Linux) or brew install lynx (macOS)

License

MIT

SEE ALSO

clihub3/4/2026NAISYS(1)