# tmux.online — AI Anywhere > Monitore o Claude Code, o Codex e todas as tarefas de codificação de IA rodando no tmux. Intervenha de qualquer navegador apenas quando eles precisarem de você 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: Português (pt) - 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/pt): 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/pt/llms-full.txt): every section of the site as plain markdown - [Uma interface de navegador para as sessões tmux que já estão rodando](https://tmux.online/pt/tmux-web-ui): Abra sessões tmux existentes em um navegador, mova-se entre panes e gerencie hosts locais ou SSH sem realocar os dados do terminal - [Use o Claude Code de um navegador sem mover o terminal](https://tmux.online/pt/claude-code-browser): Mantenha o Claude Code rodando dentro do tmux, acompanhe seu status em um navegador e responda a prompts de um desktop ou celular - [Controle tarefas do Codex CLI de qualquer navegador](https://tmux.online/pt/codex-browser): Rode o Codex CLI no tmux, monitore tarefas de codificação paralelas e intervenha de um navegador apenas quando uma tarefa precisar de entrada - [O terminal fica na sua máquina](https://tmux.online/pt/docs/security): Entenda o servidor local, o token de conexão, as verificações de Origin, o caminho SSH e o limite do serviço de contas usados pelo AI Anywhere - [Use seus hosts SSH existentes no mesmo espaço de trabalho](https://tmux.online/pt/docs/remote-hosts): Veja tarefas tmux em servidores remotos pela sua configuração SSH existente, sem relay hospedado nem uma segunda conta de terminal - [Instale o AI Anywhere no macOS ou Linux](https://tmux.online/pt/docs/install): Instale o CLI do AI Anywhere, inicie sua interface web local para tmux e autorize a máquina pelo navegador ## Other languages - [English (en)](https://tmux.online/): the same page, translated - [日本語 (ja)](https://tmux.online/ja): the same page, translated - [한국어 (ko)](https://tmux.online/ko): 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