Skip to content

Installation

Get ArtemisKit CLI installed on your system.

  • Node.js 18+ or Bun 1.0+
  • An API key for your LLM provider (OpenAI, Azure, Anthropic, etc.)
Terminal window
npm install -g @artemiskit/cli
Terminal window
pnpm add -g @artemiskit/cli
Terminal window
yarn global add @artemiskit/cli
Terminal window
bun add -g @artemiskit/cli
Terminal window
artemiskit --version
# or
akit --version

You should see output like:

ArtemisKit CLI v0.1.3

You can also run ArtemisKit without global installation:

Terminal window
npx @artemiskit/cli run scenarios/test.yaml
# or
bunx @artemiskit/cli run scenarios/test.yaml