Download Latest Version dcr-i686-pc-windows-msvc-0.8.5.exe (1.3 MB)
Email in envelope

Get an email when there's a new version of dcr

Home / v0.6.9
Name Modified Size InfoDownloads / Week
Parent folder
dcr-x86_64-unknown-openbsd-0.6.9 2026-05-28 6.4 MB
dcr-x86_64-unknown-freebsd-0.6.9 2026-05-28 6.2 MB
dcr-x86_64-unknown-netbsd-0.6.9 2026-05-28 6.4 MB
dcr-0.6.9-1-x86_64.pkg.tar.zst 2026-05-28 2.2 MB
dcr-0.6.9-1.x86_64.rpm 2026-05-28 2.0 MB
dcr_0.6.9-1_amd64.deb 2026-05-28 1.7 MB
dcr-debug-0.6.9-1-x86_64.pkg.tar.zst 2026-05-28 257.6 kB
dcr_0.6.9_amd64.snap 2026-05-28 2.1 MB
dcr-aarch64-pc-windows-msvc-0.6.9.exe 2026-05-28 4.2 MB
dcr-x86_64-apple-darwin-0.6.9 2026-05-28 5.5 MB
dcr-x86_64-pc-windows-msvc-0.6.9.exe 2026-05-28 6.3 MB
dcr-x86_64-pc-windows-gnu-0.6.9.exe 2026-05-28 9.1 MB
dcr-x86_64-unknown-linux-musl-0.6.9 2026-05-28 4.8 MB
dcr-aarch64-unknown-linux-musl-0.6.9 2026-05-28 4.3 MB
dcr-aarch64-unknown-linux-gnu-0.6.9 2026-05-28 4.4 MB
dcr-aarch64-apple-darwin-0.6.9 2026-05-28 5.2 MB
dcr-x86_64-unknown-linux-gnu-0.6.9 2026-05-28 6.3 MB
README.md 2026-05-28 2.2 kB
v0.6.9 source code.tar.gz 2026-05-28 133.2 kB
v0.6.9 source code.zip 2026-05-28 193.3 kB
Totals: 20 Items   77.6 MB 0

Added:

  • Dexoron Packages Index — new standalone CI workflow (.github/workflows/dexoron-packages-index.yml) that automatically updates the dexoron/packages repository indexes after a release. Supports Arch Linux (repo-add), Debian (dpkg-scanpackages), and Fedora (createrepo_c). Triggered by workflow_dispatch or workflow_run on the Release workflow.

  • Arch Linux native package (.pkg.tar.zst) build inside the release workflow — builds from source in an archlinux:latest Docker container using a dynamically generated PKGBUILD.

  • AUR publish support — new run_aur workflow dispatch input and publish-aur / publish-aur-bin jobs that push PKGBUILD / .SRCINFO to aur.archlinux.org.

Changed:

  • Release workflow refactored — Linux packages (deb, rpm, snap, arch) and BSD builds now use strategy.matrix instead of separate jobs. A new publish-dexoron-packages job collects all package artifacts and uploads them to the GitHub Release in one step. Removed standalone build-arch-package, build-snap, build-deb-rpm jobs. The old run_arch_native input is now run_linux_packages.

  • Dexoron Packages Index workflow extracted from release.yml into its own file with support for Debian and RPM repository indexes in addition to Arch.

  • git2 vendoring — enabled vendored-libgit2 and vendored-openssl features for reproducible CI builds without system libraries.

  • cargo-generate-rpm metadata — updated to the current package.metadata.rpm format (uses files table instead of assets array).

Fixed:

  • --target=<triple> no longer passed to GCC — the flag is now only injected into cflags when the resolved compiler name contains "clang". GCC rejects this flag with unrecognized command-line option.

  • Workspace clean test — removed assertions for member-local target/ directories. Workspace members share the root target/ directory, so their individual src/<name>/target/ is never created.

  • Release build test path — corrected expected directory from target/release to target/x86_64-unknown-linux-gnu/release.

Source: README.md, updated 2026-05-28