# tmux.online — AI Anywhere > AI Anywhere 把你手上這個 tmux 會話搬進瀏覽器。window 成了任務,pane 成了標籤頁,每台你 ssh 上去的機器都匯進同一個工作區——claude、codex、gemini 就跑在裏面。 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 an optional account service at api.tmux.online. There is no relay and no telemetry, and no account is needed to install or use it — signing in exists only to authorise a CLI on a machine without a browser and to issue API keys for scripts. ## Facts - Language of this file: 繁體中文 (zh-Hant) - Install (macOS, Linux): `curl -fsSL https://tmux.online/install.sh | sh` - Requirements: tmux, Node.js 22.5 or newer - Server package: `ai-anywhere-server` (npm), default port 16666, bound to 127.0.0.1 - Interface: the server hosts the web UI at http://127.0.0.1:16666; a Chrome extension adds the same workspace as a side panel plus a page element picker - Model: one tmux window is one task in the left rail, the panes inside it are the tabs across the top; ssh hosts appear as their own groups in the same rail - AI CLIs detected and run as tasks: claude, codex, gemini, aider, copilot ## Pages - [Home](https://tmux.online/zh-Hant): 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/zh-Hant/llms-full.txt): every section of the site as plain markdown ## Other languages - [English (en)](https://tmux.online/): the same page, translated ## Source - [GitHub](https://github.com/ha0z1/New-Bing-Anywhere): server, web UI and Chrome extension - [npm](https://www.npmjs.com/package/ai-anywhere-server): the `ai-anywhere-server` package - [Issues](https://github.com/ha0z1/New-Bing-Anywhere/issues): bug reports and questions