Skip to content

Comic Sol v2.0.0rc1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Jul 18:05
bdcb0b7

Comic Sol v2.0.0rc1

v2.0.0rc1 is the first Native Distribution prerelease of Comic Sol.

Highlights

  • Portable bundled runtimes for Linux, macOS, and Windows x86_64.
  • User-local installers that verify SHA-256, run doctor, activate transactionally, preserve prior versions for rollback, and never delete comic projects.
  • Stable CLI and exact 17-tool MCP stdio surface from the same packaged deterministic engine.
  • Non-root OCI image with /data persistence and a healthcheck.
  • Per-platform unsigned metadata, CycloneDX SBOM, and SHA256SUMS assets.

Install

See docs/install.md for verified Linux/macOS shell and Windows PowerShell commands, portable extraction, upgrade, rollback, uninstall, and container usage.

Verification

Before running an archive:

  1. Download the platform ZIP and SHA256SUMS over HTTPS.
  2. Calculate SHA-256 locally and compare it exactly.
  3. Inspect the platform metadata and CycloneDX SBOM.
  4. Run the installer, then confirm comic-sol --version and comic-sol doctor.

Known limitations

  • Native artifacts are unsigned and are not notarized. Windows SmartScreen or macOS Gatekeeper may warn.
  • This RC publishes x86_64 archives only; no arm64 artifact is claimed.
  • The OCI image is built and smoke-tested in CI; it is not pushed to an external registry by this release workflow.
  • Live image quality depends on the image capability available to the calling agent. The package contains no provider credential or network provider SDK.

Please report installer, archive, MCP, or platform-specific failures with the platform, archive filename, checksum result, and sanitized doctor output.