Download DebtLens CLI
v0.3.2Single 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
macOS
Linux
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
Ready to go?
Get started with your first analysis →