Quick Start
Run your first scan and understand the output. Get started β
Unfault can be installed as a CLI tool or as a VS Code extension. Choose the method that fits your workflow.
The fastest way to install the Unfault CLI:
curl -sSL https://unfault.dev/get | bashirm https://unfault.dev/get.ps1 | iexThis downloads the latest release from GitHub and installs it to your system.
Authenticate with your Unfault account:
unfault loginThis will output the following:
Initiating device authentication flow...
Visit /auth/device and enter code: VZ8-VK3 Waiting for authentication...Copy the code and visit https://app.unfault.dev/auth/device to complete the login.
Verify your installation:
unfault statusThis should output the following:
Unfault CLI Status ββββββββββββββββββββββββββββββββββββββββ
β Configuration: Found
βΉ API Endpoint: https://app.unfault.dev β API Status: Healthy
βΉ API Key: sk_live_abc1...** β Authentication: Configured
β Ready to analyze code. Run `unfault review` to start.Once complete, your credentials are stored in ~/.unfault/config.toml.
Cmd+Shift+X / Ctrl+Shift+X)The extension will prompt you to sign in on first use.
Quick Start
Run your first scan and understand the output. Get started β
CLI Reference
Complete guide to command-line options. View CLI docs β