Skip to main content
Lethean lthn .ai
Sign in Open console
lthn.ai Build · Release · Signing

Core Build

Core Build is the build, release, and signing orchestration behind core build, core release, core sdk, and core ci. It auto-detects the project type, runs cross-platform matrix builds, signs the artefacts, and publishes them.

11+ types
Auto-detected
Matrix
Cross-platform builds
GPG · codesign · SignTool
Code signing
8 publishers
Release targets
INCLUDED

What ships with it

Auto-detects the project

Go, Wails, Node, Deno, PHP, Python, Rust, C++, Docker, LinuxKit, Taskfile, and MkDocs — no per-repo build script.

Build, sign, publish in one flow

Cross-platform matrix builds and caching, then GPG, macOS notarisation, or Windows SignTool, then publish.

Publishes everywhere

GitHub, Docker, npm, Homebrew, Scoop, Chocolatey, AUR, and LinuxKit.

Generates the CI too

Reusable GitHub Actions workflow generation, plus OpenAPI SDK generation for TypeScript, Python, Go, and PHP.

INTERFACE

Surface area

Build
core build

Auto-detect the project and emit cross-platform artefacts.

Release
core release · core ci

Sign and publish to GitHub, Docker, and the package managers.

SDKs
core sdk

Generate OpenAPI clients for TypeScript, Python, Go, and PHP.

Workflows
GitHub Actions

Generate reusable CI workflows for build, test, and release.

QUICKSTART

Build and release

go-build backs core build / release / sdk / ci. Signing: GPG, macOS notarisation, Windows SignTool. Apple: universal builds, DMG, TestFlight, and App Store submission.

Build and release
core build
core build --targets linux/amd64,darwin/arm64
core release
REFERENCE

Read the contract

One pipeline from source to signed release.

Auto-detect, matrix-build, sign, and publish — with the GitHub Actions generated for you.