Setup

Kamal Setup

Install Kamal locally and verify CLI access before deployment.

When to use this page

  • You need Kamal CLI installed on your local machine.
  • You are preparing to run kamal setup and kamal deploy.

Prerequisites

  • Terminal access on your local machine.
  • RubyGems available.

Install

Quick install

gem install kamal -N

-N skips local docs install and keeps setup faster.

Verify

kamal version

You should see installed Kamal version output.

Troubleshooting

  • kamal command not found: Reopen terminal or verify Ruby gem bin path is in PATH.
  • Permission error during install: Use your Ruby manager gem path or run install with proper user permissions.

On this page