# tmux.online — AI Anywhere > tmux에서 실행 중인 Claude Code, Codex 및 모든 AI 코딩 작업을 한곳에서 확인하세요. 개입이 필요할 때만 어느 브라우저에서나 작업을 이어갈 수 있습니다 AI Anywhere is a local bridge server plus a browser UI for tmux. Everything runs on the user's own machines: tmux.online serves this static site and the install script, plus the account and device-authorisation service at api.tmux.online. There is no terminal relay and no telemetry. Every computer must be authorised with `ai-anywhere login` before the local service starts; terminal sessions, prompts and keystrokes stay local. ## Facts - Language of this file: 한국어 (ko) - Install (macOS, Linux): `curl -fsSL https://tmux.online/install.sh | sh` - Requirements: tmux, Node.js 22.5 or newer - Server package: `@ai-anywhere/cli` (npm), default port 51984, bound to 127.0.0.1 - Interface: the server hosts the web UI at http://127.0.0.1:51984; a Chrome extension adds the same workspace as a side panel plus a page element picker - Model: a task in the left rail maps to a tmux window; additional tmux windows can appear as tabs across the top; SSH hosts appear as their own groups in the same rail - AI coding tools detected and shown as tasks: Claude, Codex, Gemini, Aider, Copilot ## Pages - [Home](https://tmux.online/ko): what it does, how to install it, and the FAQ - [install.sh](https://tmux.online/install.sh): the shell installer the site advertises - [Full site text](https://tmux.online/ko/llms-full.txt): every section of the site as plain markdown - [실행 중인 tmux 세션을 브라우저에서 제어](https://tmux.online/ko/tmux-web-ui): 기존 tmux 세션을 브라우저에서 열고 터미널 데이터를 옮기지 않은 채 pane과 로컬 및 SSH 호스트를 관리하세요 - [터미널을 옮기지 않고 브라우저에서 Claude Code 제어](https://tmux.online/ko/claude-code-browser): Claude Code를 tmux에서 계속 실행하면서 브라우저로 상태를 확인하고 데스크톱이나 스마트폰에서 프롬프트에 답하세요 - [어느 브라우저에서나 Codex CLI 작업 제어](https://tmux.online/ko/codex-browser): Codex CLI를 tmux에서 실행하고 병렬 코딩 작업을 확인하며 입력이 필요한 순간에만 브라우저에서 개입하세요 - [터미널 데이터는 내 기기에만 남습니다](https://tmux.online/ko/docs/security): AI Anywhere의 로컬 서버, 연결 토큰, Origin 검증, SSH 경로 및 계정 서비스의 역할을 알아보세요 - [기존 SSH 호스트를 같은 워크스페이스에서 사용](https://tmux.online/ko/docs/remote-hosts): 호스팅 중계나 별도 터미널 계정 없이 기존 SSH 설정으로 원격 서버의 tmux 작업을 확인하세요 - [macOS 또는 Linux에 AI Anywhere 설치](https://tmux.online/ko/docs/install): AI Anywhere CLI를 설치하고 로컬 tmux 웹 UI를 시작한 뒤 브라우저에서 기기를 인증하세요 ## Other languages - [English (en)](https://tmux.online/): the same page, translated - [日本語 (ja)](https://tmux.online/ja): the same page, translated - [Português (pt)](https://tmux.online/pt): the same page, translated - [繁體中文 (zh-Hant)](https://tmux.online/zh-Hant): the same page, translated ## Source - [GitHub](https://github.com/AI-Anywhere/AI-Anywhere): server, web UI and Chrome extension - [npm](https://www.npmjs.com/package/@ai-anywhere/cli): the `@ai-anywhere/cli` package - [Issues](https://github.com/AI-Anywhere/AI-Anywhere/issues): bug reports and questions