Changelog
All notable changes to BaselineOS are documented here. Format follows
Keep a Changelog. The current published version on npm is
baselineos@1.6.3 (published 2026-06-24), together
with the @baselineos/* package suite at the same version.
Install:
npm install baselineos[1.6.3] — 2026-06-24
Section titled “[1.6.3] — 2026-06-24”- Desktop ship pipeline.
pnpm ship:desktopbuilds the macOS DMG with CLI sidecar; the CIdesktop-installersjob uploads bundles on tag push. - Release tooling.
pnpm release:bumpsyncs npm package versions and Tauripackage.version. - Ship witnesses. Desktop ship and demo-readiness evidence recorded with the release.
- Tauri icon bundle. Generate
32x32,128x128, and128x128@2xPNGs fromicon.pngwhen missing (fixesFailed to create app iconon macOS bundle).
[1.6.2] — 2026-06-02
Section titled “[1.6.2] — 2026-06-02”- CLI onboarding hardening.
baseline initwrites a rootbaseline.config.json, detects ecosystem context, records audit-framework dependency memory, and prints the engagement block. - Published package smoke.
npx baselineos@latest --version,init,status, andaudit exr-pack-audit --contract --jsonverified in a clean temporary repo.
[1.6.0] — 2026-06-01
Section titled “[1.6.0] — 2026-06-01”- Docs on Cloudflare Pages. Documentation moved to
baselineos-docs.pages.dev. The trust surfaces
(/verify,
/baselines/gtcx-v1.json,/baselines/keys/gtcx-root.pub) serve live, andbaseline pull gtcx-v1verifies Ed25519 end-to-end against the live host.
Changed
Section titled “Changed”@baselineos/apiand@baselineos/mcpnow declarebaselineosas a runtime dependency (fixes downstream bundler resolution).
Breaking
Section titled “Breaking”-
The
baselineospackage no longer re-exportsAPIServer(from@baselineos/api) orMCPServerand its helpers (from@baselineos/mcp) at its top level. Import them from the sibling packages directly:// before (1.5.x)import { APIServer, MCPServer } from 'baselineos';// after (1.6.x)import { APIServer } from '@baselineos/api';import { MCPServer } from '@baselineos/mcp';
Earlier releases
Section titled “Earlier releases”Versions 1.5.x and earlier predate this public changelog. Their full history ships with the
repository’s CHANGELOG.md.