Releases: inclusionAI/Choruz
Release list
Choruz e48493dc708784b606efb1db78d5cbc9ca9be88d
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
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.shStop 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
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
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
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.shThe 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.