downloadInstallation

DragonClaw supports local installs and VPS deployments.

The same runtime works for personal use, team chat workflows, and always-on trading agents.

Install methods

curl -fsSL https://dragonclaw.asia/install.sh | bash
  • Laptop or desktop for local testing

  • VPS for always-on operation

  • Private server if you want full control of network policy and secrets

After install

Run:

dragonclaw onboard

Then start the runtime:

dragonclaw start

What gets created locally

DragonClaw stores runtime state under ~/.dragonclaw/.

That typically includes memory, user skills, and local configuration artifacts.

Last updated