Skip to content

Releases: 0xjunha/darc

v0.2.2

20 May 16:03
b450152

Choose a tag to compare

Release Notes

  • Show live refresh progress with spinner steps and session/project progress bars.
  • Speed up cold refresh redaction while preserving the existing redacted index output.

Install darc 0.2.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/0xjunha/darc/releases/download/v0.2.2/darc-installer.sh | sh

Download darc 0.2.2

File Platform Checksum
darc-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
darc-x86_64-apple-darwin.tar.xz Intel macOS checksum
darc-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
darc-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.2.1

20 May 08:02
2a5d776

Choose a tag to compare

Release Notes

  • Print post-upgrade auto-refresh restart guidance after darc upgrade.

Install darc 0.2.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/0xjunha/darc/releases/download/v0.2.1/darc-installer.sh | sh

Download darc 0.2.1

File Platform Checksum
darc-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
darc-x86_64-apple-darwin.tar.xz Intel macOS checksum
darc-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
darc-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.2.0

20 May 07:24
ecbf519

Choose a tag to compare

Release Notes

  • Add Git-backed encrypted team sharing for selected Darc session context with darc share, darc remote,
    darc push/fetch/merge/pull, and explicit shared query scopes.
  • Make large shared-index transfers faster with compressed encrypted chunks, optional Git LFS, reused unchanged exports,
    and visible push/pull progress.
  • Make shared sync safer by authenticating manifests and payload metadata, rejecting unsafe artifacts, keeping last-good
    imports when replacement data fails, and redacting share-visible secrets, local paths, remotes, metadata, and bulky
    blobs.
  • Redact common secrets, credential material, local home paths, and bulky blobs before storing or migrating indexed data,
    while reducing false positives for examples, help text, boolean config values, search patterns, and comparison code.

Install darc 0.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/0xjunha/darc/releases/download/v0.2.0/darc-installer.sh | sh

Download darc 0.2.0

File Platform Checksum
darc-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
darc-x86_64-apple-darwin.tar.xz Intel macOS checksum
darc-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
darc-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.6

13 May 14:13
2babe50

Choose a tag to compare

Release Notes

  • Add darc index --rebuild to recreate the shared SQLite index from every configured project's archived sessions, and point users to it when the local index cannot be opened or migrated.
  • Show GitHub Release titles as tags, such as v0.1.6, while preserving dated changelog headings.
  • Narrow internal Rust storage APIs so SQLite schema details are no longer exposed outside the storage crate.
  • Streamline public documentation around JSON query contracts and remove the internal backlog from docs.

Install darc 0.1.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/0xjunha/darc/releases/download/v0.1.6/darc-installer.sh | sh

Download darc 0.1.6

File Platform Checksum
darc-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
darc-x86_64-apple-darwin.tar.xz Intel macOS checksum
darc-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
darc-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.1.5 - 2026-05-11

11 May 13:13
892ad15

Choose a tag to compare

Release Notes

  • Clarify README guidance for agent setup and prompt-driven prior-session investigations.
  • Show release dates in changelog version headings and have release preparation add them automatically.
  • Speed up regex search for queries with a required literal prefix.
  • Harden auto-refresh restart, debounce, stale lock, and service status reporting.
  • Avoid killing freshly bootstrapped auto-refresh services during start.

Install darc 0.1.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/0xjunha/darc/releases/download/v0.1.5/darc-installer.sh | sh

Download darc 0.1.5

File Platform Checksum
darc-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
darc-x86_64-apple-darwin.tar.xz Intel macOS checksum
darc-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
darc-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.1.4

08 May 05:28
a13dee2

Choose a tag to compare

Release Notes

  • Restart already-running auto-refresh services reliably and structure LaunchAgent startup failures.
  • Avoid probing arbitrary historical Codex cwd directories during refresh; Darc now preserves same-repo matching from logged git.repository_url metadata, keeps explicitly linked rename paths recoverable when backed by scoped remote evidence, and avoids broad-prefix imports from nested repos with mismatched remotes.
  • Mention the initial SQLite backfill in darc refresh --auto setup progress.
  • Clarify darc agent-help guidance around history-dependent work, current-code verification, and reporting prior-session evidence.

Install darc 0.1.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/0xjunha/darc/releases/download/v0.1.4/darc-installer.sh | sh

Download darc 0.1.4

File Platform Checksum
darc-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
darc-x86_64-apple-darwin.tar.xz Intel macOS checksum
darc-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
darc-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.1.3

06 May 16:45
d1fac03

Choose a tag to compare

Release Notes

  • Add darc refresh --auto to enable automatic background refresh on macOS, start it immediately, and show setup progress.
  • Add darc agent-help and a marker-wrapped AGENTS.md guidance line for coding agents.

Install darc 0.1.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/0xjunha/darc/releases/download/v0.1.3/darc-installer.sh | sh

Download darc 0.1.3

File Platform Checksum
darc-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
darc-x86_64-apple-darwin.tar.xz Intel macOS checksum
darc-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
darc-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.1.2

06 May 02:36
0dd49ec

Choose a tag to compare

Release Notes

  • Refresh workspace package versions in Cargo.lock during release preparation before running locked Cargo checks.
  • Keep release-profile CI checks fail-open when the workspace version gate cannot read a push base.
  • Mark Codex 0.128.0 and sampled audited Claude Code rollout versions from 1.0.91 through 2.1.128 as exact-supported after schema review.
  • Fix the Claude schema audit for modern native-wrapper npm packages.
  • Report incomplete Claude schema audits separately from transcript schema drift.
  • Distinguish sampled Claude drift boundaries from proven first-drift versions in audit output.
  • Retry Claude schema audit fixtures with the next low-cost model profile when a cheaper profile misses required tool coverage.

Install darc 0.1.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/0xjunha/darc/releases/download/v0.1.2/darc-installer.sh | sh

Download darc 0.1.2

File Platform Checksum
darc-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
darc-x86_64-apple-darwin.tar.xz Intel macOS checksum
darc-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
darc-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.1.1

04 May 11:27
d41bf7b

Choose a tag to compare

Release Notes

  • Improve file analytics to drop shell syntax pseudo-paths while preserving concrete tool, patch, metadata-reference, and shell-test paths.
  • Install darc into ~/.local/bin by default when using the shell installer.
  • Add darc upgrade for checking and applying newer Darc CLI releases.
  • Add a documented, opt-in startup nudge for newer Darc CLI releases.
  • Keep passive upgrade checks out of no-write command modes and anonymous unless darc upgrade is run explicitly.
  • Improve darc upgrade root handling and custom-install fallback guidance.
  • Keep darc upgrade --check --json installer guidance consistent with custom installs and bound remote HTTP errors.
  • Show commented common workflow examples in top-level help, including darc upgrade --check.
  • Build release artifacts with a pinned stable Rust toolchain and check release-profile Linux targets when the workspace
    version changes.

Install darc 0.1.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/0xjunha/darc/releases/download/v0.1.1/darc-installer.sh | sh

Download darc 0.1.1

File Platform Checksum
darc-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
darc-x86_64-apple-darwin.tar.xz Intel macOS checksum
darc-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
darc-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.1.0

04 May 04:46

Choose a tag to compare

Release Notes

  • Initial release.

Install darc 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/0xjunha/darc/releases/download/v0.1.0/darc-installer.sh | sh

Download darc 0.1.0

File Platform Checksum
darc-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
darc-x86_64-apple-darwin.tar.xz Intel macOS checksum
darc-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
darc-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum