LocalKit v0.1.3
LocalKit v0.1.3
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.3_universal.dmg |
17.3 MB |
LocalKit_universal.app.tar.gz |
16.0 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.appThen open it normally. (You only need to do this once per install.)
Windows (x64)
| File | Size |
|---|---|
LocalKit_0.1.3_x64-setup.exe |
5.7 MB |
LocalKit_0.1.3_x64_en-US.msi |
7.6 MB |
⚠️ Windows SmartScreen: unsigned installer, so you'll see "Windows protected your PC." Click More info → Run anyway. The-setup.exeis the NSIS installer; the.msiis for managed/MDM deployments.
Linux (x64)
| File | Size |
|---|---|
LocalKit-0.1.3-1.x86_64.rpm |
9.5 MB |
LocalKit_0.1.3_amd64.AppImage |
83.0 MB |
LocalKit_0.1.3_amd64.deb |
9.5 MB |
.AppImage:chmod +xand 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 |
14.8 MB |
lk-macos-arm64 |
10.1 MB |
lk-macos-x86_64 |
10.5 MB |
lk-windows-x86_64.exe |
10.0 MB |
macOS CLI binary is unsigned too —
xattr -c ./lk-macos-arm64before the first run.
Requires Docker Desktop (running) with Compose v2+. See the README for the full feature tour.