inclusionAI/Choruz v0.1.2
inclusionAI/Choruz
Captured source
source ↗Choruz v0.1.2
Repository: inclusionAI/Choruz
Tag: v0.1.2
Published: 2026-09-07T03:16:11Z
Prerelease: no
Release notes:
Choruz v0.1.2
What's included
- Current public main, including the completed Online, remote-device, activity logging and delivery changes since v0.1.0.
- Semantic component activity: button actions, ordinary input revisions, selected values and dialog lifecycle, correlated with the existing user/device/conversation context.
- Sensitive authentication fields remain excluded. Ordinary drafts are private user data; capture is bounded and is not a recording of raw terminal keystrokes, files or mouse coordinates.
macOS Apple Silicon
Requires macOS 13.5 or later (the bundled Node runtime's minimum version).
Download choruz-v0.1.2-macos-arm64.tar.gz, verify it against SHA256SUMS, extract it, and run:
./start.sh
Stop it with ./stop.sh. The bundle includes five Choruz binaries, migrations, the standalone web UI and Node.js 24.20.0. No Rust or pnpm installation is required. First launch downloads the embedded PostgreSQL runtime; network access is required. Agent harnesses remain separate installations.
The launcher uses ports 3000, 3020, 3100 and 5433 and refuses to overwrite another running service. Stop the previous Choruz bundle before starting this one. Existing PostgreSQL data stays under ~/Library/Application Support/choruz/; keep a database backup before upgrading. Do not delete that directory when replacing the application bundle.
This macOS package is not Apple-notarized. This asset is not a Linux/glibc-compatible build.
Verification
The release archive is checksum/manifest verified and its actual API, pipeline and standalone web are started outside the source checkout against disposable PostgreSQL. CLI reports version 0.1.2. Component acceptance includes actual UI-to-PostgreSQL tests and Chrome manual input/edit/cancel verification. Authentication-field exclusion has regression tests.
Built from public main commit 7700a3c021f28a852c12b8d4fc8c51c3d3f6d549 (PR #8, required CI passed).