Skip to content

Prerequisites

Required tools and access to work on the Kewpump platform.

Required Software

Docker & Docker Compose

Docker is used to run all platform services locally.

bash
# Verify installation
docker --version
docker compose version

.NET SDK

The platform is built with .NET and Blazor.

bash
# Verify installation
dotnet --version

Node.js / Bun

Used for frontend tooling and documentation.

bash
# Verify installation
bun --version

Git

bash
git --version

Network Access

Tailscale

Tailscale is required to connect to the Kewpump mesh network and access internal services.

Repository Access

IDE Setup

Credentials & Accounts

Next Steps

Once you have all prerequisites installed, proceed to Developer Setup.