Skip to content

Releases: inclusionAI/Choruz

Choruz e48493dc708784b606efb1db78d5cbc9ca9be88d

Choose a tag to compare

@github-actions github-actions released this 08 Sep 02:05
e48493d

Built and verified by https://github.com/inclusionAI/Choruz/actions/runs/34178459844. Linux x86_64, Ubuntu 24.04 runtime baseline; Node 24 and PostgreSQL are external prerequisites. SHA-256 checksums and the package manifest identify the exact build. Device upgrades are opt-in.

Choruz v0.1.2

Choose a tag to compare

@jcguo123 jcguo123 released this 07 Sep 03:16
7700a3c

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).

Choruz 7700a3c021f28a852c12b8d4fc8c51c3d3f6d549

Choose a tag to compare

@github-actions github-actions released this 07 Sep 03:15
7700a3c

Built and verified by https://github.com/inclusionAI/Choruz/actions/runs/34078601000. Linux x86_64, Ubuntu 24.04 runtime baseline; Node 24 and PostgreSQL are external prerequisites. SHA-256 checksums and the package manifest identify the exact build. Device upgrades are opt-in.

Choruz 40d4cfdc1098f84d99c0fe55200717daa5b27344

Choose a tag to compare

@github-actions github-actions released this 07 Sep 21:37
40d4cfd

Built and verified by https://github.com/inclusionAI/Choruz/actions/runs/34163440282. Linux x86_64, Ubuntu 24.04 runtime baseline; Node 24 and PostgreSQL are external prerequisites. SHA-256 checksums and the package manifest identify the exact build. Device upgrades are opt-in.

Choruz v0.1.0

Choose a tag to compare

@jcguo123 jcguo123 released this 03 Sep 23:36

Choruz v0.1.0

The first public release of Choruz.

macOS Apple Silicon

Download choruz-v0.1.0-macos-arm64.tar.gz, extract it, open Terminal in the
extracted directory, and run:

./start.sh

The bundle includes the Choruz backend, pipeline, connector, embedded
PostgreSQL supervisor, the standalone web UI, and Node.js 24.20.0. Rust,
pnpm, Node.js, and a separately installed PostgreSQL server are not required.
The first launch downloads approximately 60 MB of PostgreSQL runtime files.

Agent harnesses such as Claude Code, Codex, Pi, Grok, and OpenCode are optional
external tools and are not bundled.

This initial package is not Apple-notarized. See the included README if macOS
quarantines the extracted directory.

Built from commit 9d73ea4df684a8b019e502dccac46fa9ca53587a.