AI-Anywhere

Your agents. Any browser. Anywhere

2,116
Stars
128
Forks
TypeScript
Language
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/AI-Anywhere/AI-Anywhere

Getting Started

Guides for using skills like AI-Anywhere.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

AI Anywhere

Your agents. Any browser. Anywhere.

AI Anywhere brings the agent CLI sessions running in tmux to a focused browser interface that works on desktop and mobile. One command starts the local service, and the web UI collects every task that needs attention without moving terminal state away from the machine where it is running.

This repository contains the web layer served at tmux.online:

  • the public product site;
  • the React account dashboard;
  • device authorization and membership screens;
  • the shell installer;
  • Cloudflare Worker and deployment configuration.

The CLI, tmux integration, local server, and browser workspace live in the AI Anywhere core repository.

Install

Run the installer on the machine that hosts your tmux sessions:

curl -fsSL https://tmux.online/install.sh | sh

The installer verifies the local prerequisites, installs @ai-anywhere/cli, and starts AI Anywhere. The server listens on 127.0.0.1 by default, so terminal traffic remains on the local machine.

What This App Provides

  • A product site prerendered with Astro.
  • A client-rendered dashboard built with React Router and SWR.
  • GitHub account sign-in and account switching.
  • Authorized device management and API key management.
  • Trial, referral, and permanent membership views.
  • Device authorization that returns users to the correct localized dashboard route.
  • English, Japanese, Korean, and Traditional Chinese pages.
  • Browser-side caching for responsive dashboard navigation.
  • Search-engine exclusion and private caching rules for account routes.
  • A downloadable installer with a guarded npm publishing workflow in the core repository.

Architecture

AreaImplementation
Public pagesAstro, prerendered HTML, inline critical CSS
DashboardReact, React Router, SWR
Account APIhttps://api.tmux.online through the typed client in src/lib/api.ts
LocalizationTyped copy tables in src/i18n
Installerpublic/install.sh
Edge runtimeCloudflare Worker in worker/index.js
Response policypublic/_headers and Worker response headers
DeploymentWrangler and GitHub Actions

The public pages do not load a framework runtime. React hydrates only dashboard and device authorization surfaces that require account state.

Dashboard HTML is cached privately in the browser for ten minutes and is explicitly excluded from Cloudflare edge caching. Account data is fetched in the browser after the session is resolved, and dashboard routes are excluded from search indexing through HTML, response headers, robots.txt, and sitemap filtering.

Routes

RoutePurpose
/English product site
/ja, /ko, /zh-HantLocalized product sites
/dashboard/devicesAuthorized devices
/dashboard/api-keysAPI key management
/dashboard/membershipTrial, referrals, and membership
/dashboard/deviceDevice authorization
/deviceCookie-aware compatibility redirect
/install.shShell installer download

Localized dashboard routes use the same language prefixes as the public pages. The L cookie is a non-sensitive, root-domain preference readable by tmux.online services. It records the active language so compatibility routes can select the correct location; the bare / home follows a saved non-English preference, and unknown values fall back to English.

Project Structure

src/components/        Astro page sections and shared site chrome
src/islands/           React dashboard and account surfaces
src/i18n/              Typed localized copy
src/layouts/           Shared HTML document layout
src/lib/               API, caching, icons, and content helpers
src/pages/             Public, dashboard, localized, and text routes
src/styles/            Public and dashboard styles
public/                Installer, icons, manifest, robots, and response headers
scripts/               Build-time optimization and asset scripts
worker/                Cloudflare request handling

Local Development

The project uses pnpm.

pnpm install
pnpm dev

The development server runs at http://localhost:4321.

To use a local account API:

PUBLIC_API_URL=http://localhost:51994 pnpm dev

Useful commands:

pnpm build      # Generate the production site in dist/
pnpm preview    # Serve the production output locally
pnpm check      # Run Astro and TypeScript checks
pnpm lint       # Check formatting and Astro types
pnpm format     # Apply repository formatting
pnpm images     # Regenerate raster images from source assets

Localization

English is served without a URL prefix. Japanese, Korean, and Traditional Chinese use their own path prefixes.

To add a language:

  1. Add a typed copy file under src/i18n.
  2. Register the locale and its Open Graph locale in src/i18n/index.ts.
  3. Add the matching page directory under src/pages.
  4. Check typography and text fit on both mobile and desktop layouts.

The language switcher, alternate links, Open Graph metadata, sitemap, and machine-readable text pages all derive from the same locale registry.

Deployment

Build and deploy the Cloudflare Worker and static assets with:

pnpm deploy

The GitHub Actions workflow in .github/workflows/deploy.yml deploys pushes to main. It expects these repository secrets:

  • CLOUDFLARE_API_TOKEN
  • CLOUDFLARE_ACCOUNT_ID

Secret values belong in GitHub repository settings and must never be committed.

Repository Boundary

This repository is the canonical source for the tmux.online website. Changes to the CLI, local service, tmux protocol, or npm package belong in AI Anywhere core. The website consumes those runtime artifacts through the public installer and documented HTTP interfaces.

Frequently Asked Questions

What is AI-Anywhere?

AI-Anywhere is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by AI-Anywhere. Your agents. Any browser. Anywhere. It has 2,116 GitHub stars.

Is AI-Anywhere safe to use?

AI-Anywhere returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.

How do I install AI-Anywhere?

Clone the repository with "git clone https://github.com/AI-Anywhere/AI-Anywhere" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is AI-Anywhere written in?

AI-Anywhere is primarily written in TypeScript. It is open-source under AI-Anywhere on GitHub, so you can review or fork the full source.

Are there alternatives to AI-Anywhere?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh AI-Anywhere against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details