Set up the CLI.
Three steps to your own Infimal dashboard. The same account, wherever you work.
Install Infimal
macOS · LinuxPaste 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 scriptGive this computer a key
Your accountA 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.
Sign in to create a CLI key for your account.
Sign in to continueConnect, 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 --keyCheck your account, then open the dashboard:
infimal whoami
infimalPress 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.