KMC 2 is in beta. Stable is coming later — install the beta channel explicitly today. See installation

Native project command center KMC 2 beta

Make the terminal feel intentional.

Turn the commands hiding in your repository into one calm, native command center. Know what runs, trust what changes, and give your team a front door to real work.

Native Go binarySHA-256 verified releasesLinux · macOS · Windows
kmc beta installer beta available
Detected systemLinux / macOS
SystemLinux / macOS
Platformamd64 + arm64
Releasebeta channel
VerifySHA-256
Installnative binary
Rememberbeta updates
Installation preview

              
$ curl -fsSL https://kmc.kmuc.app/install.sh | sh -s -- --channel beta

Downloads the latest beta for your platform, verifies SHA-256, installs atomically, and keeps future updates on beta.

01

One command menu

Keep development, tests, migrations, builds, releases, and maintenance tasks in a project-local command center.

02

Trusted workflows

Compose repeatable YAML workflows with strict validation, timeouts, retries, environment variables, and fingerprinted trust.

03

Stable local URLs

Run supported web apps behind memorable local HTTPS addresses, including nested applications inside monorepos.

A terminal workflow, designed

Less hunting. More shipping.

Commands are grouped, the next correct action is obvious, and the outcome is visible before you go back to your editor.

DevelopmentRun a known-good command
Run selected
development.testgo test ./...
development.apigo run ./cmd/api
development.webpnpm dev
$ kmc run development.test
 github.com/acme/atlas/internal/api   ok
 github.com/acme/atlas/internal/auth  ok
 all checks passed

Reviewable automation

Workflows that stay close to the code.

KMC Scripts turns repeated shell sequences into strict project files. Review the plan, trust its fingerprint, and run the same steps locally or in automation.

KMC Scripts · v1

Small schema. Clear behavior.

Sequential steps, per-step environments, working directories, timeouts, retries, dry runs, and exact step selection — without a hosted workflow service.

Explore KMC Scripts →
name: Go checks
defaults:
  shell: sh
  cwd: .

steps:
  - name: Format
    run: test -z "$(gofmt -l .)"
  - name: Test
    run: go test ./...
    timeout: 300
    retries: 1
01 / VISIBLE

Turn tribal knowledge into project knowledge.

Keep the commands worth remembering in a file your team can review, improve, and share.

02 / TRUSTED

Review automation before it gets authority.

Workflow trust is bound to the repository and its current fingerprint, not a vague memory of what was there.

03 / NATIVE

Install one binary. Keep moving.

No Node.js runtime for KMC itself. Just the CLI, your project, and the commands you already use.

Release availability

Native where you work.

One Go binary, published with checksums, SBOMs, and build provenance for every supported platform.

Beta available

Linux & macOS

amd64 and arm64 archives with a checksummed shell installer, updates, diagnostics, uninstall, and version pinning.

Beta available

Windows

amd64 and arm64 archives with a native PowerShell installer and the same verified lifecycle commands.

Coming later

KMC 2 stable

The stable channel opens with the final KMC 2 release. Until then, use the explicit beta commands above.

Ready to give your repository a command center?

Start with the quick guide, migrate from the npm CLI, or inspect every release asset on GitHub.