DocsMyraCodeInstall MyraCode

MyraCode

Install MyraCode

Get the client, verify it, and start a terminal session.

Requirements

MyraCode is a terminal client installed from npm. It needs Node.js 20 or newer, and works on macOS, Linux, and Windows.

Install

Install the package globally so the myra command is available from any project directory.

Example
npm i -g @myralith/myra
myra --version

Start a session

Change into the project you want to work on and run myra. The first run prints an approval URL and a short code so the device can be linked to your MyraRouter account. There is no API key to paste.

Example
cd your-project
myra

Update

Reinstall the package to move to the latest published build, then confirm the version before continuing existing work.

Example
npm i -g @myralith/myra@latest
myra --version

If the command is not found

npm installs global binaries into its own prefix. If the shell cannot find myra after a successful install, add that prefix to PATH and reopen the terminal.

Example
npm prefix -g