>_ Arcway: Remote Agents

Your terminal,
anywhere you go.

Arcway gives you secure, real-time terminal access to your Mac or Linux machine from your phone — no VPN, no port forwarding.

Works seamlessly with:

How it works

Three steps and you're connected.

1
Mac / Linux

Run the relay server

A lightweight menu bar app on macOS. Stays in the background, manages your terminal sessions over an encrypted WebSocket connection.

2
Android / iOS

Open Arcway on your phone

Sign in, and Arcway discovers your relay instantly. Pick a session and you're in.

3
Anywhere

Full terminal, in your pocket

Run Claude Code, monitor builds, manage servers — a real PTY session from wherever you are.

arcway — bash
~ claude
Claude Code v1.x (claude-sonnet-4-6)
Type a task or question...
 
> run tests and fix any failures
Running jest --watchAll=false
PASS src/auth.test.ts
PASS src/relay.test.ts
All tests passed
 
|

Claude Code running remotely via Arcway

Why Arcway?

Just open and connect

No VPN, no port forwarding, no firewall rules. Open the app and you're in your terminal.

Feels like your desktop

Run Claude Code, tmux, interactive tools — everything works exactly as if you were sitting at your Mac or Linux machine.

Your machine, your data

End-to-end encrypted. Your sessions stay between you and your machine — nothing stored in between.

Free to self-host

Open-source relay you can run yourself. No subscription, no limits, no strings attached.

Get Started

Install the host on your Mac, then connect from your phone.

Host Mac
Linux Coming Soon
Client Android iOS

On the roadmap

What's being built next.

INTERFACE

Voice Mode

Control your remote terminal with voice commands. Speak your intent, Arcway handles the rest.

Coming Soon
PLATFORM

Agents

Support for Cursor, VS Code, Windsurf, Antigravity and more

Coming Soon

Self-host your relay

Open-source. Two steps to run your own relay. Best part? You get to use all Arcway features for free forever, no strings attached.

01

Start the relay

git clone https://github.com/karthik24iyer/arcway-relay-server
cd arcway-relay-server
              docker compose up -d
02

Pair your apps

Open Arcway on Mac, toggle Self Host, enter your relay URL. The pair code appears in the app — enter it on your phone the same way.

Requirements
  • Docker
  • A domain pointing at the host
View source on GitHub