Skip to main content

Download DebtLens CLI

v0.3.2

Single binary. No dependencies. Works offline.

Quick Install

macOS & Linux — detects your platform, verifies checksum, and removes macOS security restrictions automatically.

curl -fsSL https://debtlens.tech/install.sh | bash

Verify your download

# Download the checksum file

curl -LO https://debtlens.app/downloads/checksums.txt

# Verify your binary (example for Linux amd64)

sha256sum -c checksums.txt --ignore-missing

Or download checksums.txt directly.

Install

macOS / Linux

tar xzf debtlens-*.tar.gz

sudo mv debtlens /usr/local/bin/

debtlens --version

Windows

# Extract the zip, then add to your PATH

debtlens.exe --version