Skip to content

Installation

One-liner (installs Bun if needed):

Terminal window
curl -fsSL https://raw.githubusercontent.com/akita-protocol/dao-cli/main/install.sh | bash

After installation, run:

Terminal window
akita-dao

Run without installing:

Terminal window
npx @akta/dao-cli

Install globally:

Terminal window
npm install -g @akta/dao-cli
Terminal window
bun add -g @akta/dao-cli
Terminal window
git clone https://github.com/akita-protocol/dao-cli.git
cd dao-cli
bun install
bun run src/index.ts

The CLI uses @akta/sdk from npm, which is installed automatically. No additional configuration is needed — the SDK’s baked-in app IDs handle testnet and mainnet resolution.

By default, the CLI connects to mainnet. Switch networks with the -n flag:

Terminal window
akita-dao -n testnet info
akita-dao -n localnet state