Skip to content

Getting Started

Install the amux CLI:

Terminal window
# curl
curl -fsSL https://amux.sh/install | bash

After installation, initialise amux and optionally authenticate with the cloud for mobile access:

Terminal window
amux init

Once initialised, you can spawn a new agent:

Terminal window
amux new claude [--name foo]

Press ctrl-a followed by d to detach from the currently attached agent and return to your terminal.

You can list all currently running agents (across all your machines):

Terminal window
amux list

To resume/attach to an existing agent:

Terminal window
amux attach [foo]
  • Run amux --help to explore all available commands
  • Visit the web dashboard to manage your account