Installation

Get klaas up and running in minutes. Choose your preferred installation method below.

macOS, Linux, WSL:

curl -fsSL https://klaas.sh/install.sh | bash

Windows PowerShell:

irm https://klaas.sh/install.ps1 | iex

Windows CMD:

curl -fsSL https://klaas.sh/install.cmd -o install.cmd && install.cmd

Start using klaas:

cd your-project
klaas

klaas wraps your Claude Code sessions and streams them to the cloud, enabling remote access from any device.

Requirements

  • Claude Code installed and authenticated
  • macOS, Linux, or Windows (via WSL or native)