Official Nala connection

Give this page to your coding agent.

Codex, Claude Code, or Hermes can install Nala Link, connect the current workspace, and stay available in the background.

Tell your agent
Open https://nalaassistant.com/install-agent/agent-install.txt and install Nala in this workspace. Ask me for the connection code when you are ready.

Three steps. One manager conversation.

  1. 1
    Create the connection

    In Nala Chat, open Agents, add an agent, and keep the displayed connection code.

  2. 2
    Send the instruction above

    Your coding agent identifies its own harness and installs the official package locally.

  3. 3
    Paste the code when asked

    The agent appears online in Nala. Messages and assigned tasks now use the same manager conversation.

Local by design

Nala Link runs as a per-user background service. It uses the coding-agent account already connected on your computer and never receives your provider password.

Supported
Codex · Claude Code · Hermes
Platforms
macOS · Linux
Transport
HTTPS + ACP
Permissions
Current workspace only

Prefer to install it yourself?

Requires Node.js 22 or newer. Replace codex with claude or hermes when needed.

npm install --global https://nalaassistant.com/downloads/nalaassistant-link-0.1.1.tgz
printf 'Nala connection code: ' >&2; read -rs NALA_CONNECTION_CODE; printf '\n' >&2; printf '%s' "$NALA_CONNECTION_CODE" | nala-link install --harness codex --cwd "$PWD"; unset NALA_CONNECTION_CODE
nala-link status