Skip to content

Releases: coding-chimera/chimera

Chimera 0.0.6

Choose a tag to compare

@logic10492 logic10492 released this 07 Jul 04:58

Changes

  1. Prompt optimization — Completed prompt refinement through automated build test suite; all models now have improved performance.
  2. Tencent tokenhub support — Enhanced Tencent tokenhub integration for better model availability.
  3. hy3 adaptation with read dedup — Added hy3 model adapter support, enabled read deduplication after testing and evaluation.

Assets

Two variant matrices are provided:

  • with-webui (GPL) — Includes NewWeb/OpenCodeUI-derived WebUI assets
  • no-webui (MIT) — WebUI-free variant

Each matrix covers 12 platform targets: darwin-arm64/x64, linux-arm64/x64 (glibc/musl/baseline), windows-arm64/x64.

Install

# with-webui variant (GPL)
npm install -g ./chimera-darwin-arm64-with-webui-0.0.6.tgz ./chimera-with-webui-0.0.6.tgz

# no-webui variant (MIT)
npm install -g ./chimera-darwin-arm64-no-webui-0.0.6.tgz ./chimera-no-webui-0.0.6.tgz

Chimera 0.0.5

Choose a tag to compare

@logic10492 logic10492 released this 04 Jul 10:34

Full release matrix for v0.0.5 (patch1) with both no-webui and with-webui variants.

Platforms: linux-arm64, linux-x64, linux-x64-baseline, linux-arm64-musl, linux-x64-musl, linux-x64-baseline-musl, darwin-arm64, darwin-x64, darwin-x64-baseline, windows-arm64, windows-x64, windows-x64-baseline

Variants:

  • no-webui — CLI-only, no bundled web UI assets
  • with-webui — includes NewWeb/OpenCodeUI web interface assets

SHA256SUMS provided for verification.

v0.0.4

Choose a tag to compare

@logic10492 logic10492 released this 28 Jun 05:24

Chimera 0.0.4 npm tarballs.

Verification:

  • bun typecheck from chimera/packages/chimera
  • local npm install smoke test on darwin-arm64