# tmux.online — AI Anywhere > AI Anywhere puts the tmux session you already have into the browser. Windows become tasks, panes become tabs, and every machine you ssh into joins the same workspace — with claude, codex and gemini running inside it. 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: English (en) - 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/): 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/llms-full.txt): every section of the site as plain markdown ## Other languages - [繁體中文 (zh-Hant)](https://tmux.online/zh-Hant): 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