Pre-installed Software

Every KiloClaw instance ships with a curated set of system utilities, language runtimes, package managers, and CLI tools. This page documents everything that comes pre-installed in the KiloClaw Docker image so you know what's available out of the box. Where a specific version is listed it reflects the pin in the Dockerfile as of March 2026. Entries marked unpinned install the latest available version at image build time and may differ between releases.

Base Image

KiloClaw is built on Debian Bookworm (debian:bookworm-slim). Since it's Debian-based, you can use apt to install additional packages at any time:

apt update && apt install -y <package>
â„šī¸Info

Packages installed via apt do not persist across redeploys. If you need a package to survive redeploys, install it from a cron job or startup script on the persistent volume.

System Utilities

The following packages are installed via apt on top of the base image:

PackageDescription
ca-certificatesRoot CA certificates for TLS verification
curlHTTP client
gnupgGPG encryption and signing
gitVersion control
unzipArchive extraction
jqJSON processor
ripgrepFast recursive search (rg)
rsyncFile synchronization
zstdZstandard compression
build-essentialGCC, make, and core build tools
python3Python 3 interpreter (system default)
ffmpegAudio/video processing
tmuxTerminal multiplexer

Languages & Runtimes

Language / RuntimeVersionInstall Method
Node.js22.13.1Binary tarball (primary runtime)
Go1.26.0Binary tarball
Bun1.2.4Install script
Python 3Unpinned (Debian Bookworm default)apt

Package Managers

These package managers are available for installing libraries and dependencies:

ManagerIncluded Via
npmBundled with Node.js
pnpmInstalled via npm
bunBundled with Bun

CLI Tools

ToolVersion / Source
GitHub CLI (gh)Unpinned (GitHub apt repo)
1Password CLI (op)2.32.1 (1Password apt repo)

npm Global Packages

The following packages are installed globally via npm:

PackageVersion
ClawHub CLI (clawhub)Unpinned
mcporter0.7.3
@steipete/summarize0.11.1

Go Tools

These tools are pre-installed via go install and available on $PATH:

ToolVersion
gog0.11.0
goplaces0.3.0
blogwatcher0.0.2
xurl1.0.3
gifgrep0.2.3
💡Tip

These tools receive updates when you Upgrade & Redeploy your instance from the KiloClaw Dashboard. Check the changelog for image update announcements.