Installation

Learn how to install the Kiosk CLI on your system.

Requirements

  • Claude Code - Kiosk apps are installed using Claude Code
  • Git - Required for cloning repositories
  • A terminal - macOS Terminal, iTerm, or similar

Install via Script

The easiest way to install Kiosk is using our install script:

curl -sL https://kiosk.app/cli/install | sh

This will:

  1. Download the latest version of the Kiosk CLI
  2. Install it to a location in your PATH
  3. Verify the installation

Verify Installation

After installation, verify it's working:

kiosk --version

Updating

To update to the latest version, simply run the install command again:

curl -sL https://kiosk.app/cli/install | sh

Uninstalling

To remove Kiosk from your system:

kiosk rm $(which kiosk)

Troubleshooting

Command not found

If you see "command not found" after installation, you may need to restart your terminal or add the install location to your PATH.

Permission denied

If you encounter permission errors, try running with elevated privileges or install to a user-writable location.