Skip to content

LocalKit v0.1.1

Choose a tag to compare

@github-actions github-actions released this 20 Jul 02:08

LocalKit v0.1.1

Local WordPress development without the bloat — each site an isolated Docker Compose project, plus ServerKit push/pull. Grab the installer for your OS below.

🖥️ Desktop app

macOS (universal — Intel + Apple Silicon)

File Size
LocalKit_0.1.1_universal.dmg 16.1 MB
LocalKit_universal.app.tar.gz 14.8 MB

⚠️ macOS Gatekeeper: these builds are not notarized by Apple, so the first launch is blocked ("LocalKit is damaged / from an unidentified developer"). Drag LocalKit.app into /Applications, then run this once in Terminal:

xattr -cr /Applications/LocalKit.app

Then open it normally. (You only need to do this once per install.)

Windows (x64)

File Size
LocalKit_0.1.1_x64-setup.exe 5.2 MB
LocalKit_0.1.1_x64_en-US.msi 6.9 MB

⚠️ Windows SmartScreen: unsigned installer, so you'll see "Windows protected your PC." Click More info → Run anyway. The -setup.exe is the NSIS installer; the .msi is for managed/MDM deployments.

Linux (x64)

File Size
LocalKit-0.1.1-1.x86_64.rpm 8.4 MB
LocalKit_0.1.1_amd64.AppImage 82.0 MB
LocalKit_0.1.1_amd64.deb 8.4 MB

.AppImage: chmod +x and run. .deb: sudo apt install ./<file>.deb. .rpm: sudo dnf install ./<file>.rpm.

⌨️ Standalone CLI — lk

Manage your sites from the terminal — lk create, start/stop, wp passthrough, env exports, doctor, --json output. Shares the app's data dir, so both always see the same sites. Rename to lk (lk.exe on Windows), chmod +x on macOS/Linux, drop it on your PATH.

File Size
lk-linux-x86_64 7.1 MB
lk-macos-arm64 5.0 MB
lk-macos-x86_64 5.2 MB
lk-windows-x86_64.exe 4.6 MB

macOS CLI binary is unsigned too — xattr -c ./lk-macos-arm64 before the first run.


Requires Docker Desktop (running) with Compose v2+. See the README for the full feature tour.