Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

airport-ai

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airport-ai

Terminal multiplexer for AI coding CLIs

latest
Source
npmnpm
Version
1.5.2
Version published
Weekly downloads
24
300%
Maintainers
1
Weekly downloads
 
Created
Source

Airport

A terminal multiplexer built for AI coding CLIs. Run multiple Claude Code sessions side-by-side with live status previews, so you always know which session needs your attention.

Quick Start

npx airport-ai

Install & Build from Source

Requires Node 20+ (see .nvmrc).

npm install --legacy-peer-deps
npm start          # dev mode
npm run make       # build distributable

Keyboard Shortcuts

ShortcutAction
Cmd+TNew session
Cmd+WClose session
Cmd+1Cmd+9Switch to session 1–9
Cmd+[ / Cmd+]Previous / next session
Cmd+Shift+[ / Cmd+Shift+]Previous / next session (alt)
Cmd+JJump to next waiting session
Cmd+KClear terminal

On Linux / Windows, substitute Ctrl for Cmd.

Claude Code Hooks

Airport ships two shell scripts in hooks/ that let it show real-time Claude Code activity (e.g. "Reading App.tsx", "Running agent: fix tests") inside each session tile.

Hooks are installed automatically into ~/.claude/settings.json when you run npm start. The setup is idempotent and won't overwrite your existing hooks.

To remove them, delete the Airport entries from ~/.claude/settings.json under the UserPromptSubmit, PreToolUse, PostToolUse, Stop, and Notification events.

The hooks are no-ops outside Airport — they check for the AIRPORT environment variable and exit silently when it's absent.

License

MIT

Keywords

electron

FAQs

Package last updated on 04 Mar 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