Kungfu UNGFU™Developer Platform

Back to libkungfu.devVersioned multi-product installer

Install a native CLI · no coding required

One installer. Choose the product and version you need.

Install KFD, Buildchain, Kungfu, or Agent Hub Demo on supported macOS, Linux, and Windows systems. With no product argument, both installers default to Kungfu; choose a product when you need another CLI, an exact historical version, or rollback.

https://libkungfu.dev/install.sh and https://libkungfu.dev/install.ps1 are the canonical public entries. They consume one reviewed Site catalog that projects exact product-owned GitHub Releases without becoming another release authority. KFD, Buildchain, Kungfu, and Agent Hub Demo differ only in how their release-owned packages and evidence are interpreted.

macOS and Linux · defaults to Kungfu

curl -fsSL https://libkungfu.dev/install.sh | sh

Windows PowerShell · defaults to Kungfu

irm https://libkungfu.dev/install.ps1 | iex

Current · 1.0.0-alpha.65

KFD

Installs the kfd command from the selected upstream release.

curl -fsSL https://libkungfu.dev/install.sh | sh -s -- kfd

Windows PowerShell

& ([scriptblock]::Create((irm https://libkungfu.dev/install.ps1))) kfd
  • macOS · Apple silicon
  • macOS · Intel
  • Linux · arm64
  • Linux · x64
  • Windows · x64
View upstream releases ↗

Current · 4.0.0

Buildchain

Installs the buildchain command from the selected upstream release.

curl -fsSL https://libkungfu.dev/install.sh | sh -s -- buildchain

Windows PowerShell

& ([scriptblock]::Create((irm https://libkungfu.dev/install.ps1))) buildchain
  • macOS · Apple silicon
  • Linux · x64
  • Windows · x64
View upstream releases ↗

Current · 4.0.0-alpha.2

Kungfu

Installs the kungfu command from the selected upstream release.

curl -fsSL https://libkungfu.dev/install.sh | sh -s -- kungfu

Windows PowerShell

& ([scriptblock]::Create((irm https://libkungfu.dev/install.ps1))) kungfu
  • macOS · Apple silicon
  • Linux · x64
  • Windows · x64
View upstream releases ↗

Current · 0.2.0

Agent Hub Demo

Installs the agent-hub-demo command from the selected upstream release.

curl -fsSL https://libkungfu.dev/install.sh | sh -s -- agent-hub-demo

Windows PowerShell

& ([scriptblock]::Create((irm https://libkungfu.dev/install.ps1))) agent-hub-demo
  • macOS · Apple silicon
  • Linux · x64
  • Windows · x64
View upstream releases ↗

Prefer a package manager?

KFD, Buildchain, and Kungfu are also on Homebrew.

Use the official tap when you want Homebrew to own installation, upgrades, and removal. Use the versioned installer above when you need an exact catalogued release or rollback.

KFD

brew install kungfu-systems/tap/kfd

Buildchain

brew install kungfu-systems/tap/buildchain

Kungfu

brew install kungfu-systems/tap/kungfu

Homebrew owns package-manager installation, upgrades, and removal. The tap projects upstream release evidence and remains separate from this versioned installer.

Open the Homebrew tap ↗

Choose an exact version

Current is convenient. Exact is reproducible.

Pass --version when a project, receipt, or recovery needs a specific published release. Historical releases stay selectable while they remain in the reviewed catalog.

curl -fsSL https://libkungfu.dev/install.sh | sh -s -- buildchain --version 3.0.6
& ([scriptblock]::Create((irm https://libkungfu.dev/install.ps1))) buildchain -Version 3.0.6

Recover a managed installation

Roll back without guessing.

The installer keeps content-addressed versions and activates commands through bounded user-owned links. Rollback restores the previously managed activation.

curl -fsSL https://libkungfu.dev/install.sh | sh -s -- buildchain --rollback
& ([scriptblock]::Create((irm https://libkungfu.dev/install.ps1))) buildchain -Rollback

Safety and release authority

A small command with explicit boundaries.