# 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: 日本語 (ja) - 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/ja): 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/ja/llms-full.txt): every section of the site as plain markdown - [実行中の tmux セッションをブラウザから操作](https://tmux.online/ja/tmux-web-ui): 既存の tmux セッションをブラウザで開き、ターミナルのデータを移動せずに pane やローカル・SSH ホストを操作できます - [ターミナルを移さず Claude Code をブラウザから操作](https://tmux.online/ja/claude-code-browser): Claude Code を tmux で動かしたまま、ブラウザで状態を確認し、パソコンやスマートフォンからプロンプトに回答できます - [Codex CLI のタスクをどのブラウザからでも操作](https://tmux.online/ja/codex-browser): Codex CLI を tmux で動かし、並行するコーディングタスクを確認して、入力が必要なときだけブラウザから対応できます - [ターミナルのデータはマシンの外に出ません](https://tmux.online/ja/docs/security): AI Anywhere のローカルサーバー、接続トークン、Origin 検証、SSH 経路、アカウントサービスの役割を説明します - [既存の SSH ホストを同じワークスペースで操作](https://tmux.online/ja/docs/remote-hosts): ホスト型の中継や別のターミナルアカウントを使わず、既存の SSH 設定を通じてリモートサーバーの tmux タスクを確認できます - [macOS または Linux に AI Anywhere をインストール](https://tmux.online/ja/docs/install): AI Anywhere CLI をインストールしてローカルの tmux Web UI を起動し、ブラウザからマシンを認証します ## Other languages - [English (en)](https://tmux.online/): the same page, translated - [한국어 (ko)](https://tmux.online/ko): 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