YOUR WORKSPACE, IN YOUR TERMINAL

Set up the CLI.

Three steps to your own Infimal dashboard. The same account, wherever you work.

Command reference
01

Install Infimal

macOS · Linux

Paste this into your computer’s terminal. The installer chooses the native binary for your machine and verifies its checksum.

curl -fsSL https://infimal.ai/install.sh | sh

Apple Silicon, Intel, and Linux ARM64 or x86_64. No Python or administrator access required. On Windows, use a Linux terminal in WSL.

Inspect the install script
02

Give this computer a key

Your account

A separate key for each computer makes access easy to recognize and revoke. The CLI uses a full-access key to read usage and manage your workspace.

03

Connect, then make yourself at home

Run this command and paste your API key when asked. The key stays out of your shell history.

infimal login --key

Check your account, then open the dashboard:

infimal whoami infimal

Press g for the guide or Ctrl + K to find a command.

Infimal verifies and saves the key on this computer. If you already set INFIMAL_API_KEY, it takes precedence over the saved key.