Releases: Kaidera-AI/homebrew-kaidera
Release list
Kaidera OS v0.1.237
Distribution release for Kaidera OS v0.1.237.
Open-source channels:
- Provider-free AGPL archive
- Homebrew formula
- Checksum-verifying curl installer
Commercial macOS artifacts:
- Console DMG containing the canonical all-in-one PKG
- Direct all-in-one PKG
- Operator companion DMG for existing installations
All macOS artifacts are Developer ID signed, Apple-notarized, stapled, Gatekeeper-accepted, and mount/package-smoke verified. The canonical installer includes the Operator, managed runtime, and Apple Container 1.1.0 for Apple silicon on macOS 26+.
npm is intentionally unchanged and not part of this release. Paid licensing lifecycle proof was explicitly deferred by CTO authorization.
Kaidera OS package channels v0.1.233
Publishes the matching Homebrew and npm launchers. Runtime assets are hosted by the Kaidera OS community release.
Kaidera OS v0.1.231
Public distribution mirror for Kaidera OS v0.1.231. All channels use the same verified release payload.
macOS
- Kaidera OS Console DMG (
kaidera-os-console-v0.1.231.dmg): full local runtime. Copy the versioned folder to the Mac and run./install.sh. Requires macOS 14+, Docker, and Python 3. - Kaidera OS Operator DMG (
kaidera-os-operator-v0.1.231.dmg): optional native menu-bar controller for an existing Kaidera OS installation. Drag the app to Applications; it does not install Cortex or the runtime.
Both DMGs are Developer ID signed, Apple-notarized, stapled, and validated on Apple Silicon. SHA-256 and release metadata sidecars are attached.
The source tarball is SHA-256 verified and minisign signed for Homebrew, npm bootstrap, and curl installation.
EnGen OS v0.1.167
Cumulative release v0.1.163 → v0.1.167.
- v0.1.167 — Full-autonomy dispatch fixes: orphaned-claim reclaim (Bug A) + role-aliases (Bug B); run-agent PYTHONPATH fix so autonomous workers import
appunder the project cwd; Stop/cancel control (button + Esc); tasks + sub-agent visibility in the chat status line; launcher port-claim. - v0.1.166 — Chat composer declutter: dropped the duplicate user echo; animated "thinking".
- v0.1.165 — Autonomy goes live without a restart (live engine supervisor) + chat-console declutter (run-pills ribbon removed, status line added).
- v0.1.164 — SSE disconnect no longer orphans a chat/dispatch run (terminal-status guarantee + cancel).
- v0.1.163 — Autonomous workers run in the selected project's workspace; Alibaba Cloud live models; first-party auth hardening.
Folds in the committed Cortex memory-efficiency work (halfvec quantization, ivfflat/GIN reindex, /admin/stats, born-correct schema). 13/13 fitness gates green; 1100+ backend + 54 SPA tests passing.
EnGen OS v0.1.163
Cumulative release v0.1.157 → v0.1.163.
- v0.1.163 — Autonomous workers run in the selected project's workspace (dispatch + PM-beat + server-side now spawn with cwd=repo_root + project scope); Alibaba Cloud provider works end-to-end (key persists + 145 live models); first-party auth hardening (X-Forwarded-For trusted-proxy gate, bounded rate limiter).
- v0.1.162 — Interactive chat runs in the selected project's repo_root + Cortex scope (the wrong-folder fix).
- v0.1.161 — Chat history survives reload (session_id persisted; native-mode pi-catalog fix).
- v0.1.160 — Dynamic per-(provider,model) reasoning/thinking for the engenai harness.
- v0.1.159 — Built-in Alibaba Cloud provider.
- v0.1.158 — Cortex halfvec vector quantization (opt-in) + faster CLI (agent-memory DB 7.3→4.6 GB).
All 13 fitness gates green; full console suite passing.
EnGen OS v0.1.157
Cortex memory efficiency — reclaims ~31% of the agent-memory DB and makes search ~30-40% faster, with zero data loss and better recall. Root cause was index bloat (degenerate ivfflat lists=1 + churn-bloated indexes), now fixed in-place for existing deploys (CONCURRENTLY migrations) and born-correct for fresh installs (bootstrap schema + probes default). Adds a read-only /admin/stats storage profiler. All inside the cortex stack — no new service.
Install: brew install engen-ai/engenos/engenos · npm i -g @engenai/engenos · curl -fsSL https://raw.githubusercontent.com/EnGen-AI/homebrew-engenos/main/install.sh | bash
EnGen OS v0.1.156
Adds per-provider account balance in the Models tab (#133): each configured provider's remaining credit shows next to its name where the provider exposes a balance endpoint (OpenRouter, DeepSeek, Moonshot) — best-effort, never blocks the catalog. Builds on v0.1.155 (unified package manifest + version-skew gate, central project harness runtime, catalog daily cron).
Install: brew install engen-ai/engenos/engenos · npm i -g @engenai/engenos · curl -fsSL https://raw.githubusercontent.com/EnGen-AI/homebrew-engenos/main/install.sh | bash
EnGen OS v0.1.155
Cumulative release (0.1.150 → 0.1.155).
- Catalog: daily proactive refresh of models + prices — the picker stays current without a manual refresh.
- Cortex: centralized project harness runtime (canonical per-project harness generation).
- Harness fully project-agnostic — marketing-os turnkey extracted; both separation baselines at 0.
- Unified release manifest + version-skew gate —
RELEASE_MANIFEST.jsonpins console + cortex-api + workers + migrations to ONE source-built version; fitness fails on drift.
Install: brew install engen-ai/engenos/engenos · npm i -g @engenai/engenos · curl -fsSL https://raw.githubusercontent.com/EnGen-AI/homebrew-engenos/main/install.sh | bash
Verify a deployment is fully on this version: engenos version → 0.1.155 (console + Cortex build from one tree).
EnGen OS v0.1.150
Clean-VM-proven fresh install. Fixes the last 3 fresh-install blockers (curl installer shasum->sha256sum fallback, checksum double-append, Herdr made optional) + the brew formula wrapper path. Verified end-to-end on a stock Debian 12 VM: curl|bash -> working console + Cortex 6/6 healthy + first-email admin login.
EnGen OS v0.1.149
Seamless fresh-install hardening: install.sh grants passwordless control of the console unit (no more failed upgrades), fails loud with fixes on the likely fresh-box failures, Python 3.11+ assert; login page points no-SMTP operators to the server log for the sign-in code; onboarding 'name your lead' fixed (was gated on a stale name). Verified: console imports from this tarball; 358 vitest + 1045 pytest; 12/12 fitness gates.