Core Go
Core Go drives builds, release workflows, multi-repo health checks, and the local developer loop across the LTHN stack.
13+
Go packages
AX-10
Agent Experience
Dry-run first
Release posture
Multi-repo
Workspace support
What ships with it
One CLI for the whole stack
Use the same toolchain for Go services, Laravel apps, Wails builds, documentation, and release work.
Safe by default
Release commands preview changes before publishing, which keeps CI and local release work predictable.
Cross-repo awareness
The workspace model keeps multiple repositories in sync so the fleet can see status, drift, and dirty trees quickly.
Operational tooling built in
Health checks, setup, docs generation, SDK validation, and VM helpers live alongside the build commands.
Surface area
Install
go install dappco.re/go/cli/cmd/core@latest
Install the CLI directly from Go, or pull a signed binary from the release channel.
Build
core build
Auto-detect the project type and emit build artefacts for the target platforms you care about.
Release
core ci
Preview release steps locally, then publish only when the launch flag is set explicitly.
Multi-repo work
core dev work
Track health across a workspace, then commit and push the repos that need attention.
Quick start
The deeper command reference lives on the docs site, with sectioned guides for setup, workflows, and troubleshooting.
go install dappco.re/go/cli/cmd/core@latest
core doctor
core go test --coverage
core build --targets linux/amd64,darwin/arm64
Read the contract
Core Go docs
Installation, configuration, workflows, and migration guidance for the CLI and framework.
OpenCLI command reference
Read the generated command docs for `go`, `php`, `ci`, `docs`, `setup`, and `doctor`.
OpenDeveloper portal
Pair the CLI with the public package and protocol pages on the main LTHN site.
OpenUse Core Go when the work crosses repositories.
It gives the agent fleet, release pipeline, and local developer loop the same operational vocabulary.