LASDKPricing

Download LASDK

macOS (Apple Silicon & Intel) · Linux & WSL (x86_64 / arm64) · Windows · one self-contained binary. Install and confirm your setup with lasdk doctor; start the free 24-hour trial to run the governed SDLC — lasdk trial activate --confirm-start, no card. It preflights your AI CLI before the clock starts, so a half-configured setup cannot burn it. The judge — lasdk assess — stays free afterwards.

Before you start: LASDK drives your AI — it ships no model. You'll need an active LLM subscription or API access (Claude, Codex, …) and a supported AI coding CLI installed. lasdk doctor checks both.

Your download is ready

Pick your platform. Most Macs from 2020 on are Apple Silicon; on Windows, WSL uses the Linux build.

macOS: first run — the binaries are not yet code-signed, so macOS quarantines anything downloaded through a browser and will say it “cannot be opened because the developer cannot be verified”. That is the quarantine flag, not a problem with the file. Clear it once:
xattr -d com.apple.quarantine ~/.lasdk/lasdk
Then lasdk doctor should run normally.

Windows: first run — SmartScreen may show “Windows protected your PC” for the same reason. Choose More info → Run anyway. Both warnings are about the absence of a code-signing certificate, not about the file. Signing is on the roadmap and this note goes away when it lands.

Both macOS builds are downloaded from this page, checked byte-for-byte against the build output, installed and run end-to-end before every release. The Linux and Windows builds are compiled from the same source and pass their packaging checks, but they are cross-compiled on a Mac and have not been executed on their own platform — so treat them as unproven until we say otherwise. If one fails to start, tell us: we will fix it, and no trial time or subscription day is lost to it.

Then install it — macOS, Linux or WSL:

mkdir -p lasdk && tar xzf ~/Downloads/lasdk-*.tar.gz -C lasdk
cd lasdk && ./install.sh
lasdk doctor

Windows (PowerShell) — or use WSL with the Linux build above:

mkdir "$HOME\lasdk" -Force; tar -xzf "$HOME\Downloads\lasdk-*-windows-x64.tar.gz" -C "$HOME\lasdk"
cd "$HOME\lasdk"; .\install.ps1
lasdk doctor

Two more, worth the ten seconds — Claude Code users:

lasdk hooks install --user   # refuse writes to .env, keys and certs before they happen
lasdk certify                # run this project's tests, leave a record someone else can check

Installation, diagnostics, evidence verification, recovery, and export remain available without a license. Running the governed SDLC (builds, assess, evidence, earned Done) needs an active subscription — see pricing — start a controlled 24-hour Pro trial after provider preflight, or subscribe.