New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

squad-station-2

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

squad-station-2

Message routing and orchestration for AI agent squads

latest
Source
npmnpm
Version
2.0.3
Version published
Weekly downloads
389
-92.93%
Maintainers
1
Weekly downloads
 
Created
Source

Squad Station

Message routing and orchestration for AI agent squads — stateless CLI, no daemon.

Squad Station routes messages between an AI orchestrator and N agents running in tmux sessions. Provider-agnostic: works with Claude Code, Gemini CLI, or any AI tool.

Install

npx squad-station-2@latest install --tui

The interactive TUI guides you through setup — press y to launch the init wizard, which generates squad.yml and starts your squad automatically.

Quickstart

Step 1 — Install and follow the TUI wizard (see above)

Step 2 — Open the monitor:

squad-station open

Step 3 — Send a task:

squad-station send my-app-claude-code-backend --body "Implement the /api/health endpoint"

Step 4 — Monitor your fleet:

squad-station monitor   # Interactive TUI — live agent pane viewer (recommended)
squad-station fleet     # Fleet overview — tasks, busy duration, alignment per agent
squad-station browser   # Browser dashboard — React Flow graph visualization
squad-station open      # Attach to tmux tiled view of all agent panes
squad-station ui        # TUI dashboard
squad-station status    # Text overview
squad-station list      # Message queue

Commands

CommandDescription
squad-station initLaunch squad from squad.yml — creates DB, tmux sessions, hooks
squad-station init --tuiInteractive TUI wizard — generate squad.yml, then launch
squad-station send <agent> --body "<task>"Send a task to an agent
squad-station signal $TMUX_PANESignal agent completed its task
squad-station monitorInteractive TUI — live agent pane viewer
squad-station fleetFleet status overview — tasks, busy duration, alignment
squad-station browserBrowser dashboard — React Flow graph with live WebSocket updates
squad-station clone <agent>Clone an agent with auto-incremented naming
squad-station openAttach to tmux monitor session
squad-station listList messages
squad-station agentsList agents with live status
squad-station statusProject and agent summary
squad-station viewOpen tmux tiled view of all agents
squad-station uiInteractive TUI dashboard
squad-station closeKill all squad tmux sessions
squad-station resetKill sessions, delete DB, relaunch

Requirements

  • macOS or Linux
  • tmux

License

MIT

Keywords

ai

FAQs

Package last updated on 02 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts