Prerequisites

What you need before getting started with Wallabi.

Before you set up your environment, make sure you have the following tools installed and a Wallabi account ready.

Working in Codespaces instead? You only need the Wallabi account below — the tools and the API token are handled for you.

Tools

ToolVersionHow to get it
GitAny recent versiongit-scm.com — or use a Git GUI like GitHub Desktop
Node.jsv22Use NVM to install and manage versions
pnpmLatestInstall via pnpm.io/installation
Claude CodeLatestThe AI assistant you’ll use to build apps — see the install command below
Code editorVS Code is recommended, but everything works from the command line too

Install Claude Code with the native installer — on macOS, Linux, or WSL:

curl -fsSL https://claude.ai/install.sh | bash

On native Windows, see the Claude Code setup docs for the PowerShell and CMD commands.

If you’re not sure whether a tool is installed, open a terminal and type its name with --version (e.g., git --version). If you see a version number, you’re good.

Wallabi Account

You need a Wallabi account with access to your organization. If you don’t have one, ask your team admin to invite you.

You’ll also need an API token for local development:

  1. Sign in to the Wallabi app
  2. Go to Settings > API Tokens
  3. Create a new token and save it somewhere secure — you’ll need it during setup

Next Steps

Once you have everything above, head to Getting Started to set up your environment.